Shades of Heliotrope #DE87FC
Tints of Heliotrope #DE87FC
RGB
CMYK
RGB Variations
Color information
#DE87FC (or 0xDE87FC) is known color: Heliotrope. HEX triplet: DE, 87 and FC. RGB value is (222,135,252). Sum of RGB (Red+Green+Blue) = 222+135+252=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE87FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE87FC is #217803. Grayscale: #ADADAD. Windows color (decimal): -2193412 or 16549854. OLE color: 16549854.
HSL color Cylindrical-coordinate representation of color #DE87FC: hue angle of 284.62º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE87FC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 135 | 252 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.01 |
| HSL | 284.62º | 0.95% | 0.76% | - |
| HSV(B) | 284.62º | 0.46% | 0.99% | - |
| XYZ | 56.36 | 39.89 | 96.82 | - |
| YUV | 174.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 252 | 0.12 | 0.46 | 0 | 0.01 | 284.62 | 0.95 | 0.76 |
| Hex | DE | 87 | FC | C | 2E | 0 | 1 | 11D | 5F | 4C |
| Octal | 336 | 207 | 374 | 14 | 56 | 0 | 1 | 435 | 137 | 114 |
| Binary | 11011110 | 10000111 | 11111100 | 1100 | 101110 | 0 | 1 | 100011101 | 1011111 | 1001100 |
Color Harmonies of #DE87FC
Complementary color
Monochromatic Colors of #DE87FC
Black with #DE87FC
Text Example
Text Example
White with #DE87FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87FC; }
p { color: rgb(222,135,252); }
H1.HeaderClassName
{
color: #DE87FC;
}
.AnyTagClassName
{
color: #DE87FC;
}
</style>
background-color css
<style>
a { background-color: #DE87FC; }
a { background-color: rgb(222,135,252); }
div.DivClassName
{
background-color: #DE87FC;
}
.BgClassName
{
background-color: #DE87FC;
}
</style>
border-color css
<style>
span { border-color: #DE87FC; }
span { border-color: rgb(222,135,252); }
td.TdClassName
{
border-color: #DE87FC;
}
.TagClassName
{
border-color: #DE87FC;
}
</style>