Shades of Orchid #D87BD1
Tints of Orchid #D87BD1
RGB
CMYK
RGB Variations
Color information
#D87BD1 (or 0xD87BD1) is known color: Orchid. HEX triplet: D8, 7B and D1. RGB value is (216,123,209). Sum of RGB (Red+Green+Blue) = 216+123+209=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BD1 is #27842E. Grayscale: #A0A0A0. Windows color (decimal): -2589743 or 13728728. OLE color: 13728728.
HSL color Cylindrical-coordinate representation of color #D87BD1: hue angle of 304.52º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BD1 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 209 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.15 |
| HSL | 304.52º | 0.54% | 0.66% | - |
| HSV(B) | 304.52º | 0.43% | 0.85% | - |
| XYZ | 46.91 | 33.37 | 64.29 | - |
| YUV | 160.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 209 | 0 | 0.43 | 0.03 | 0.15 | 304.52 | 0.54 | 0.66 |
| Hex | D8 | 7B | D1 | 0 | 2B | 3 | F | 131 | 36 | 42 |
| Octal | 330 | 173 | 321 | 0 | 53 | 3 | 17 | 461 | 66 | 102 |
| Binary | 11011000 | 1111011 | 11010001 | 0 | 101011 | 11 | 1111 | 100110001 | 110110 | 1000010 |
Color Harmonies of #D87BD1
Complementary color
Monochromatic Colors of #D87BD1
Black with #D87BD1
Text Example
Text Example
White with #D87BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BD1; }
p { color: rgb(216,123,209); }
H1.HeaderClassName
{
color: #D87BD1;
}
.AnyTagClassName
{
color: #D87BD1;
}
</style>
background-color css
<style>
a { background-color: #D87BD1; }
a { background-color: rgb(216,123,209); }
div.DivClassName
{
background-color: #D87BD1;
}
.BgClassName
{
background-color: #D87BD1;
}
</style>
border-color css
<style>
span { border-color: #D87BD1; }
span { border-color: rgb(216,123,209); }
td.TdClassName
{
border-color: #D87BD1;
}
.TagClassName
{
border-color: #D87BD1;
}
</style>