Shades of Heliotrope #DF8EFF
Tints of Heliotrope #DF8EFF
RGB
CMYK
RGB Variations
Color information
#DF8EFF (or 0xDF8EFF) is known color: Heliotrope. HEX triplet: DF, 8E and FF. RGB value is (223,142,255). Sum of RGB (Red+Green+Blue) = 223+142+255=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EFF is #207100. Grayscale: #B2B2B2. Windows color (decimal): -2126081 or 16748255. OLE color: 16748255.
HSL color Cylindrical-coordinate representation of color #DF8EFF: hue angle of 283.01º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF8EFF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 142 | 255 | - |
| CMYK | 0.13 | 0.44 | 0 | 0 |
| HSL | 283.01º | 1% | 0.78% | - |
| HSV(B) | 283.01º | 0.44% | 1% | - |
| XYZ | 58.15 | 42.25 | 99.7 | - |
| YUV | 179.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 255 | 0.13 | 0.44 | 0 | 0 | 283.01 | 1 | 0.78 |
| Hex | DF | 8E | FF | D | 2C | 0 | 0 | 11B | 64 | 4E |
| Octal | 337 | 216 | 377 | 15 | 54 | 0 | 0 | 433 | 144 | 116 |
| Binary | 11011111 | 10001110 | 11111111 | 1101 | 101100 | 0 | 0 | 100011011 | 1100100 | 1001110 |
Color Harmonies of #DF8EFF
Complementary color
Monochromatic Colors of #DF8EFF
Black with #DF8EFF
Text Example
Text Example
White with #DF8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EFF; }
p { color: rgb(223,142,255); }
H1.HeaderClassName
{
color: #DF8EFF;
}
.AnyTagClassName
{
color: #DF8EFF;
}
</style>
background-color css
<style>
a { background-color: #DF8EFF; }
a { background-color: rgb(223,142,255); }
div.DivClassName
{
background-color: #DF8EFF;
}
.BgClassName
{
background-color: #DF8EFF;
}
</style>
border-color css
<style>
span { border-color: #DF8EFF; }
span { border-color: rgb(223,142,255); }
td.TdClassName
{
border-color: #DF8EFF;
}
.TagClassName
{
border-color: #DF8EFF;
}
</style>