#CC75C5
A light, moderate magenta closely aligning with Orchid.
About #CC75C5
When working with digital screens, the color #CC75C5 is rendered by mixing light. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(204, 117, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 43% M, 3% Y, and 20% K. The HSL representation is 304.8° hue, 46.0% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC75C5
RGB204, 117, 197
HSL304.8°, 46.0%, 62.9%
CMYK0%, 43%, 3%, 20%
HSV304.8°, 42.6%, 80.0%
LAB61.3, 45.6, -27.3
XYZ41.3, 29.6, 56.4
Decimal13399493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.92:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC75C5;
}
.text-color {
color: #CC75C5;
}
.border-color {
border: 2px solid #CC75C5;
}