Shades of Heliotrope #CC52FA
Tints of Heliotrope #CC52FA
RGB
CMYK
RGB Variations
Color information
#CC52FA (or 0xCC52FA) is known color: Heliotrope. HEX triplet: CC, 52 and FA. RGB value is (204,82,250). Sum of RGB (Red+Green+Blue) = 204+82+250=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52FA is #33AD05. Grayscale: #898989. Windows color (decimal): -3386630 or 16405196. OLE color: 16405196.
HSL color Cylindrical-coordinate representation of color #CC52FA: hue angle of 283.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC52FA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 82 | 250 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.02 |
| HSL | 283.57º | 0.94% | 0.65% | - |
| HSV(B) | 283.57º | 0.67% | 0.98% | - |
| XYZ | 45.17 | 25.77 | 93.04 | - |
| YUV | 137.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 250 | 0.18 | 0.67 | 0 | 0.02 | 283.57 | 0.94 | 0.65 |
| Hex | CC | 52 | FA | 12 | 43 | 0 | 2 | 11C | 5E | 41 |
| Octal | 314 | 122 | 372 | 22 | 103 | 0 | 2 | 434 | 136 | 101 |
| Binary | 11001100 | 1010010 | 11111010 | 10010 | 1000011 | 0 | 10 | 100011100 | 1011110 | 1000001 |
Color Harmonies of #CC52FA
Complementary color
Monochromatic Colors of #CC52FA
Black with #CC52FA
Text Example
Text Example
White with #CC52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52FA; }
p { color: rgb(204,82,250); }
H1.HeaderClassName
{
color: #CC52FA;
}
.AnyTagClassName
{
color: #CC52FA;
}
</style>
background-color css
<style>
a { background-color: #CC52FA; }
a { background-color: rgb(204,82,250); }
div.DivClassName
{
background-color: #CC52FA;
}
.BgClassName
{
background-color: #CC52FA;
}
</style>
border-color css
<style>
span { border-color: #CC52FA; }
span { border-color: rgb(204,82,250); }
td.TdClassName
{
border-color: #CC52FA;
}
.TagClassName
{
border-color: #CC52FA;
}
</style>