Shades of Heliotrope #CC51FC
Tints of Heliotrope #CC51FC
RGB
CMYK
RGB Variations
Color information
#CC51FC (or 0xCC51FC) is known color: Heliotrope. HEX triplet: CC, 51 and FC. RGB value is (204,81,252). Sum of RGB (Red+Green+Blue) = 204+81+252=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC51FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51FC is #33AE03. Grayscale: #888888. Windows color (decimal): -3386884 or 16536012. OLE color: 16536012.
HSL color Cylindrical-coordinate representation of color #CC51FC: hue angle of 283.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC51FC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 81 | 252 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.01 |
| HSL | 283.16º | 0.97% | 0.65% | - |
| HSV(B) | 283.16º | 0.68% | 0.99% | - |
| XYZ | 45.41 | 25.75 | 94.67 | - |
| YUV | 137.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 252 | 0.19 | 0.68 | 0 | 0.01 | 283.16 | 0.97 | 0.65 |
| Hex | CC | 51 | FC | 13 | 44 | 0 | 1 | 11B | 61 | 41 |
| Octal | 314 | 121 | 374 | 23 | 104 | 0 | 1 | 433 | 141 | 101 |
| Binary | 11001100 | 1010001 | 11111100 | 10011 | 1000100 | 0 | 1 | 100011011 | 1100001 | 1000001 |
Color Harmonies of #CC51FC
Complementary color
Monochromatic Colors of #CC51FC
Black with #CC51FC
Text Example
Text Example
White with #CC51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51FC; }
p { color: rgb(204,81,252); }
H1.HeaderClassName
{
color: #CC51FC;
}
.AnyTagClassName
{
color: #CC51FC;
}
</style>
background-color css
<style>
a { background-color: #CC51FC; }
a { background-color: rgb(204,81,252); }
div.DivClassName
{
background-color: #CC51FC;
}
.BgClassName
{
background-color: #CC51FC;
}
</style>
border-color css
<style>
span { border-color: #CC51FC; }
span { border-color: rgb(204,81,252); }
td.TdClassName
{
border-color: #CC51FC;
}
.TagClassName
{
border-color: #CC51FC;
}
</style>