Orchid (Purple)
#C077E2
RGB: 192, 119, 226
Color OverviewHEX #C077E2
#C077E2 Color Code Information
In the RGB color space, #C077E2 is composed of 75% red, 47% green, and 89% blue. In the HSL color space, it has a hue of 281°, saturation of 65%, and lightness of 68%.
HEX
#C077E2
RGB
192, 119, 226
HSL
281°, 65%, 68%
HSV
281°, 47%, 89%
CMYK
15%, 47%, 0%, 11%
Name Match
Orchid
Closest StandardShades of #C077E2 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C077E2 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C077E2 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C077E2
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #C077E2 Background
Contrast Ratio against Pure White (#FFFFFF):3.01 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C077E2 Background
Contrast Ratio against Pure Black (#000000):6.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C077E2;
}
.element {
color: #C077E2;
background-color: #C077E2;
border-color: #C077E2;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C077E2] text-[#C077E2] border-[#C077E2]"> Content styled with #C077E2 </div>