Shades of Heliotrope #CC52FF
Tints of Heliotrope #CC52FF
RGB
CMYK
RGB Variations
Color information
#CC52FF (or 0xCC52FF) is known color: Heliotrope. HEX triplet: CC, 52 and FF. RGB value is (204,82,255). Sum of RGB (Red+Green+Blue) = 204+82+255=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC52FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52FF is #33AD00. Grayscale: #898989. Windows color (decimal): -3386625 or 16732876. OLE color: 16732876.
HSL color Cylindrical-coordinate representation of color #CC52FF: hue angle of 282.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC52FF is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 82 | 255 | - |
| CMYK | 0.2 | 0.68 | 0 | 0 |
| HSL | 282.31º | 1% | 0.66% | - |
| HSV(B) | 282.31º | 0.68% | 1% | - |
| XYZ | 45.97 | 26.09 | 97.22 | - |
| YUV | 138.2 | 193.92 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 255 | 0.2 | 0.68 | 0 | 0 | 282.31 | 1 | 0.66 |
| Hex | CC | 52 | FF | 14 | 44 | 0 | 0 | 11A | 64 | 42 |
| Octal | 314 | 122 | 377 | 24 | 104 | 0 | 0 | 432 | 144 | 102 |
| Binary | 11001100 | 1010010 | 11111111 | 10100 | 1000100 | 0 | 0 | 100011010 | 1100100 | 1000010 |
Color Harmonies of #CC52FF
Complementary color
Monochromatic Colors of #CC52FF
Black with #CC52FF
Text Example
Text Example
White with #CC52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52FF; }
p { color: rgb(204,82,255); }
H1.HeaderClassName
{
color: #CC52FF;
}
.AnyTagClassName
{
color: #CC52FF;
}
</style>
background-color css
<style>
a { background-color: #CC52FF; }
a { background-color: rgb(204,82,255); }
div.DivClassName
{
background-color: #CC52FF;
}
.BgClassName
{
background-color: #CC52FF;
}
</style>
border-color css
<style>
span { border-color: #CC52FF; }
span { border-color: rgb(204,82,255); }
td.TdClassName
{
border-color: #CC52FF;
}
.TagClassName
{
border-color: #CC52FF;
}
</style>