Shades of Heliotrope #CC4DFC
Tints of Heliotrope #CC4DFC
RGB
CMYK
RGB Variations
Color information
#CC4DFC (or 0xCC4DFC) is known color: Heliotrope. HEX triplet: CC, 4D and FC. RGB value is (204,77,252). Sum of RGB (Red+Green+Blue) = 204+77+252=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 77 (30.47% from 255 or 14.45% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DFC is #33B203. Grayscale: #868686. Windows color (decimal): -3387908 or 16534988. OLE color: 16534988.
HSL color Cylindrical-coordinate representation of color #CC4DFC: hue angle of 283.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4DFC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 77 | 252 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.01 |
| HSL | 283.54º | 0.97% | 0.65% | - |
| HSV(B) | 283.54º | 0.69% | 0.99% | - |
| XYZ | 45.13 | 25.17 | 94.58 | - |
| YUV | 134.92 | 194.08 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 252 | 0.19 | 0.69 | 0 | 0.01 | 283.54 | 0.97 | 0.65 |
| Hex | CC | 4D | FC | 13 | 45 | 0 | 1 | 11C | 61 | 41 |
| Octal | 314 | 115 | 374 | 23 | 105 | 0 | 1 | 434 | 141 | 101 |
| Binary | 11001100 | 1001101 | 11111100 | 10011 | 1000101 | 0 | 1 | 100011100 | 1100001 | 1000001 |
Color Harmonies of #CC4DFC
Complementary color
Monochromatic Colors of #CC4DFC
Black with #CC4DFC
Text Example
Text Example
White with #CC4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DFC; }
p { color: rgb(204,77,252); }
H1.HeaderClassName
{
color: #CC4DFC;
}
.AnyTagClassName
{
color: #CC4DFC;
}
</style>
background-color css
<style>
a { background-color: #CC4DFC; }
a { background-color: rgb(204,77,252); }
div.DivClassName
{
background-color: #CC4DFC;
}
.BgClassName
{
background-color: #CC4DFC;
}
</style>
border-color css
<style>
span { border-color: #CC4DFC; }
span { border-color: rgb(204,77,252); }
td.TdClassName
{
border-color: #CC4DFC;
}
.TagClassName
{
border-color: #CC4DFC;
}
</style>