Shades of Heliotrope #DC80EF
Tints of Heliotrope #DC80EF
RGB
CMYK
RGB Variations
Color information
#DC80EF (or 0xDC80EF) is known color: Heliotrope. HEX triplet: DC, 80 and EF. RGB value is (220,128,239). Sum of RGB (Red+Green+Blue) = 220+128+239=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80EF is #237F10. Grayscale: #A7A7A7. Windows color (decimal): -2326289 or 15696092. OLE color: 15696092.
HSL color Cylindrical-coordinate representation of color #DC80EF: hue angle of 289.73º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC80EF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 128 | 239 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.06 |
| HSL | 289.73º | 0.78% | 0.72% | - |
| HSV(B) | 289.73º | 0.46% | 0.94% | - |
| XYZ | 52.81 | 36.89 | 86 | - |
| YUV | 168.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 239 | 0.08 | 0.46 | 0 | 0.06 | 289.73 | 0.78 | 0.72 |
| Hex | DC | 80 | EF | 8 | 2E | 0 | 6 | 122 | 4E | 48 |
| Octal | 334 | 200 | 357 | 10 | 56 | 0 | 6 | 442 | 116 | 110 |
| Binary | 11011100 | 10000000 | 11101111 | 1000 | 101110 | 0 | 110 | 100100010 | 1001110 | 1001000 |
Color Harmonies of #DC80EF
Complementary color
Monochromatic Colors of #DC80EF
Black with #DC80EF
Text Example
Text Example
White with #DC80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80EF; }
p { color: rgb(220,128,239); }
H1.HeaderClassName
{
color: #DC80EF;
}
.AnyTagClassName
{
color: #DC80EF;
}
</style>
background-color css
<style>
a { background-color: #DC80EF; }
a { background-color: rgb(220,128,239); }
div.DivClassName
{
background-color: #DC80EF;
}
.BgClassName
{
background-color: #DC80EF;
}
</style>
border-color css
<style>
span { border-color: #DC80EF; }
span { border-color: rgb(220,128,239); }
td.TdClassName
{
border-color: #DC80EF;
}
.TagClassName
{
border-color: #DC80EF;
}
</style>