Shades of Heliotrope #CC5DFC
Tints of Heliotrope #CC5DFC
RGB
CMYK
RGB Variations
Color information
#CC5DFC (or 0xCC5DFC) is known color: Heliotrope. HEX triplet: CC, 5D and FC. RGB value is (204,93,252). Sum of RGB (Red+Green+Blue) = 204+93+252=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DFC is #33A203. Grayscale: #8F8F8F. Windows color (decimal): -3383812 or 16539084. OLE color: 16539084.
HSL color Cylindrical-coordinate representation of color #CC5DFC: hue angle of 281.89º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5DFC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 93 | 252 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.01 |
| HSL | 281.89º | 0.96% | 0.68% | - |
| HSV(B) | 281.89º | 0.63% | 0.99% | - |
| XYZ | 46.39 | 27.69 | 95 | - |
| YUV | 144.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 252 | 0.19 | 0.63 | 0 | 0.01 | 281.89 | 0.96 | 0.68 |
| Hex | CC | 5D | FC | 13 | 3F | 0 | 1 | 11A | 60 | 44 |
| Octal | 314 | 135 | 374 | 23 | 77 | 0 | 1 | 432 | 140 | 104 |
| Binary | 11001100 | 1011101 | 11111100 | 10011 | 111111 | 0 | 1 | 100011010 | 1100000 | 1000100 |
Color Harmonies of #CC5DFC
Complementary color
Monochromatic Colors of #CC5DFC
Black with #CC5DFC
Text Example
Text Example
White with #CC5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DFC; }
p { color: rgb(204,93,252); }
H1.HeaderClassName
{
color: #CC5DFC;
}
.AnyTagClassName
{
color: #CC5DFC;
}
</style>
background-color css
<style>
a { background-color: #CC5DFC; }
a { background-color: rgb(204,93,252); }
div.DivClassName
{
background-color: #CC5DFC;
}
.BgClassName
{
background-color: #CC5DFC;
}
</style>
border-color css
<style>
span { border-color: #CC5DFC; }
span { border-color: rgb(204,93,252); }
td.TdClassName
{
border-color: #CC5DFC;
}
.TagClassName
{
border-color: #CC5DFC;
}
</style>