Shades of Heliotrope #CC5AF8
Tints of Heliotrope #CC5AF8
RGB
CMYK
RGB Variations
Color information
#CC5AF8 (or 0xCC5AF8) is known color: Heliotrope. HEX triplet: CC, 5A and F8. RGB value is (204,90,248). Sum of RGB (Red+Green+Blue) = 204+90+248=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC5AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5AF8 is #33A507. Grayscale: #8D8D8D. Windows color (decimal): -3384584 or 16276172. OLE color: 16276172.
HSL color Cylindrical-coordinate representation of color #CC5AF8: hue angle of 283.29º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC5AF8 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 90 | 248 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.03 |
| HSL | 283.29º | 0.92% | 0.66% | - |
| HSV(B) | 283.29º | 0.64% | 0.97% | - |
| XYZ | 45.5 | 26.93 | 91.61 | - |
| YUV | 142.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 248 | 0.18 | 0.64 | 0 | 0.03 | 283.29 | 0.92 | 0.66 |
| Hex | CC | 5A | F8 | 12 | 40 | 0 | 3 | 11B | 5C | 42 |
| Octal | 314 | 132 | 370 | 22 | 100 | 0 | 3 | 433 | 134 | 102 |
| Binary | 11001100 | 1011010 | 11111000 | 10010 | 1000000 | 0 | 11 | 100011011 | 1011100 | 1000010 |
Color Harmonies of #CC5AF8
Complementary color
Monochromatic Colors of #CC5AF8
Black with #CC5AF8
Text Example
Text Example
White with #CC5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5AF8; }
p { color: rgb(204,90,248); }
H1.HeaderClassName
{
color: #CC5AF8;
}
.AnyTagClassName
{
color: #CC5AF8;
}
</style>
background-color css
<style>
a { background-color: #CC5AF8; }
a { background-color: rgb(204,90,248); }
div.DivClassName
{
background-color: #CC5AF8;
}
.BgClassName
{
background-color: #CC5AF8;
}
</style>
border-color css
<style>
span { border-color: #CC5AF8; }
span { border-color: rgb(204,90,248); }
td.TdClassName
{
border-color: #CC5AF8;
}
.TagClassName
{
border-color: #CC5AF8;
}
</style>