Shades of Heliotrope #DE87FE
Tints of Heliotrope #DE87FE
RGB
CMYK
RGB Variations
Color information
#DE87FE (or 0xDE87FE) is known color: Heliotrope. HEX triplet: DE, 87 and FE. RGB value is (222,135,254). Sum of RGB (Red+Green+Blue) = 222+135+254=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 135 (53.12% from 255 or 22.09% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE87FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE87FE is #217801. Grayscale: #AEAEAE. Windows color (decimal): -2193410 or 16680926. OLE color: 16680926.
HSL color Cylindrical-coordinate representation of color #DE87FE: hue angle of 283.87º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE87FE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 135 | 254 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.00 |
| HSL | 283.87º | 0.98% | 0.76% | - |
| HSV(B) | 283.87º | 0.47% | 1% | - |
| XYZ | 56.68 | 40.01 | 98.5 | - |
| YUV | 174.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 254 | 0.13 | 0.47 | 0 | 0.00 | 283.87 | 0.98 | 0.76 |
| Hex | DE | 87 | FE | D | 2F | 0 | 0 | 11C | 62 | 4C |
| Octal | 336 | 207 | 376 | 15 | 57 | 0 | 0 | 434 | 142 | 114 |
| Binary | 11011110 | 10000111 | 11111110 | 1101 | 101111 | 0 | 0 | 100011100 | 1100010 | 1001100 |
Color Harmonies of #DE87FE
Complementary color
Monochromatic Colors of #DE87FE
Black with #DE87FE
Text Example
Text Example
White with #DE87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87FE; }
p { color: rgb(222,135,254); }
H1.HeaderClassName
{
color: #DE87FE;
}
.AnyTagClassName
{
color: #DE87FE;
}
</style>
background-color css
<style>
a { background-color: #DE87FE; }
a { background-color: rgb(222,135,254); }
div.DivClassName
{
background-color: #DE87FE;
}
.BgClassName
{
background-color: #DE87FE;
}
</style>
border-color css
<style>
span { border-color: #DE87FE; }
span { border-color: rgb(222,135,254); }
td.TdClassName
{
border-color: #DE87FE;
}
.TagClassName
{
border-color: #DE87FE;
}
</style>