Shades of Medium Orchid #CC42EE
Tints of Medium Orchid #CC42EE
RGB
CMYK
RGB Variations
Color information
#CC42EE (or 0xCC42EE) is known color: Medium Orchid. HEX triplet: CC, 42 and EE. RGB value is (204,66,238). Sum of RGB (Red+Green+Blue) = 204+66+238=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42EE is #33BD11. Grayscale: #7E7E7E. Windows color (decimal): -3390738 or 15614668. OLE color: 15614668.
HSL color Cylindrical-coordinate representation of color #CC42EE: hue angle of 288.14º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC42EE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 66 | 238 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.07 |
| HSL | 288.14º | 0.83% | 0.6% | - |
| HSV(B) | 288.14º | 0.72% | 0.93% | - |
| XYZ | 42.28 | 22.91 | 83.08 | - |
| YUV | 126.87 | 190.72 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 238 | 0.14 | 0.72 | 0 | 0.07 | 288.14 | 0.83 | 0.6 |
| Hex | CC | 42 | EE | E | 48 | 0 | 7 | 120 | 53 | 3C |
| Octal | 314 | 102 | 356 | 16 | 110 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001100 | 1000010 | 11101110 | 1110 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CC42EE
Complementary color
Monochromatic Colors of #CC42EE
Black with #CC42EE
Text Example
Text Example
White with #CC42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42EE; }
p { color: rgb(204,66,238); }
H1.HeaderClassName
{
color: #CC42EE;
}
.AnyTagClassName
{
color: #CC42EE;
}
</style>
background-color css
<style>
a { background-color: #CC42EE; }
a { background-color: rgb(204,66,238); }
div.DivClassName
{
background-color: #CC42EE;
}
.BgClassName
{
background-color: #CC42EE;
}
</style>
border-color css
<style>
span { border-color: #CC42EE; }
span { border-color: rgb(204,66,238); }
td.TdClassName
{
border-color: #CC42EE;
}
.TagClassName
{
border-color: #CC42EE;
}
</style>