Shades of Medium Orchid #CC4EE8
Tints of Medium Orchid #CC4EE8
RGB
CMYK
RGB Variations
Color information
#CC4EE8 (or 0xCC4EE8) is known color: Medium Orchid. HEX triplet: CC, 4E and E8. RGB value is (204,78,232). Sum of RGB (Red+Green+Blue) = 204+78+232=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC4EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EE8 is #33B117. Grayscale: #848484. Windows color (decimal): -3387672 or 15224524. OLE color: 15224524.
HSL color Cylindrical-coordinate representation of color #CC4EE8: hue angle of 289.09º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4EE8 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 78 | 232 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.09 |
| HSL | 289.09º | 0.77% | 0.61% | - |
| HSV(B) | 289.09º | 0.66% | 0.91% | - |
| XYZ | 42.19 | 24.11 | 78.77 | - |
| YUV | 133.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 232 | 0.12 | 0.66 | 0 | 0.09 | 289.09 | 0.77 | 0.61 |
| Hex | CC | 4E | E8 | C | 42 | 0 | 9 | 121 | 4D | 3D |
| Octal | 314 | 116 | 350 | 14 | 102 | 0 | 11 | 441 | 115 | 75 |
| Binary | 11001100 | 1001110 | 11101000 | 1100 | 1000010 | 0 | 1001 | 100100001 | 1001101 | 111101 |
Color Harmonies of #CC4EE8
Complementary color
Monochromatic Colors of #CC4EE8
Black with #CC4EE8
Text Example
Text Example
White with #CC4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EE8; }
p { color: rgb(204,78,232); }
H1.HeaderClassName
{
color: #CC4EE8;
}
.AnyTagClassName
{
color: #CC4EE8;
}
</style>
background-color css
<style>
a { background-color: #CC4EE8; }
a { background-color: rgb(204,78,232); }
div.DivClassName
{
background-color: #CC4EE8;
}
.BgClassName
{
background-color: #CC4EE8;
}
</style>
border-color css
<style>
span { border-color: #CC4EE8; }
span { border-color: rgb(204,78,232); }
td.TdClassName
{
border-color: #CC4EE8;
}
.TagClassName
{
border-color: #CC4EE8;
}
</style>