Shades of Orchid #D987DB
Tints of Orchid #D987DB
RGB
CMYK
RGB Variations
Color information
#D987DB (or 0xD987DB) is known color: Orchid. HEX triplet: D9, 87 and DB. RGB value is (217,135,219). Sum of RGB (Red+Green+Blue) = 217+135+219=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D987DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DB is #267824. Grayscale: #A8A8A8. Windows color (decimal): -2521125 or 14387161. OLE color: 14387161.
HSL color Cylindrical-coordinate representation of color #D987DB: hue angle of 298.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987DB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 135 | 219 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.14 |
| HSL | 298.57º | 0.54% | 0.69% | - |
| HSV(B) | 298.57º | 0.38% | 0.86% | - |
| XYZ | 50.07 | 37.19 | 71.56 | - |
| YUV | 169.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 219 | 0.01 | 0.38 | 0 | 0.14 | 298.57 | 0.54 | 0.69 |
| Hex | D9 | 87 | DB | 1 | 26 | 0 | E | 12B | 36 | 45 |
| Octal | 331 | 207 | 333 | 1 | 46 | 0 | 16 | 453 | 66 | 105 |
| Binary | 11011001 | 10000111 | 11011011 | 1 | 100110 | 0 | 1110 | 100101011 | 110110 | 1000101 |
Color Harmonies of #D987DB
Complementary color
Monochromatic Colors of #D987DB
Black with #D987DB
Text Example
Text Example
White with #D987DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987DB; }
p { color: rgb(217,135,219); }
H1.HeaderClassName
{
color: #D987DB;
}
.AnyTagClassName
{
color: #D987DB;
}
</style>
background-color css
<style>
a { background-color: #D987DB; }
a { background-color: rgb(217,135,219); }
div.DivClassName
{
background-color: #D987DB;
}
.BgClassName
{
background-color: #D987DB;
}
</style>
border-color css
<style>
span { border-color: #D987DB; }
span { border-color: rgb(217,135,219); }
td.TdClassName
{
border-color: #D987DB;
}
.TagClassName
{
border-color: #D987DB;
}
</style>