Shades of Medium Orchid #CC51E8
Tints of Medium Orchid #CC51E8
RGB
CMYK
RGB Variations
Color information
#CC51E8 (or 0xCC51E8) is known color: Medium Orchid. HEX triplet: CC, 51 and E8. RGB value is (204,81,232). Sum of RGB (Red+Green+Blue) = 204+81+232=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC51E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51E8 is #33AE17. Grayscale: #868686. Windows color (decimal): -3386904 or 15225292. OLE color: 15225292.
HSL color Cylindrical-coordinate representation of color #CC51E8: hue angle of 288.87º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC51E8 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 81 | 232 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.09 |
| HSL | 288.87º | 0.77% | 0.61% | - |
| HSV(B) | 288.87º | 0.65% | 0.91% | - |
| XYZ | 42.41 | 24.55 | 78.85 | - |
| YUV | 134.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 232 | 0.12 | 0.65 | 0 | 0.09 | 288.87 | 0.77 | 0.61 |
| Hex | CC | 51 | E8 | C | 41 | 0 | 9 | 121 | 4D | 3D |
| Octal | 314 | 121 | 350 | 14 | 101 | 0 | 11 | 441 | 115 | 75 |
| Binary | 11001100 | 1010001 | 11101000 | 1100 | 1000001 | 0 | 1001 | 100100001 | 1001101 | 111101 |
Color Harmonies of #CC51E8
Complementary color
Monochromatic Colors of #CC51E8
Black with #CC51E8
Text Example
Text Example
White with #CC51E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51E8; }
p { color: rgb(204,81,232); }
H1.HeaderClassName
{
color: #CC51E8;
}
.AnyTagClassName
{
color: #CC51E8;
}
</style>
background-color css
<style>
a { background-color: #CC51E8; }
a { background-color: rgb(204,81,232); }
div.DivClassName
{
background-color: #CC51E8;
}
.BgClassName
{
background-color: #CC51E8;
}
</style>
border-color css
<style>
span { border-color: #CC51E8; }
span { border-color: rgb(204,81,232); }
td.TdClassName
{
border-color: #CC51E8;
}
.TagClassName
{
border-color: #CC51E8;
}
</style>