Shades of Heliotrope #D87DFE
Tints of Heliotrope #D87DFE
RGB
CMYK
RGB Variations
Color information
#D87DFE (or 0xD87DFE) is known color: Heliotrope. HEX triplet: D8, 7D and FE. RGB value is (216,125,254). Sum of RGB (Red+Green+Blue) = 216+125+254=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #D87DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87DFE is #278201. Grayscale: #A6A6A6. Windows color (decimal): -2589186 or 16678360. OLE color: 16678360.
HSL color Cylindrical-coordinate representation of color #D87DFE: hue angle of 282.33º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D87DFE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 125 | 254 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.00 |
| HSL | 282.33º | 0.98% | 0.74% | - |
| HSV(B) | 282.33º | 0.51% | 1% | - |
| XYZ | 53.54 | 36.42 | 97.97 | - |
| YUV | 166.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 254 | 0.15 | 0.51 | 0 | 0.00 | 282.33 | 0.98 | 0.74 |
| Hex | D8 | 7D | FE | F | 33 | 0 | 0 | 11A | 62 | 4A |
| Octal | 330 | 175 | 376 | 17 | 63 | 0 | 0 | 432 | 142 | 112 |
| Binary | 11011000 | 1111101 | 11111110 | 1111 | 110011 | 0 | 0 | 100011010 | 1100010 | 1001010 |
Color Harmonies of #D87DFE
Complementary color
Monochromatic Colors of #D87DFE
Black with #D87DFE
Text Example
Text Example
White with #D87DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DFE; }
p { color: rgb(216,125,254); }
H1.HeaderClassName
{
color: #D87DFE;
}
.AnyTagClassName
{
color: #D87DFE;
}
</style>
background-color css
<style>
a { background-color: #D87DFE; }
a { background-color: rgb(216,125,254); }
div.DivClassName
{
background-color: #D87DFE;
}
.BgClassName
{
background-color: #D87DFE;
}
</style>
border-color css
<style>
span { border-color: #D87DFE; }
span { border-color: rgb(216,125,254); }
td.TdClassName
{
border-color: #D87DFE;
}
.TagClassName
{
border-color: #D87DFE;
}
</style>