Shades of Heliotrope #CC81E9
Tints of Heliotrope #CC81E9
RGB
CMYK
RGB Variations
Color information
#CC81E9 (or 0xCC81E9) is known color: Heliotrope. HEX triplet: CC, 81 and E9. RGB value is (204,129,233). Sum of RGB (Red+Green+Blue) = 204+129+233=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC81E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC81E9 is #337E16. Grayscale: #A2A2A2. Windows color (decimal): -3374615 or 15303116. OLE color: 15303116.
HSL color Cylindrical-coordinate representation of color #CC81E9: hue angle of 283.27º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC81E9 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 129 | 233 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.09 |
| HSL | 283.27º | 0.7% | 0.71% | - |
| HSV(B) | 283.27º | 0.45% | 0.91% | - |
| XYZ | 47.46 | 34.42 | 81.23 | - |
| YUV | 163.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 233 | 0.12 | 0.45 | 0 | 0.09 | 283.27 | 0.7 | 0.71 |
| Hex | CC | 81 | E9 | C | 2D | 0 | 9 | 11B | 46 | 47 |
| Octal | 314 | 201 | 351 | 14 | 55 | 0 | 11 | 433 | 106 | 107 |
| Binary | 11001100 | 10000001 | 11101001 | 1100 | 101101 | 0 | 1001 | 100011011 | 1000110 | 1000111 |
Color Harmonies of #CC81E9
Complementary color
Monochromatic Colors of #CC81E9
Black with #CC81E9
Text Example
Text Example
White with #CC81E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81E9; }
p { color: rgb(204,129,233); }
H1.HeaderClassName
{
color: #CC81E9;
}
.AnyTagClassName
{
color: #CC81E9;
}
</style>
background-color css
<style>
a { background-color: #CC81E9; }
a { background-color: rgb(204,129,233); }
div.DivClassName
{
background-color: #CC81E9;
}
.BgClassName
{
background-color: #CC81E9;
}
</style>
border-color css
<style>
span { border-color: #CC81E9; }
span { border-color: rgb(204,129,233); }
td.TdClassName
{
border-color: #CC81E9;
}
.TagClassName
{
border-color: #CC81E9;
}
</style>