Shades of Heliotrope #DF8EFA
Tints of Heliotrope #DF8EFA
RGB
CMYK
RGB Variations
Color information
#DF8EFA (or 0xDF8EFA) is known color: Heliotrope. HEX triplet: DF, 8E and FA. RGB value is (223,142,250). Sum of RGB (Red+Green+Blue) = 223+142+250=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8EFA is #207105. Grayscale: #B2B2B2. Windows color (decimal): -2126086 or 16420575. OLE color: 16420575.
HSL color Cylindrical-coordinate representation of color #DF8EFA: hue angle of 285º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8EFA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 142 | 250 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.02 |
| HSL | 285º | 0.92% | 0.77% | - |
| HSV(B) | 285º | 0.43% | 0.98% | - |
| XYZ | 57.36 | 41.94 | 95.51 | - |
| YUV | 178.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 250 | 0.11 | 0.43 | 0 | 0.02 | 285 | 0.92 | 0.77 |
| Hex | DF | 8E | FA | B | 2B | 0 | 2 | 11D | 5C | 4D |
| Octal | 337 | 216 | 372 | 13 | 53 | 0 | 2 | 435 | 134 | 115 |
| Binary | 11011111 | 10001110 | 11111010 | 1011 | 101011 | 0 | 10 | 100011101 | 1011100 | 1001101 |
Color Harmonies of #DF8EFA
Complementary color
Monochromatic Colors of #DF8EFA
Black with #DF8EFA
Text Example
Text Example
White with #DF8EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EFA; }
p { color: rgb(223,142,250); }
H1.HeaderClassName
{
color: #DF8EFA;
}
.AnyTagClassName
{
color: #DF8EFA;
}
</style>
background-color css
<style>
a { background-color: #DF8EFA; }
a { background-color: rgb(223,142,250); }
div.DivClassName
{
background-color: #DF8EFA;
}
.BgClassName
{
background-color: #DF8EFA;
}
</style>
border-color css
<style>
span { border-color: #DF8EFA; }
span { border-color: rgb(223,142,250); }
td.TdClassName
{
border-color: #DF8EFA;
}
.TagClassName
{
border-color: #DF8EFA;
}
</style>