Shades of Heliotrope #CD68EF
Tints of Heliotrope #CD68EF
RGB
CMYK
RGB Variations
Color information
#CD68EF (or 0xCD68EF) is known color: Heliotrope. HEX triplet: CD, 68 and EF. RGB value is (205,104,239). Sum of RGB (Red+Green+Blue) = 205+104+239=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD68EF is #329710. Grayscale: #959595. Windows color (decimal): -3315473 or 15689933. OLE color: 15689933.
HSL color Cylindrical-coordinate representation of color #CD68EF: hue angle of 284.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD68EF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 104 | 239 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.06 |
| HSL | 284.89º | 0.81% | 0.67% | - |
| HSV(B) | 284.89º | 0.56% | 0.94% | - |
| XYZ | 45.71 | 29.11 | 84.87 | - |
| YUV | 149.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 239 | 0.14 | 0.56 | 0 | 0.06 | 284.89 | 0.81 | 0.67 |
| Hex | CD | 68 | EF | E | 38 | 0 | 6 | 11D | 51 | 43 |
| Octal | 315 | 150 | 357 | 16 | 70 | 0 | 6 | 435 | 121 | 103 |
| Binary | 11001101 | 1101000 | 11101111 | 1110 | 111000 | 0 | 110 | 100011101 | 1010001 | 1000011 |
Color Harmonies of #CD68EF
Complementary color
Monochromatic Colors of #CD68EF
Black with #CD68EF
Text Example
Text Example
White with #CD68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68EF; }
p { color: rgb(205,104,239); }
H1.HeaderClassName
{
color: #CD68EF;
}
.AnyTagClassName
{
color: #CD68EF;
}
</style>
background-color css
<style>
a { background-color: #CD68EF; }
a { background-color: rgb(205,104,239); }
div.DivClassName
{
background-color: #CD68EF;
}
.BgClassName
{
background-color: #CD68EF;
}
</style>
border-color css
<style>
span { border-color: #CD68EF; }
span { border-color: rgb(205,104,239); }
td.TdClassName
{
border-color: #CD68EF;
}
.TagClassName
{
border-color: #CD68EF;
}
</style>