Shades of Heliotrope #CC76ED
Tints of Heliotrope #CC76ED
RGB
CMYK
RGB Variations
Color information
#CC76ED (or 0xCC76ED) is known color: Heliotrope. HEX triplet: CC, 76 and ED. RGB value is (204,118,237). Sum of RGB (Red+Green+Blue) = 204+118+237=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76ED is #338912. Grayscale: #9C9C9C. Windows color (decimal): -3377427 or 15562444. OLE color: 15562444.
HSL color Cylindrical-coordinate representation of color #CC76ED: hue angle of 283.36º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC76ED is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 118 | 237 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.07 |
| HSL | 283.36º | 0.77% | 0.7% | - |
| HSV(B) | 283.36º | 0.5% | 0.93% | - |
| XYZ | 46.67 | 31.91 | 83.82 | - |
| YUV | 157.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 237 | 0.14 | 0.50 | 0 | 0.07 | 283.36 | 0.77 | 0.7 |
| Hex | CC | 76 | ED | E | 32 | 0 | 7 | 11B | 4D | 46 |
| Octal | 314 | 166 | 355 | 16 | 62 | 0 | 7 | 433 | 115 | 106 |
| Binary | 11001100 | 1110110 | 11101101 | 1110 | 110010 | 0 | 111 | 100011011 | 1001101 | 1000110 |
Color Harmonies of #CC76ED
Complementary color
Monochromatic Colors of #CC76ED
Black with #CC76ED
Text Example
Text Example
White with #CC76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76ED; }
p { color: rgb(204,118,237); }
H1.HeaderClassName
{
color: #CC76ED;
}
.AnyTagClassName
{
color: #CC76ED;
}
</style>
background-color css
<style>
a { background-color: #CC76ED; }
a { background-color: rgb(204,118,237); }
div.DivClassName
{
background-color: #CC76ED;
}
.BgClassName
{
background-color: #CC76ED;
}
</style>
border-color css
<style>
span { border-color: #CC76ED; }
span { border-color: rgb(204,118,237); }
td.TdClassName
{
border-color: #CC76ED;
}
.TagClassName
{
border-color: #CC76ED;
}
</style>