Shades of Heliotrope #DC68EF
Tints of Heliotrope #DC68EF
RGB
CMYK
RGB Variations
Color information
#DC68EF (or 0xDC68EF) is known color: Heliotrope. HEX triplet: DC, 68 and EF. RGB value is (220,104,239). Sum of RGB (Red+Green+Blue) = 220+104+239=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68EF is #239710. Grayscale: #999999. Windows color (decimal): -2332433 or 15689948. OLE color: 15689948.
HSL color Cylindrical-coordinate representation of color #DC68EF: hue angle of 291.56º 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 #DC68EF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 104 | 239 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.06 |
| HSL | 291.56º | 0.81% | 0.67% | - |
| HSV(B) | 291.56º | 0.56% | 0.94% | - |
| XYZ | 50.05 | 31.35 | 85.07 | - |
| YUV | 154.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 239 | 0.08 | 0.56 | 0 | 0.06 | 291.56 | 0.81 | 0.67 |
| Hex | DC | 68 | EF | 8 | 38 | 0 | 6 | 124 | 51 | 43 |
| Octal | 334 | 150 | 357 | 10 | 70 | 0 | 6 | 444 | 121 | 103 |
| Binary | 11011100 | 1101000 | 11101111 | 1000 | 111000 | 0 | 110 | 100100100 | 1010001 | 1000011 |
Color Harmonies of #DC68EF
Complementary color
Monochromatic Colors of #DC68EF
Black with #DC68EF
Text Example
Text Example
White with #DC68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68EF; }
p { color: rgb(220,104,239); }
H1.HeaderClassName
{
color: #DC68EF;
}
.AnyTagClassName
{
color: #DC68EF;
}
</style>
background-color css
<style>
a { background-color: #DC68EF; }
a { background-color: rgb(220,104,239); }
div.DivClassName
{
background-color: #DC68EF;
}
.BgClassName
{
background-color: #DC68EF;
}
</style>
border-color css
<style>
span { border-color: #DC68EF; }
span { border-color: rgb(220,104,239); }
td.TdClassName
{
border-color: #DC68EF;
}
.TagClassName
{
border-color: #DC68EF;
}
</style>