Shades of Orchid #D87ABF
Tints of Orchid #D87ABF
RGB
CMYK
RGB Variations
Color information
#D87ABF (or 0xD87ABF) is known color: Orchid. HEX triplet: D8, 7A and BF. RGB value is (216,122,191). Sum of RGB (Red+Green+Blue) = 216+122+191=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ABF is #278540. Grayscale: #9D9D9D. Windows color (decimal): -2590017 or 12548824. OLE color: 12548824.
HSL color Cylindrical-coordinate representation of color #D87ABF: hue angle of 315.96º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87ABF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 191 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.15 |
| HSL | 315.96º | 0.55% | 0.66% | - |
| HSV(B) | 315.96º | 0.44% | 0.85% | - |
| XYZ | 44.68 | 32.28 | 53.17 | - |
| YUV | 157.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 191 | 0 | 0.44 | 0.12 | 0.15 | 315.96 | 0.55 | 0.66 |
| Hex | D8 | 7A | BF | 0 | 2C | C | F | 13C | 37 | 42 |
| Octal | 330 | 172 | 277 | 0 | 54 | 14 | 17 | 474 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10111111 | 0 | 101100 | 1100 | 1111 | 100111100 | 110111 | 1000010 |
Color Harmonies of #D87ABF
Complementary color
Monochromatic Colors of #D87ABF
Black with #D87ABF
Text Example
Text Example
White with #D87ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ABF; }
p { color: rgb(216,122,191); }
H1.HeaderClassName
{
color: #D87ABF;
}
.AnyTagClassName
{
color: #D87ABF;
}
</style>
background-color css
<style>
a { background-color: #D87ABF; }
a { background-color: rgb(216,122,191); }
div.DivClassName
{
background-color: #D87ABF;
}
.BgClassName
{
background-color: #D87ABF;
}
</style>
border-color css
<style>
span { border-color: #D87ABF; }
span { border-color: rgb(216,122,191); }
td.TdClassName
{
border-color: #D87ABF;
}
.TagClassName
{
border-color: #D87ABF;
}
</style>