Shades of Heliotrope #D87BFD
Tints of Heliotrope #D87BFD
RGB
CMYK
RGB Variations
Color information
#D87BFD (or 0xD87BFD) is known color: Heliotrope. HEX triplet: D8, 7B and FD. RGB value is (216,123,253). Sum of RGB (Red+Green+Blue) = 216+123+253=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #D87BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87BFD is #278402. Grayscale: #A5A5A5. Windows color (decimal): -2589699 or 16612312. OLE color: 16612312.
HSL color Cylindrical-coordinate representation of color #D87BFD: hue angle of 282.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D87BFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 123 | 253 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 282.92º | 0.97% | 0.74% | - |
| HSV(B) | 282.92º | 0.51% | 0.99% | - |
| XYZ | 53.13 | 35.86 | 97.05 | - |
| YUV | 165.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 253 | 0.15 | 0.51 | 0 | 0.01 | 282.92 | 0.97 | 0.74 |
| Hex | D8 | 7B | FD | F | 33 | 0 | 1 | 11B | 61 | 4A |
| Octal | 330 | 173 | 375 | 17 | 63 | 0 | 1 | 433 | 141 | 112 |
| Binary | 11011000 | 1111011 | 11111101 | 1111 | 110011 | 0 | 1 | 100011011 | 1100001 | 1001010 |
Color Harmonies of #D87BFD
Complementary color
Monochromatic Colors of #D87BFD
Black with #D87BFD
Text Example
Text Example
White with #D87BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BFD; }
p { color: rgb(216,123,253); }
H1.HeaderClassName
{
color: #D87BFD;
}
.AnyTagClassName
{
color: #D87BFD;
}
</style>
background-color css
<style>
a { background-color: #D87BFD; }
a { background-color: rgb(216,123,253); }
div.DivClassName
{
background-color: #D87BFD;
}
.BgClassName
{
background-color: #D87BFD;
}
</style>
border-color css
<style>
span { border-color: #D87BFD; }
span { border-color: rgb(216,123,253); }
td.TdClassName
{
border-color: #D87BFD;
}
.TagClassName
{
border-color: #D87BFD;
}
</style>