Shades of Heliotrope #CD68EC
Tints of Heliotrope #CD68EC
RGB
CMYK
RGB Variations
Color information
#CD68EC (or 0xCD68EC) is known color: Heliotrope. HEX triplet: CD, 68 and EC. RGB value is (205,104,236). Sum of RGB (Red+Green+Blue) = 205+104+236=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD68EC is #329713. Grayscale: #949494. Windows color (decimal): -3315476 or 15493325. OLE color: 15493325.
HSL color Cylindrical-coordinate representation of color #CD68EC: hue angle of 285.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD68EC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 104 | 236 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.07 |
| HSL | 285.91º | 0.78% | 0.67% | - |
| HSV(B) | 285.91º | 0.56% | 0.93% | - |
| XYZ | 45.27 | 28.94 | 82.56 | - |
| YUV | 149.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 236 | 0.13 | 0.56 | 0 | 0.07 | 285.91 | 0.78 | 0.67 |
| Hex | CD | 68 | EC | D | 38 | 0 | 7 | 11E | 4E | 43 |
| Octal | 315 | 150 | 354 | 15 | 70 | 0 | 7 | 436 | 116 | 103 |
| Binary | 11001101 | 1101000 | 11101100 | 1101 | 111000 | 0 | 111 | 100011110 | 1001110 | 1000011 |
Color Harmonies of #CD68EC
Complementary color
Monochromatic Colors of #CD68EC
Black with #CD68EC
Text Example
Text Example
White with #CD68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68EC; }
p { color: rgb(205,104,236); }
H1.HeaderClassName
{
color: #CD68EC;
}
.AnyTagClassName
{
color: #CD68EC;
}
</style>
background-color css
<style>
a { background-color: #CD68EC; }
a { background-color: rgb(205,104,236); }
div.DivClassName
{
background-color: #CD68EC;
}
.BgClassName
{
background-color: #CD68EC;
}
</style>
border-color css
<style>
span { border-color: #CD68EC; }
span { border-color: rgb(205,104,236); }
td.TdClassName
{
border-color: #CD68EC;
}
.TagClassName
{
border-color: #CD68EC;
}
</style>