#CC57FF
A light, vivid purple closely aligning with Darkorchid.
About #CC57FF
When working with digital screens, the color #CC57FF is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 204 red, 87 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 20% Cyan, 66% Magenta, 0% Yellow, and 0% Black. With a hue angle of 281.8 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC57FF
RGB204, 87, 255
HSL281.8°, 100.0%, 67.1%
CMYK20%, 66%, 0%, 0%
HSV281.8°, 65.9%, 100.0%
LAB58.9, 70.9, -63.6
XYZ46.4, 26.9, 97.4
Decimal13391871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC57FF;
}
.text-color {
color: #CC57FF;
}
.border-color {
border: 2px solid #CC57FF;
}