Shades of Heliotrope #CD64EE
Tints of Heliotrope #CD64EE
RGB
CMYK
RGB Variations
Color information
#CD64EE (or 0xCD64EE) is known color: Heliotrope. HEX triplet: CD, 64 and EE. RGB value is (205,100,238). Sum of RGB (Red+Green+Blue) = 205+100+238=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64EE is #329B11. Grayscale: #929292. Windows color (decimal): -3316498 or 15623373. OLE color: 15623373.
HSL color Cylindrical-coordinate representation of color #CD64EE: hue angle of 285.65º degrees, saturation: 0.8, 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 #CD64EE is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 100 | 238 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.07 |
| HSL | 285.65º | 0.8% | 0.66% | - |
| HSV(B) | 285.65º | 0.58% | 0.93% | - |
| XYZ | 45.17 | 28.27 | 83.96 | - |
| YUV | 147.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 238 | 0.14 | 0.58 | 0 | 0.07 | 285.65 | 0.8 | 0.66 |
| Hex | CD | 64 | EE | E | 3A | 0 | 7 | 11E | 50 | 42 |
| Octal | 315 | 144 | 356 | 16 | 72 | 0 | 7 | 436 | 120 | 102 |
| Binary | 11001101 | 1100100 | 11101110 | 1110 | 111010 | 0 | 111 | 100011110 | 1010000 | 1000010 |
Color Harmonies of #CD64EE
Complementary color
Monochromatic Colors of #CD64EE
Black with #CD64EE
Text Example
Text Example
White with #CD64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD64EE; }
p { color: rgb(205,100,238); }
H1.HeaderClassName
{
color: #CD64EE;
}
.AnyTagClassName
{
color: #CD64EE;
}
</style>
background-color css
<style>
a { background-color: #CD64EE; }
a { background-color: rgb(205,100,238); }
div.DivClassName
{
background-color: #CD64EE;
}
.BgClassName
{
background-color: #CD64EE;
}
</style>
border-color css
<style>
span { border-color: #CD64EE; }
span { border-color: rgb(205,100,238); }
td.TdClassName
{
border-color: #CD64EE;
}
.TagClassName
{
border-color: #CD64EE;
}
</style>