Shades of Heliotrope #CC4CFF
Tints of Heliotrope #CC4CFF
RGB
CMYK
RGB Variations
Color information
#CC4CFF (or 0xCC4CFF) is known color: Heliotrope. HEX triplet: CC, 4C and FF. RGB value is (204,76,255). Sum of RGB (Red+Green+Blue) = 204+76+255=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CFF is #33B300. Grayscale: #868686. Windows color (decimal): -3388161 or 16731340. OLE color: 16731340.
HSL color Cylindrical-coordinate representation of color #CC4CFF: hue angle of 282.91º 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 #CC4CFF is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 76 | 255 | - |
| CMYK | 0.2 | 0.70 | 0 | 0 |
| HSL | 282.91º | 1% | 0.65% | - |
| HSV(B) | 282.91º | 0.7% | 1% | - |
| XYZ | 45.54 | 25.23 | 97.08 | - |
| YUV | 134.68 | 195.91 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 255 | 0.2 | 0.70 | 0 | 0 | 282.91 | 1 | 0.65 |
| Hex | CC | 4C | FF | 14 | 46 | 0 | 0 | 11B | 64 | 41 |
| Octal | 314 | 114 | 377 | 24 | 106 | 0 | 0 | 433 | 144 | 101 |
| Binary | 11001100 | 1001100 | 11111111 | 10100 | 1000110 | 0 | 0 | 100011011 | 1100100 | 1000001 |
Color Harmonies of #CC4CFF
Complementary color
Monochromatic Colors of #CC4CFF
Black with #CC4CFF
Text Example
Text Example
White with #CC4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CFF; }
p { color: rgb(204,76,255); }
H1.HeaderClassName
{
color: #CC4CFF;
}
.AnyTagClassName
{
color: #CC4CFF;
}
</style>
background-color css
<style>
a { background-color: #CC4CFF; }
a { background-color: rgb(204,76,255); }
div.DivClassName
{
background-color: #CC4CFF;
}
.BgClassName
{
background-color: #CC4CFF;
}
</style>
border-color css
<style>
span { border-color: #CC4CFF; }
span { border-color: rgb(204,76,255); }
td.TdClassName
{
border-color: #CC4CFF;
}
.TagClassName
{
border-color: #CC4CFF;
}
</style>