Shades of Heliotrope #DE8BFD
Tints of Heliotrope #DE8BFD
RGB
CMYK
RGB Variations
Color information
#DE8BFD (or 0xDE8BFD) is known color: Heliotrope. HEX triplet: DE, 8B and FD. RGB value is (222,139,253). Sum of RGB (Red+Green+Blue) = 222+139+253=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BFD is #217402. Grayscale: #B0B0B0. Windows color (decimal): -2192387 or 16616414. OLE color: 16616414.
HSL color Cylindrical-coordinate representation of color #DE8BFD: hue angle of 283.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8BFD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 139 | 253 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.01 |
| HSL | 283.68º | 0.97% | 0.77% | - |
| HSV(B) | 283.68º | 0.45% | 0.99% | - |
| XYZ | 57.09 | 41.09 | 97.85 | - |
| YUV | 176.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 253 | 0.12 | 0.45 | 0 | 0.01 | 283.68 | 0.97 | 0.77 |
| Hex | DE | 8B | FD | C | 2D | 0 | 1 | 11C | 61 | 4D |
| Octal | 336 | 213 | 375 | 14 | 55 | 0 | 1 | 434 | 141 | 115 |
| Binary | 11011110 | 10001011 | 11111101 | 1100 | 101101 | 0 | 1 | 100011100 | 1100001 | 1001101 |
Color Harmonies of #DE8BFD
Complementary color
Monochromatic Colors of #DE8BFD
Black with #DE8BFD
Text Example
Text Example
White with #DE8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8BFD; }
p { color: rgb(222,139,253); }
H1.HeaderClassName
{
color: #DE8BFD;
}
.AnyTagClassName
{
color: #DE8BFD;
}
</style>
background-color css
<style>
a { background-color: #DE8BFD; }
a { background-color: rgb(222,139,253); }
div.DivClassName
{
background-color: #DE8BFD;
}
.BgClassName
{
background-color: #DE8BFD;
}
</style>
border-color css
<style>
span { border-color: #DE8BFD; }
span { border-color: rgb(222,139,253); }
td.TdClassName
{
border-color: #DE8BFD;
}
.TagClassName
{
border-color: #DE8BFD;
}
</style>