#CC75F8
A light, vivid purple closely aligning with Mediumorchid.
About #CC75F8
Visually, #CC75F8 is defined as a vivid purple. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 117, and 248.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 18% cyan and 53% magenta inks. The HSL representation is 279.8° hue, 90.3% saturation, and 71.6% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC75F8
RGB204, 117, 248
HSL279.8°, 90.3%, 71.6%
CMYK18%, 53%, 0%, 3%
HSV279.8°, 52.8%, 97.3%
LAB63.6, 55.5, -52.1
XYZ48.2, 32.3, 92.5
Decimal13399544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.47:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC75F8;
}
.text-color {
color: #CC75F8;
}
.border-color {
border: 2px solid #CC75F8;
}