Shades of Heliotrope #DC68EB
Tints of Heliotrope #DC68EB
RGB
CMYK
RGB Variations
Color information
#DC68EB (or 0xDC68EB) is known color: Heliotrope. HEX triplet: DC, 68 and EB. RGB value is (220,104,235). Sum of RGB (Red+Green+Blue) = 220+104+235=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68EB is #239714. Grayscale: #999999. Windows color (decimal): -2332437 or 15427804. OLE color: 15427804.
HSL color Cylindrical-coordinate representation of color #DC68EB: hue angle of 293.13º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC68EB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 104 | 235 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.08 |
| HSL | 293.13º | 0.77% | 0.66% | - |
| HSV(B) | 293.13º | 0.56% | 0.92% | - |
| XYZ | 49.46 | 31.11 | 82 | - |
| YUV | 153.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 235 | 0.06 | 0.56 | 0 | 0.08 | 293.13 | 0.77 | 0.66 |
| Hex | DC | 68 | EB | 6 | 38 | 0 | 8 | 125 | 4D | 42 |
| Octal | 334 | 150 | 353 | 6 | 70 | 0 | 10 | 445 | 115 | 102 |
| Binary | 11011100 | 1101000 | 11101011 | 110 | 111000 | 0 | 1000 | 100100101 | 1001101 | 1000010 |
Color Harmonies of #DC68EB
Complementary color
Monochromatic Colors of #DC68EB
Black with #DC68EB
Text Example
Text Example
White with #DC68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68EB; }
p { color: rgb(220,104,235); }
H1.HeaderClassName
{
color: #DC68EB;
}
.AnyTagClassName
{
color: #DC68EB;
}
</style>
background-color css
<style>
a { background-color: #DC68EB; }
a { background-color: rgb(220,104,235); }
div.DivClassName
{
background-color: #DC68EB;
}
.BgClassName
{
background-color: #DC68EB;
}
</style>
border-color css
<style>
span { border-color: #DC68EB; }
span { border-color: rgb(220,104,235); }
td.TdClassName
{
border-color: #DC68EB;
}
.TagClassName
{
border-color: #DC68EB;
}
</style>