Shades of Medium Orchid #CC4EEC
Tints of Medium Orchid #CC4EEC
RGB
CMYK
RGB Variations
Color information
#CC4EEC (or 0xCC4EEC) is known color: Medium Orchid. HEX triplet: CC, 4E and EC. RGB value is (204,78,236). Sum of RGB (Red+Green+Blue) = 204+78+236=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EEC is #33B113. Grayscale: #858585. Windows color (decimal): -3387668 or 15486668. OLE color: 15486668.
HSL color Cylindrical-coordinate representation of color #CC4EEC: hue angle of 287.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4EEC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 78 | 236 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.07 |
| HSL | 287.85º | 0.81% | 0.62% | - |
| HSV(B) | 287.85º | 0.67% | 0.93% | - |
| XYZ | 42.77 | 24.34 | 81.8 | - |
| YUV | 133.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 236 | 0.14 | 0.67 | 0 | 0.07 | 287.85 | 0.81 | 0.62 |
| Hex | CC | 4E | EC | E | 43 | 0 | 7 | 120 | 51 | 3E |
| Octal | 314 | 116 | 354 | 16 | 103 | 0 | 7 | 440 | 121 | 76 |
| Binary | 11001100 | 1001110 | 11101100 | 1110 | 1000011 | 0 | 111 | 100100000 | 1010001 | 111110 |
Color Harmonies of #CC4EEC
Complementary color
Monochromatic Colors of #CC4EEC
Black with #CC4EEC
Text Example
Text Example
White with #CC4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EEC; }
p { color: rgb(204,78,236); }
H1.HeaderClassName
{
color: #CC4EEC;
}
.AnyTagClassName
{
color: #CC4EEC;
}
</style>
background-color css
<style>
a { background-color: #CC4EEC; }
a { background-color: rgb(204,78,236); }
div.DivClassName
{
background-color: #CC4EEC;
}
.BgClassName
{
background-color: #CC4EEC;
}
</style>
border-color css
<style>
span { border-color: #CC4EEC; }
span { border-color: rgb(204,78,236); }
td.TdClassName
{
border-color: #CC4EEC;
}
.TagClassName
{
border-color: #CC4EEC;
}
</style>