Shades of Heliotrope #CC4DFF
Tints of Heliotrope #CC4DFF
RGB
CMYK
RGB Variations
Color information
#CC4DFF (or 0xCC4DFF) is known color: Heliotrope. HEX triplet: CC, 4D and FF. RGB value is (204,77,255). Sum of RGB (Red+Green+Blue) = 204+77+255=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DFF is #33B200. Grayscale: #868686. Windows color (decimal): -3387905 or 16731596. OLE color: 16731596.
HSL color Cylindrical-coordinate representation of color #CC4DFF: hue angle of 282.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4DFF is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 77 | 255 | - |
| CMYK | 0.2 | 0.70 | 0 | 0 |
| HSL | 282.81º | 1% | 0.65% | - |
| HSV(B) | 282.81º | 0.7% | 1% | - |
| XYZ | 45.61 | 25.37 | 97.1 | - |
| YUV | 135.27 | 195.58 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 255 | 0.2 | 0.70 | 0 | 0 | 282.81 | 1 | 0.65 |
| Hex | CC | 4D | FF | 14 | 46 | 0 | 0 | 11B | 64 | 41 |
| Octal | 314 | 115 | 377 | 24 | 106 | 0 | 0 | 433 | 144 | 101 |
| Binary | 11001100 | 1001101 | 11111111 | 10100 | 1000110 | 0 | 0 | 100011011 | 1100100 | 1000001 |
Color Harmonies of #CC4DFF
Complementary color
Monochromatic Colors of #CC4DFF
Black with #CC4DFF
Text Example
Text Example
White with #CC4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DFF; }
p { color: rgb(204,77,255); }
H1.HeaderClassName
{
color: #CC4DFF;
}
.AnyTagClassName
{
color: #CC4DFF;
}
</style>
background-color css
<style>
a { background-color: #CC4DFF; }
a { background-color: rgb(204,77,255); }
div.DivClassName
{
background-color: #CC4DFF;
}
.BgClassName
{
background-color: #CC4DFF;
}
</style>
border-color css
<style>
span { border-color: #CC4DFF; }
span { border-color: rgb(204,77,255); }
td.TdClassName
{
border-color: #CC4DFF;
}
.TagClassName
{
border-color: #CC4DFF;
}
</style>