Shades of Heliotrope #CC81EA
Tints of Heliotrope #CC81EA
RGB
CMYK
RGB Variations
Color information
#CC81EA (or 0xCC81EA) is known color: Heliotrope. HEX triplet: CC, 81 and EA. RGB value is (204,129,234). Sum of RGB (Red+Green+Blue) = 204+129+234=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC81EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81EA is #337E15. Grayscale: #A3A3A3. Windows color (decimal): -3374614 or 15368652. OLE color: 15368652.
HSL color Cylindrical-coordinate representation of color #CC81EA: hue angle of 282.86º degrees, saturation: 0.71, 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 #CC81EA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 129 | 234 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.08 |
| HSL | 282.86º | 0.71% | 0.71% | - |
| HSV(B) | 282.86º | 0.45% | 0.92% | - |
| XYZ | 47.6 | 34.48 | 81.99 | - |
| YUV | 163.4 | 167.85 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 234 | 0.13 | 0.45 | 0 | 0.08 | 282.86 | 0.71 | 0.71 |
| Hex | CC | 81 | EA | D | 2D | 0 | 8 | 11B | 47 | 47 |
| Octal | 314 | 201 | 352 | 15 | 55 | 0 | 10 | 433 | 107 | 107 |
| Binary | 11001100 | 10000001 | 11101010 | 1101 | 101101 | 0 | 1000 | 100011011 | 1000111 | 1000111 |
Color Harmonies of #CC81EA
Complementary color
Monochromatic Colors of #CC81EA
Black with #CC81EA
Text Example
Text Example
White with #CC81EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81EA; }
p { color: rgb(204,129,234); }
H1.HeaderClassName
{
color: #CC81EA;
}
.AnyTagClassName
{
color: #CC81EA;
}
</style>
background-color css
<style>
a { background-color: #CC81EA; }
a { background-color: rgb(204,129,234); }
div.DivClassName
{
background-color: #CC81EA;
}
.BgClassName
{
background-color: #CC81EA;
}
</style>
border-color css
<style>
span { border-color: #CC81EA; }
span { border-color: rgb(204,129,234); }
td.TdClassName
{
border-color: #CC81EA;
}
.TagClassName
{
border-color: #CC81EA;
}
</style>