Shades of Heliotrope #CC64EF
Tints of Heliotrope #CC64EF
RGB
CMYK
RGB Variations
Color information
#CC64EF (or 0xCC64EF) is known color: Heliotrope. HEX triplet: CC, 64 and EF. RGB value is (204,100,239). Sum of RGB (Red+Green+Blue) = 204+100+239=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64EF is #339B10. Grayscale: #929292. Windows color (decimal): -3382033 or 15688908. OLE color: 15688908.
HSL color Cylindrical-coordinate representation of color #CC64EF: hue angle of 284.89º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC64EF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 100 | 239 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.06 |
| HSL | 284.89º | 0.81% | 0.66% | - |
| HSV(B) | 284.89º | 0.58% | 0.94% | - |
| XYZ | 45.04 | 28.18 | 84.73 | - |
| YUV | 146.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 239 | 0.15 | 0.58 | 0 | 0.06 | 284.89 | 0.81 | 0.66 |
| Hex | CC | 64 | EF | F | 3A | 0 | 6 | 11D | 51 | 42 |
| Octal | 314 | 144 | 357 | 17 | 72 | 0 | 6 | 435 | 121 | 102 |
| Binary | 11001100 | 1100100 | 11101111 | 1111 | 111010 | 0 | 110 | 100011101 | 1010001 | 1000010 |
Color Harmonies of #CC64EF
Complementary color
Monochromatic Colors of #CC64EF
Black with #CC64EF
Text Example
Text Example
White with #CC64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64EF; }
p { color: rgb(204,100,239); }
H1.HeaderClassName
{
color: #CC64EF;
}
.AnyTagClassName
{
color: #CC64EF;
}
</style>
background-color css
<style>
a { background-color: #CC64EF; }
a { background-color: rgb(204,100,239); }
div.DivClassName
{
background-color: #CC64EF;
}
.BgClassName
{
background-color: #CC64EF;
}
</style>
border-color css
<style>
span { border-color: #CC64EF; }
span { border-color: rgb(204,100,239); }
td.TdClassName
{
border-color: #CC64EF;
}
.TagClassName
{
border-color: #CC64EF;
}
</style>