Shades of Heliotrope #CC64EC
Tints of Heliotrope #CC64EC
RGB
CMYK
RGB Variations
Color information
#CC64EC (or 0xCC64EC) is known color: Heliotrope. HEX triplet: CC, 64 and EC. RGB value is (204,100,236). Sum of RGB (Red+Green+Blue) = 204+100+236=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64EC is #339B13. Grayscale: #929292. Windows color (decimal): -3382036 or 15492300. OLE color: 15492300.
HSL color Cylindrical-coordinate representation of color #CC64EC: hue angle of 285.88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC64EC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 100 | 236 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.07 |
| HSL | 285.88º | 0.78% | 0.66% | - |
| HSV(B) | 285.88º | 0.58% | 0.93% | - |
| XYZ | 44.6 | 28.01 | 82.41 | - |
| YUV | 146.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 236 | 0.14 | 0.58 | 0 | 0.07 | 285.88 | 0.78 | 0.66 |
| Hex | CC | 64 | EC | E | 3A | 0 | 7 | 11E | 4E | 42 |
| Octal | 314 | 144 | 354 | 16 | 72 | 0 | 7 | 436 | 116 | 102 |
| Binary | 11001100 | 1100100 | 11101100 | 1110 | 111010 | 0 | 111 | 100011110 | 1001110 | 1000010 |
Color Harmonies of #CC64EC
Complementary color
Monochromatic Colors of #CC64EC
Black with #CC64EC
Text Example
Text Example
White with #CC64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64EC; }
p { color: rgb(204,100,236); }
H1.HeaderClassName
{
color: #CC64EC;
}
.AnyTagClassName
{
color: #CC64EC;
}
</style>
background-color css
<style>
a { background-color: #CC64EC; }
a { background-color: rgb(204,100,236); }
div.DivClassName
{
background-color: #CC64EC;
}
.BgClassName
{
background-color: #CC64EC;
}
</style>
border-color css
<style>
span { border-color: #CC64EC; }
span { border-color: rgb(204,100,236); }
td.TdClassName
{
border-color: #CC64EC;
}
.TagClassName
{
border-color: #CC64EC;
}
</style>