Shades of Heliotrope #DE8FFC
Tints of Heliotrope #DE8FFC
RGB
CMYK
RGB Variations
Color information
#DE8FFC (or 0xDE8FFC) is known color: Heliotrope. HEX triplet: DE, 8F and FC. RGB value is (222,143,252). Sum of RGB (Red+Green+Blue) = 222+143+252=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8FFC is #217003. Grayscale: #B2B2B2. Windows color (decimal): -2191364 or 16551902. OLE color: 16551902.
HSL color Cylindrical-coordinate representation of color #DE8FFC: hue angle of 283.49º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE8FFC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 143 | 252 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.01 |
| HSL | 283.49º | 0.95% | 0.77% | - |
| HSV(B) | 283.49º | 0.43% | 0.99% | - |
| XYZ | 57.52 | 42.2 | 97.21 | - |
| YUV | 179.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 252 | 0.12 | 0.43 | 0 | 0.01 | 283.49 | 0.95 | 0.77 |
| Hex | DE | 8F | FC | C | 2B | 0 | 1 | 11B | 5F | 4D |
| Octal | 336 | 217 | 374 | 14 | 53 | 0 | 1 | 433 | 137 | 115 |
| Binary | 11011110 | 10001111 | 11111100 | 1100 | 101011 | 0 | 1 | 100011011 | 1011111 | 1001101 |
Color Harmonies of #DE8FFC
Complementary color
Monochromatic Colors of #DE8FFC
Black with #DE8FFC
Text Example
Text Example
White with #DE8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FFC; }
p { color: rgb(222,143,252); }
H1.HeaderClassName
{
color: #DE8FFC;
}
.AnyTagClassName
{
color: #DE8FFC;
}
</style>
background-color css
<style>
a { background-color: #DE8FFC; }
a { background-color: rgb(222,143,252); }
div.DivClassName
{
background-color: #DE8FFC;
}
.BgClassName
{
background-color: #DE8FFC;
}
</style>
border-color css
<style>
span { border-color: #DE8FFC; }
span { border-color: rgb(222,143,252); }
td.TdClassName
{
border-color: #DE8FFC;
}
.TagClassName
{
border-color: #DE8FFC;
}
</style>