Shades of Heliotrope #CC6EF4
Tints of Heliotrope #CC6EF4
RGB
CMYK
RGB Variations
Color information
#CC6EF4 (or 0xCC6EF4) is known color: Heliotrope. HEX triplet: CC, 6E and F4. RGB value is (204,110,244). Sum of RGB (Red+Green+Blue) = 204+110+244=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC6EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EF4 is #33910B. Grayscale: #989898. Windows color (decimal): -3379468 or 16019148. OLE color: 16019148.
HSL color Cylindrical-coordinate representation of color #CC6EF4: hue angle of 282.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6EF4 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 110 | 244 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.04 |
| HSL | 282.09º | 0.86% | 0.69% | - |
| HSV(B) | 282.09º | 0.55% | 0.96% | - |
| XYZ | 46.81 | 30.52 | 89.01 | - |
| YUV | 153.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 244 | 0.16 | 0.55 | 0 | 0.04 | 282.09 | 0.86 | 0.69 |
| Hex | CC | 6E | F4 | 10 | 37 | 0 | 4 | 11A | 56 | 45 |
| Octal | 314 | 156 | 364 | 20 | 67 | 0 | 4 | 432 | 126 | 105 |
| Binary | 11001100 | 1101110 | 11110100 | 10000 | 110111 | 0 | 100 | 100011010 | 1010110 | 1000101 |
Color Harmonies of #CC6EF4
Complementary color
Monochromatic Colors of #CC6EF4
Black with #CC6EF4
Text Example
Text Example
White with #CC6EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EF4; }
p { color: rgb(204,110,244); }
H1.HeaderClassName
{
color: #CC6EF4;
}
.AnyTagClassName
{
color: #CC6EF4;
}
</style>
background-color css
<style>
a { background-color: #CC6EF4; }
a { background-color: rgb(204,110,244); }
div.DivClassName
{
background-color: #CC6EF4;
}
.BgClassName
{
background-color: #CC6EF4;
}
</style>
border-color css
<style>
span { border-color: #CC6EF4; }
span { border-color: rgb(204,110,244); }
td.TdClassName
{
border-color: #CC6EF4;
}
.TagClassName
{
border-color: #CC6EF4;
}
</style>