Shades of Heliotrope #CD64EC
Tints of Heliotrope #CD64EC
RGB
CMYK
RGB Variations
Color information
#CD64EC (or 0xCD64EC) is known color: Heliotrope. HEX triplet: CD, 64 and EC. RGB value is (205,100,236). Sum of RGB (Red+Green+Blue) = 205+100+236=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64EC is #329B13. Grayscale: #929292. Windows color (decimal): -3316500 or 15492301. OLE color: 15492301.
HSL color Cylindrical-coordinate representation of color #CD64EC: hue angle of 286.32º 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 #CD64EC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 100 | 236 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.07 |
| HSL | 286.32º | 0.78% | 0.66% | - |
| HSV(B) | 286.32º | 0.58% | 0.93% | - |
| XYZ | 44.87 | 28.15 | 82.43 | - |
| YUV | 146.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 236 | 0.13 | 0.58 | 0 | 0.07 | 286.32 | 0.78 | 0.66 |
| Hex | CD | 64 | EC | D | 3A | 0 | 7 | 11E | 4E | 42 |
| Octal | 315 | 144 | 354 | 15 | 72 | 0 | 7 | 436 | 116 | 102 |
| Binary | 11001101 | 1100100 | 11101100 | 1101 | 111010 | 0 | 111 | 100011110 | 1001110 | 1000010 |
Color Harmonies of #CD64EC
Complementary color
Monochromatic Colors of #CD64EC
Black with #CD64EC
Text Example
Text Example
White with #CD64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD64EC; }
p { color: rgb(205,100,236); }
H1.HeaderClassName
{
color: #CD64EC;
}
.AnyTagClassName
{
color: #CD64EC;
}
</style>
background-color css
<style>
a { background-color: #CD64EC; }
a { background-color: rgb(205,100,236); }
div.DivClassName
{
background-color: #CD64EC;
}
.BgClassName
{
background-color: #CD64EC;
}
</style>
border-color css
<style>
span { border-color: #CD64EC; }
span { border-color: rgb(205,100,236); }
td.TdClassName
{
border-color: #CD64EC;
}
.TagClassName
{
border-color: #CD64EC;
}
</style>