Shades of Heliotrope #DE8AFC
Tints of Heliotrope #DE8AFC
RGB
CMYK
RGB Variations
Color information
#DE8AFC (or 0xDE8AFC) is known color: Heliotrope. HEX triplet: DE, 8A and FC. RGB value is (222,138,252). Sum of RGB (Red+Green+Blue) = 222+138+252=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8AFC is #217503. Grayscale: #AFAFAF. Windows color (decimal): -2192644 or 16550622. OLE color: 16550622.
HSL color Cylindrical-coordinate representation of color #DE8AFC: hue angle of 284.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8AFC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 138 | 252 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.01 |
| HSL | 284.21º | 0.95% | 0.76% | - |
| HSV(B) | 284.21º | 0.45% | 0.99% | - |
| XYZ | 56.78 | 40.73 | 96.97 | - |
| YUV | 176.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 252 | 0.12 | 0.45 | 0 | 0.01 | 284.21 | 0.95 | 0.76 |
| Hex | DE | 8A | FC | C | 2D | 0 | 1 | 11C | 5F | 4C |
| Octal | 336 | 212 | 374 | 14 | 55 | 0 | 1 | 434 | 137 | 114 |
| Binary | 11011110 | 10001010 | 11111100 | 1100 | 101101 | 0 | 1 | 100011100 | 1011111 | 1001100 |
Color Harmonies of #DE8AFC
Complementary color
Monochromatic Colors of #DE8AFC
Black with #DE8AFC
Text Example
Text Example
White with #DE8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8AFC; }
p { color: rgb(222,138,252); }
H1.HeaderClassName
{
color: #DE8AFC;
}
.AnyTagClassName
{
color: #DE8AFC;
}
</style>
background-color css
<style>
a { background-color: #DE8AFC; }
a { background-color: rgb(222,138,252); }
div.DivClassName
{
background-color: #DE8AFC;
}
.BgClassName
{
background-color: #DE8AFC;
}
</style>
border-color css
<style>
span { border-color: #DE8AFC; }
span { border-color: rgb(222,138,252); }
td.TdClassName
{
border-color: #DE8AFC;
}
.TagClassName
{
border-color: #DE8AFC;
}
</style>