Shades of Heliotrope #CC5AFE
Tints of Heliotrope #CC5AFE
RGB
CMYK
RGB Variations
Color information
#CC5AFE (or 0xCC5AFE) is known color: Heliotrope. HEX triplet: CC, 5A and FE. RGB value is (204,90,254). Sum of RGB (Red+Green+Blue) = 204+90+254=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AFE is #33A501. Grayscale: #8E8E8E. Windows color (decimal): -3384578 or 16669388. OLE color: 16669388.
HSL color Cylindrical-coordinate representation of color #CC5AFE: hue angle of 281.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5AFE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 90 | 254 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.00 |
| HSL | 281.71º | 0.99% | 0.67% | - |
| HSV(B) | 281.71º | 0.65% | 1% | - |
| XYZ | 46.45 | 27.31 | 96.59 | - |
| YUV | 142.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 254 | 0.20 | 0.65 | 0 | 0.00 | 281.71 | 0.99 | 0.67 |
| Hex | CC | 5A | FE | 14 | 41 | 0 | 0 | 11A | 63 | 43 |
| Octal | 314 | 132 | 376 | 24 | 101 | 0 | 0 | 432 | 143 | 103 |
| Binary | 11001100 | 1011010 | 11111110 | 10100 | 1000001 | 0 | 0 | 100011010 | 1100011 | 1000011 |
Color Harmonies of #CC5AFE
Complementary color
Monochromatic Colors of #CC5AFE
Black with #CC5AFE
Text Example
Text Example
White with #CC5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AFE; }
p { color: rgb(204,90,254); }
H1.HeaderClassName
{
color: #CC5AFE;
}
.AnyTagClassName
{
color: #CC5AFE;
}
</style>
background-color css
<style>
a { background-color: #CC5AFE; }
a { background-color: rgb(204,90,254); }
div.DivClassName
{
background-color: #CC5AFE;
}
.BgClassName
{
background-color: #CC5AFE;
}
</style>
border-color css
<style>
span { border-color: #CC5AFE; }
span { border-color: rgb(204,90,254); }
td.TdClassName
{
border-color: #CC5AFE;
}
.TagClassName
{
border-color: #CC5AFE;
}
</style>