Shades of Heliotrope #DC8EF8
Tints of Heliotrope #DC8EF8
RGB
CMYK
RGB Variations
Color information
#DC8EF8 (or 0xDC8EF8) is known color: Heliotrope. HEX triplet: DC, 8E and F8. RGB value is (220,142,248). Sum of RGB (Red+Green+Blue) = 220+142+248=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC8EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8EF8 is #237107. Grayscale: #B1B1B1. Windows color (decimal): -2322696 or 16289500. OLE color: 16289500.
HSL color Cylindrical-coordinate representation of color #DC8EF8: hue angle of 284.15º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC8EF8 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 142 | 248 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.03 |
| HSL | 284.15º | 0.88% | 0.76% | - |
| HSV(B) | 284.15º | 0.43% | 0.97% | - |
| XYZ | 56.13 | 41.34 | 93.83 | - |
| YUV | 177.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 248 | 0.11 | 0.43 | 0 | 0.03 | 284.15 | 0.88 | 0.76 |
| Hex | DC | 8E | F8 | B | 2B | 0 | 3 | 11C | 58 | 4C |
| Octal | 334 | 216 | 370 | 13 | 53 | 0 | 3 | 434 | 130 | 114 |
| Binary | 11011100 | 10001110 | 11111000 | 1011 | 101011 | 0 | 11 | 100011100 | 1011000 | 1001100 |
Color Harmonies of #DC8EF8
Complementary color
Monochromatic Colors of #DC8EF8
Black with #DC8EF8
Text Example
Text Example
White with #DC8EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8EF8; }
p { color: rgb(220,142,248); }
H1.HeaderClassName
{
color: #DC8EF8;
}
.AnyTagClassName
{
color: #DC8EF8;
}
</style>
background-color css
<style>
a { background-color: #DC8EF8; }
a { background-color: rgb(220,142,248); }
div.DivClassName
{
background-color: #DC8EF8;
}
.BgClassName
{
background-color: #DC8EF8;
}
</style>
border-color css
<style>
span { border-color: #DC8EF8; }
span { border-color: rgb(220,142,248); }
td.TdClassName
{
border-color: #DC8EF8;
}
.TagClassName
{
border-color: #DC8EF8;
}
</style>