Shades of Heliotrope #D87CFD
Tints of Heliotrope #D87CFD
RGB
CMYK
RGB Variations
Color information
#D87CFD (or 0xD87CFD) is known color: Heliotrope. HEX triplet: D8, 7C and FD. RGB value is (216,124,253). Sum of RGB (Red+Green+Blue) = 216+124+253=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D87CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87CFD is #278302. Grayscale: #A5A5A5. Windows color (decimal): -2589443 or 16612568. OLE color: 16612568.
HSL color Cylindrical-coordinate representation of color #D87CFD: hue angle of 282.79º 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 #D87CFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 124 | 253 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 282.79º | 0.97% | 0.74% | - |
| HSV(B) | 282.79º | 0.51% | 0.99% | - |
| XYZ | 53.26 | 36.11 | 97.09 | - |
| YUV | 166.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 253 | 0.15 | 0.51 | 0 | 0.01 | 282.79 | 0.97 | 0.74 |
| Hex | D8 | 7C | FD | F | 33 | 0 | 1 | 11B | 61 | 4A |
| Octal | 330 | 174 | 375 | 17 | 63 | 0 | 1 | 433 | 141 | 112 |
| Binary | 11011000 | 1111100 | 11111101 | 1111 | 110011 | 0 | 1 | 100011011 | 1100001 | 1001010 |
Color Harmonies of #D87CFD
Complementary color
Monochromatic Colors of #D87CFD
Black with #D87CFD
Text Example
Text Example
White with #D87CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CFD; }
p { color: rgb(216,124,253); }
H1.HeaderClassName
{
color: #D87CFD;
}
.AnyTagClassName
{
color: #D87CFD;
}
</style>
background-color css
<style>
a { background-color: #D87CFD; }
a { background-color: rgb(216,124,253); }
div.DivClassName
{
background-color: #D87CFD;
}
.BgClassName
{
background-color: #D87CFD;
}
</style>
border-color css
<style>
span { border-color: #D87CFD; }
span { border-color: rgb(216,124,253); }
td.TdClassName
{
border-color: #D87CFD;
}
.TagClassName
{
border-color: #D87CFD;
}
</style>