Shades of Heliotrope #D86BFE
Tints of Heliotrope #D86BFE
RGB
CMYK
RGB Variations
Color information
#D86BFE (or 0xD86BFE) is known color: Heliotrope. HEX triplet: D8, 6B and FE. RGB value is (216,107,254). Sum of RGB (Red+Green+Blue) = 216+107+254=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #D86BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86BFE is #279401. Grayscale: #9B9B9B. Windows color (decimal): -2593794 or 16673752. OLE color: 16673752.
HSL color Cylindrical-coordinate representation of color #D86BFE: hue angle of 284.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D86BFE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 107 | 254 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.00 |
| HSL | 284.49º | 0.99% | 0.71% | - |
| HSV(B) | 284.49º | 0.58% | 1% | - |
| XYZ | 51.47 | 32.27 | 97.28 | - |
| YUV | 156.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 254 | 0.15 | 0.58 | 0 | 0.00 | 284.49 | 0.99 | 0.71 |
| Hex | D8 | 6B | FE | F | 3A | 0 | 0 | 11C | 63 | 47 |
| Octal | 330 | 153 | 376 | 17 | 72 | 0 | 0 | 434 | 143 | 107 |
| Binary | 11011000 | 1101011 | 11111110 | 1111 | 111010 | 0 | 0 | 100011100 | 1100011 | 1000111 |
Color Harmonies of #D86BFE
Complementary color
Monochromatic Colors of #D86BFE
Black with #D86BFE
Text Example
Text Example
White with #D86BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BFE; }
p { color: rgb(216,107,254); }
H1.HeaderClassName
{
color: #D86BFE;
}
.AnyTagClassName
{
color: #D86BFE;
}
</style>
background-color css
<style>
a { background-color: #D86BFE; }
a { background-color: rgb(216,107,254); }
div.DivClassName
{
background-color: #D86BFE;
}
.BgClassName
{
background-color: #D86BFE;
}
</style>
border-color css
<style>
span { border-color: #D86BFE; }
span { border-color: rgb(216,107,254); }
td.TdClassName
{
border-color: #D86BFE;
}
.TagClassName
{
border-color: #D86BFE;
}
</style>