Shades of Heliotrope #DE86FA
Tints of Heliotrope #DE86FA
RGB
CMYK
RGB Variations
Color information
#DE86FA (or 0xDE86FA) is known color: Heliotrope. HEX triplet: DE, 86 and FA. RGB value is (222,134,250). Sum of RGB (Red+Green+Blue) = 222+134+250=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE86FA is #217905. Grayscale: #ADADAD. Windows color (decimal): -2193670 or 16418526. OLE color: 16418526.
HSL color Cylindrical-coordinate representation of color #DE86FA: hue angle of 285.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE86FA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 134 | 250 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.02 |
| HSL | 285.52º | 0.92% | 0.75% | - |
| HSV(B) | 285.52º | 0.46% | 0.98% | - |
| XYZ | 55.9 | 39.48 | 95.12 | - |
| YUV | 173.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 250 | 0.11 | 0.46 | 0 | 0.02 | 285.52 | 0.92 | 0.75 |
| Hex | DE | 86 | FA | B | 2E | 0 | 2 | 11E | 5C | 4B |
| Octal | 336 | 206 | 372 | 13 | 56 | 0 | 2 | 436 | 134 | 113 |
| Binary | 11011110 | 10000110 | 11111010 | 1011 | 101110 | 0 | 10 | 100011110 | 1011100 | 1001011 |
Color Harmonies of #DE86FA
Complementary color
Monochromatic Colors of #DE86FA
Black with #DE86FA
Text Example
Text Example
White with #DE86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE86FA; }
p { color: rgb(222,134,250); }
H1.HeaderClassName
{
color: #DE86FA;
}
.AnyTagClassName
{
color: #DE86FA;
}
</style>
background-color css
<style>
a { background-color: #DE86FA; }
a { background-color: rgb(222,134,250); }
div.DivClassName
{
background-color: #DE86FA;
}
.BgClassName
{
background-color: #DE86FA;
}
</style>
border-color css
<style>
span { border-color: #DE86FA; }
span { border-color: rgb(222,134,250); }
td.TdClassName
{
border-color: #DE86FA;
}
.TagClassName
{
border-color: #DE86FA;
}
</style>