Shades of Heliotrope #CC4CFE
Tints of Heliotrope #CC4CFE
RGB
CMYK
RGB Variations
Color information
#CC4CFE (or 0xCC4CFE) is known color: Heliotrope. HEX triplet: CC, 4C and FE. RGB value is (204,76,254). Sum of RGB (Red+Green+Blue) = 204+76+254=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CFE is #33B301. Grayscale: #858585. Windows color (decimal): -3388162 or 16665804. OLE color: 16665804.
HSL color Cylindrical-coordinate representation of color #CC4CFE: hue angle of 283.15º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4CFE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 76 | 254 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.00 |
| HSL | 283.15º | 0.99% | 0.65% | - |
| HSV(B) | 283.15º | 0.7% | 1% | - |
| XYZ | 45.38 | 25.16 | 96.23 | - |
| YUV | 134.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 254 | 0.20 | 0.70 | 0 | 0.00 | 283.15 | 0.99 | 0.65 |
| Hex | CC | 4C | FE | 14 | 46 | 0 | 0 | 11B | 63 | 41 |
| Octal | 314 | 114 | 376 | 24 | 106 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001100 | 1001100 | 11111110 | 10100 | 1000110 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CC4CFE
Complementary color
Monochromatic Colors of #CC4CFE
Black with #CC4CFE
Text Example
Text Example
White with #CC4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CFE; }
p { color: rgb(204,76,254); }
H1.HeaderClassName
{
color: #CC4CFE;
}
.AnyTagClassName
{
color: #CC4CFE;
}
</style>
background-color css
<style>
a { background-color: #CC4CFE; }
a { background-color: rgb(204,76,254); }
div.DivClassName
{
background-color: #CC4CFE;
}
.BgClassName
{
background-color: #CC4CFE;
}
</style>
border-color css
<style>
span { border-color: #CC4CFE; }
span { border-color: rgb(204,76,254); }
td.TdClassName
{
border-color: #CC4CFE;
}
.TagClassName
{
border-color: #CC4CFE;
}
</style>