Shades of Heliotrope #CC59FC
Tints of Heliotrope #CC59FC
RGB
CMYK
RGB Variations
Color information
#CC59FC (or 0xCC59FC) is known color: Heliotrope. HEX triplet: CC, 59 and FC. RGB value is (204,89,252). Sum of RGB (Red+Green+Blue) = 204+89+252=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59FC is #33A603. Grayscale: #8D8D8D. Windows color (decimal): -3384836 or 16538060. OLE color: 16538060.
HSL color Cylindrical-coordinate representation of color #CC59FC: hue angle of 282.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC59FC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 89 | 252 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.01 |
| HSL | 282.33º | 0.96% | 0.67% | - |
| HSV(B) | 282.33º | 0.65% | 0.99% | - |
| XYZ | 46.04 | 27.01 | 94.88 | - |
| YUV | 141.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 252 | 0.19 | 0.65 | 0 | 0.01 | 282.33 | 0.96 | 0.67 |
| Hex | CC | 59 | FC | 13 | 41 | 0 | 1 | 11A | 60 | 43 |
| Octal | 314 | 131 | 374 | 23 | 101 | 0 | 1 | 432 | 140 | 103 |
| Binary | 11001100 | 1011001 | 11111100 | 10011 | 1000001 | 0 | 1 | 100011010 | 1100000 | 1000011 |
Color Harmonies of #CC59FC
Complementary color
Monochromatic Colors of #CC59FC
Black with #CC59FC
Text Example
Text Example
White with #CC59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59FC; }
p { color: rgb(204,89,252); }
H1.HeaderClassName
{
color: #CC59FC;
}
.AnyTagClassName
{
color: #CC59FC;
}
</style>
background-color css
<style>
a { background-color: #CC59FC; }
a { background-color: rgb(204,89,252); }
div.DivClassName
{
background-color: #CC59FC;
}
.BgClassName
{
background-color: #CC59FC;
}
</style>
border-color css
<style>
span { border-color: #CC59FC; }
span { border-color: rgb(204,89,252); }
td.TdClassName
{
border-color: #CC59FC;
}
.TagClassName
{
border-color: #CC59FC;
}
</style>