Shades of Heliotrope #CC5AFC
Tints of Heliotrope #CC5AFC
RGB
CMYK
RGB Variations
Color information
#CC5AFC (or 0xCC5AFC) is known color: Heliotrope. HEX triplet: CC, 5A and FC. RGB value is (204,90,252). Sum of RGB (Red+Green+Blue) = 204+90+252=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC5AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AFC is #33A503. Grayscale: #8E8E8E. Windows color (decimal): -3384580 or 16538316. OLE color: 16538316.
HSL color Cylindrical-coordinate representation of color #CC5AFC: hue angle of 282.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5AFC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 90 | 252 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.01 |
| HSL | 282.22º | 0.96% | 0.67% | - |
| HSV(B) | 282.22º | 0.64% | 0.99% | - |
| XYZ | 46.13 | 27.18 | 94.91 | - |
| YUV | 142.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 252 | 0.19 | 0.64 | 0 | 0.01 | 282.22 | 0.96 | 0.67 |
| Hex | CC | 5A | FC | 13 | 40 | 0 | 1 | 11A | 60 | 43 |
| Octal | 314 | 132 | 374 | 23 | 100 | 0 | 1 | 432 | 140 | 103 |
| Binary | 11001100 | 1011010 | 11111100 | 10011 | 1000000 | 0 | 1 | 100011010 | 1100000 | 1000011 |
Color Harmonies of #CC5AFC
Complementary color
Monochromatic Colors of #CC5AFC
Black with #CC5AFC
Text Example
Text Example
White with #CC5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AFC; }
p { color: rgb(204,90,252); }
H1.HeaderClassName
{
color: #CC5AFC;
}
.AnyTagClassName
{
color: #CC5AFC;
}
</style>
background-color css
<style>
a { background-color: #CC5AFC; }
a { background-color: rgb(204,90,252); }
div.DivClassName
{
background-color: #CC5AFC;
}
.BgClassName
{
background-color: #CC5AFC;
}
</style>
border-color css
<style>
span { border-color: #CC5AFC; }
span { border-color: rgb(204,90,252); }
td.TdClassName
{
border-color: #CC5AFC;
}
.TagClassName
{
border-color: #CC5AFC;
}
</style>