Shades of Heliotrope #CC59FF
Tints of Heliotrope #CC59FF
RGB
CMYK
RGB Variations
Color information
#CC59FF (or 0xCC59FF) is known color: Heliotrope. HEX triplet: CC, 59 and FF. RGB value is (204,89,255). Sum of RGB (Red+Green+Blue) = 204+89+255=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59FF is #33A600. Grayscale: #8D8D8D. Windows color (decimal): -3384833 or 16734668. OLE color: 16734668.
HSL color Cylindrical-coordinate representation of color #CC59FF: hue angle of 281.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC59FF is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 89 | 255 | - |
| CMYK | 0.2 | 0.65 | 0 | 0 |
| HSL | 281.57º | 1% | 0.67% | - |
| HSV(B) | 281.57º | 0.65% | 1% | - |
| XYZ | 46.52 | 27.2 | 97.41 | - |
| YUV | 142.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 255 | 0.2 | 0.65 | 0 | 0 | 281.57 | 1 | 0.67 |
| Hex | CC | 59 | FF | 14 | 41 | 0 | 0 | 11A | 64 | 43 |
| Octal | 314 | 131 | 377 | 24 | 101 | 0 | 0 | 432 | 144 | 103 |
| Binary | 11001100 | 1011001 | 11111111 | 10100 | 1000001 | 0 | 0 | 100011010 | 1100100 | 1000011 |
Color Harmonies of #CC59FF
Complementary color
Monochromatic Colors of #CC59FF
Black with #CC59FF
Text Example
Text Example
White with #CC59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59FF; }
p { color: rgb(204,89,255); }
H1.HeaderClassName
{
color: #CC59FF;
}
.AnyTagClassName
{
color: #CC59FF;
}
</style>
background-color css
<style>
a { background-color: #CC59FF; }
a { background-color: rgb(204,89,255); }
div.DivClassName
{
background-color: #CC59FF;
}
.BgClassName
{
background-color: #CC59FF;
}
</style>
border-color css
<style>
span { border-color: #CC59FF; }
span { border-color: rgb(204,89,255); }
td.TdClassName
{
border-color: #CC59FF;
}
.TagClassName
{
border-color: #CC59FF;
}
</style>