Shades of Heliotrope #CC5AFF
Tints of Heliotrope #CC5AFF
RGB
CMYK
RGB Variations
Color information
#CC5AFF (or 0xCC5AFF) is known color: Heliotrope. HEX triplet: CC, 5A and FF. RGB value is (204,90,255). Sum of RGB (Red+Green+Blue) = 204+90+255=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AFF is #33A500. Grayscale: #8E8E8E. Windows color (decimal): -3384577 or 16734924. OLE color: 16734924.
HSL color Cylindrical-coordinate representation of color #CC5AFF: hue angle of 281.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5AFF is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 90 | 255 | - |
| CMYK | 0.2 | 0.65 | 0 | 0 |
| HSL | 281.45º | 1% | 0.68% | - |
| HSV(B) | 281.45º | 0.65% | 1% | - |
| XYZ | 46.61 | 27.37 | 97.43 | - |
| YUV | 142.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 255 | 0.2 | 0.65 | 0 | 0 | 281.45 | 1 | 0.68 |
| Hex | CC | 5A | FF | 14 | 41 | 0 | 0 | 119 | 64 | 44 |
| Octal | 314 | 132 | 377 | 24 | 101 | 0 | 0 | 431 | 144 | 104 |
| Binary | 11001100 | 1011010 | 11111111 | 10100 | 1000001 | 0 | 0 | 100011001 | 1100100 | 1000100 |
Color Harmonies of #CC5AFF
Complementary color
Monochromatic Colors of #CC5AFF
Black with #CC5AFF
Text Example
Text Example
White with #CC5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AFF; }
p { color: rgb(204,90,255); }
H1.HeaderClassName
{
color: #CC5AFF;
}
.AnyTagClassName
{
color: #CC5AFF;
}
</style>
background-color css
<style>
a { background-color: #CC5AFF; }
a { background-color: rgb(204,90,255); }
div.DivClassName
{
background-color: #CC5AFF;
}
.BgClassName
{
background-color: #CC5AFF;
}
</style>
border-color css
<style>
span { border-color: #CC5AFF; }
span { border-color: rgb(204,90,255); }
td.TdClassName
{
border-color: #CC5AFF;
}
.TagClassName
{
border-color: #CC5AFF;
}
</style>