Shades of Heliotrope #CC4DFE
Tints of Heliotrope #CC4DFE
RGB
CMYK
RGB Variations
Color information
#CC4DFE (or 0xCC4DFE) is known color: Heliotrope. HEX triplet: CC, 4D and FE. RGB value is (204,77,254). Sum of RGB (Red+Green+Blue) = 204+77+254=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DFE is #33B201. Grayscale: #868686. Windows color (decimal): -3387906 or 16666060. OLE color: 16666060.
HSL color Cylindrical-coordinate representation of color #CC4DFE: hue angle of 283.05º 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 #CC4DFE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 77 | 254 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.00 |
| HSL | 283.05º | 0.99% | 0.65% | - |
| HSV(B) | 283.05º | 0.7% | 1% | - |
| XYZ | 45.45 | 25.3 | 96.25 | - |
| YUV | 135.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 254 | 0.20 | 0.70 | 0 | 0.00 | 283.05 | 0.99 | 0.65 |
| Hex | CC | 4D | FE | 14 | 46 | 0 | 0 | 11B | 63 | 41 |
| Octal | 314 | 115 | 376 | 24 | 106 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001100 | 1001101 | 11111110 | 10100 | 1000110 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CC4DFE
Complementary color
Monochromatic Colors of #CC4DFE
Black with #CC4DFE
Text Example
Text Example
White with #CC4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DFE; }
p { color: rgb(204,77,254); }
H1.HeaderClassName
{
color: #CC4DFE;
}
.AnyTagClassName
{
color: #CC4DFE;
}
</style>
background-color css
<style>
a { background-color: #CC4DFE; }
a { background-color: rgb(204,77,254); }
div.DivClassName
{
background-color: #CC4DFE;
}
.BgClassName
{
background-color: #CC4DFE;
}
</style>
border-color css
<style>
span { border-color: #CC4DFE; }
span { border-color: rgb(204,77,254); }
td.TdClassName
{
border-color: #CC4DFE;
}
.TagClassName
{
border-color: #CC4DFE;
}
</style>