Shades of Heliotrope #CC76EA
Tints of Heliotrope #CC76EA
RGB
CMYK
RGB Variations
Color information
#CC76EA (or 0xCC76EA) is known color: Heliotrope. HEX triplet: CC, 76 and EA. RGB value is (204,118,234). Sum of RGB (Red+Green+Blue) = 204+118+234=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76EA is #338915. Grayscale: #9C9C9C. Windows color (decimal): -3377430 or 15365836. OLE color: 15365836.
HSL color Cylindrical-coordinate representation of color #CC76EA: hue angle of 284.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC76EA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 118 | 234 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.08 |
| HSL | 284.48º | 0.73% | 0.69% | - |
| HSV(B) | 284.48º | 0.5% | 0.92% | - |
| XYZ | 46.23 | 31.73 | 81.53 | - |
| YUV | 156.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 234 | 0.13 | 0.50 | 0 | 0.08 | 284.48 | 0.73 | 0.69 |
| Hex | CC | 76 | EA | D | 32 | 0 | 8 | 11C | 49 | 45 |
| Octal | 314 | 166 | 352 | 15 | 62 | 0 | 10 | 434 | 111 | 105 |
| Binary | 11001100 | 1110110 | 11101010 | 1101 | 110010 | 0 | 1000 | 100011100 | 1001001 | 1000101 |
Color Harmonies of #CC76EA
Complementary color
Monochromatic Colors of #CC76EA
Black with #CC76EA
Text Example
Text Example
White with #CC76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76EA; }
p { color: rgb(204,118,234); }
H1.HeaderClassName
{
color: #CC76EA;
}
.AnyTagClassName
{
color: #CC76EA;
}
</style>
background-color css
<style>
a { background-color: #CC76EA; }
a { background-color: rgb(204,118,234); }
div.DivClassName
{
background-color: #CC76EA;
}
.BgClassName
{
background-color: #CC76EA;
}
</style>
border-color css
<style>
span { border-color: #CC76EA; }
span { border-color: rgb(204,118,234); }
td.TdClassName
{
border-color: #CC76EA;
}
.TagClassName
{
border-color: #CC76EA;
}
</style>