Shades of Orchid #D87ABD
Tints of Orchid #D87ABD
RGB
CMYK
RGB Variations
Color information
#D87ABD (or 0xD87ABD) is known color: Orchid. HEX triplet: D8, 7A and BD. RGB value is (216,122,189). Sum of RGB (Red+Green+Blue) = 216+122+189=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ABD is #278542. Grayscale: #9D9D9D. Windows color (decimal): -2590019 or 12417752. OLE color: 12417752.
HSL color Cylindrical-coordinate representation of color #D87ABD: hue angle of 317.23º 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 #D87ABD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 189 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.15 |
| HSL | 317.23º | 0.55% | 0.66% | - |
| HSV(B) | 317.23º | 0.44% | 0.85% | - |
| XYZ | 44.46 | 32.19 | 52.01 | - |
| YUV | 157.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 189 | 0 | 0.44 | 0.12 | 0.15 | 317.23 | 0.55 | 0.66 |
| Hex | D8 | 7A | BD | 0 | 2C | C | F | 13D | 37 | 42 |
| Octal | 330 | 172 | 275 | 0 | 54 | 14 | 17 | 475 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10111101 | 0 | 101100 | 1100 | 1111 | 100111101 | 110111 | 1000010 |
Color Harmonies of #D87ABD
Complementary color
Monochromatic Colors of #D87ABD
Black with #D87ABD
Text Example
Text Example
White with #D87ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ABD; }
p { color: rgb(216,122,189); }
H1.HeaderClassName
{
color: #D87ABD;
}
.AnyTagClassName
{
color: #D87ABD;
}
</style>
background-color css
<style>
a { background-color: #D87ABD; }
a { background-color: rgb(216,122,189); }
div.DivClassName
{
background-color: #D87ABD;
}
.BgClassName
{
background-color: #D87ABD;
}
</style>
border-color css
<style>
span { border-color: #D87ABD; }
span { border-color: rgb(216,122,189); }
td.TdClassName
{
border-color: #D87ABD;
}
.TagClassName
{
border-color: #D87ABD;
}
</style>