Shades of Heliotrope #DE8DFC
Tints of Heliotrope #DE8DFC
RGB
CMYK
RGB Variations
Color information
#DE8DFC (or 0xDE8DFC) is known color: Heliotrope. HEX triplet: DE, 8D and FC. RGB value is (222,141,252). Sum of RGB (Red+Green+Blue) = 222+141+252=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8DFC is #217203. Grayscale: #B1B1B1. Windows color (decimal): -2191876 or 16551390. OLE color: 16551390.
HSL color Cylindrical-coordinate representation of color #DE8DFC: hue angle of 283.78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE8DFC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 141 | 252 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.01 |
| HSL | 283.78º | 0.95% | 0.77% | - |
| HSV(B) | 283.78º | 0.44% | 0.99% | - |
| XYZ | 57.22 | 41.61 | 97.11 | - |
| YUV | 177.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 252 | 0.12 | 0.44 | 0 | 0.01 | 283.78 | 0.95 | 0.77 |
| Hex | DE | 8D | FC | C | 2C | 0 | 1 | 11C | 5F | 4D |
| Octal | 336 | 215 | 374 | 14 | 54 | 0 | 1 | 434 | 137 | 115 |
| Binary | 11011110 | 10001101 | 11111100 | 1100 | 101100 | 0 | 1 | 100011100 | 1011111 | 1001101 |
Color Harmonies of #DE8DFC
Complementary color
Monochromatic Colors of #DE8DFC
Black with #DE8DFC
Text Example
Text Example
White with #DE8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8DFC; }
p { color: rgb(222,141,252); }
H1.HeaderClassName
{
color: #DE8DFC;
}
.AnyTagClassName
{
color: #DE8DFC;
}
</style>
background-color css
<style>
a { background-color: #DE8DFC; }
a { background-color: rgb(222,141,252); }
div.DivClassName
{
background-color: #DE8DFC;
}
.BgClassName
{
background-color: #DE8DFC;
}
</style>
border-color css
<style>
span { border-color: #DE8DFC; }
span { border-color: rgb(222,141,252); }
td.TdClassName
{
border-color: #DE8DFC;
}
.TagClassName
{
border-color: #DE8DFC;
}
</style>