Shades of Heliotrope #CC80EA
Tints of Heliotrope #CC80EA
RGB
CMYK
RGB Variations
Color information
#CC80EA (or 0xCC80EA) is known color: Heliotrope. HEX triplet: CC, 80 and EA. RGB value is (204,128,234). Sum of RGB (Red+Green+Blue) = 204+128+234=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80EA is #337F15. Grayscale: #A2A2A2. Windows color (decimal): -3374870 or 15368396. OLE color: 15368396.
HSL color Cylindrical-coordinate representation of color #CC80EA: hue angle of 283.02º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC80EA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 128 | 234 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.08 |
| HSL | 283.02º | 0.72% | 0.71% | - |
| HSV(B) | 283.02º | 0.45% | 0.92% | - |
| XYZ | 47.47 | 34.22 | 81.94 | - |
| YUV | 162.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 234 | 0.13 | 0.45 | 0 | 0.08 | 283.02 | 0.72 | 0.71 |
| Hex | CC | 80 | EA | D | 2D | 0 | 8 | 11B | 48 | 47 |
| Octal | 314 | 200 | 352 | 15 | 55 | 0 | 10 | 433 | 110 | 107 |
| Binary | 11001100 | 10000000 | 11101010 | 1101 | 101101 | 0 | 1000 | 100011011 | 1001000 | 1000111 |
Color Harmonies of #CC80EA
Complementary color
Monochromatic Colors of #CC80EA
Black with #CC80EA
Text Example
Text Example
White with #CC80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80EA; }
p { color: rgb(204,128,234); }
H1.HeaderClassName
{
color: #CC80EA;
}
.AnyTagClassName
{
color: #CC80EA;
}
</style>
background-color css
<style>
a { background-color: #CC80EA; }
a { background-color: rgb(204,128,234); }
div.DivClassName
{
background-color: #CC80EA;
}
.BgClassName
{
background-color: #CC80EA;
}
</style>
border-color css
<style>
span { border-color: #CC80EA; }
span { border-color: rgb(204,128,234); }
td.TdClassName
{
border-color: #CC80EA;
}
.TagClassName
{
border-color: #CC80EA;
}
</style>