#CC5FCC
A medium, moderate magenta closely aligning with Orchid.
About #CC5FCC
At its core, #CC5FCC is a medium and moderate hue. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 204 red, 95 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 53% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC5FCC
RGB204, 95, 204
HSL300.0°, 51.7%, 58.6%
CMYK0%, 53%, 0%, 20%
HSV300.0°, 53.4%, 80.0%
LAB57.4, 57.8, -37.3
XYZ39.9, 25.4, 59.9
Decimal13393868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5FCC;
}
.text-color {
color: #CC5FCC;
}
.border-color {
border: 2px solid #CC5FCC;
}