Shades of Orchid #D87AD2
Tints of Orchid #D87AD2
RGB
CMYK
RGB Variations
Color information
#D87AD2 (or 0xD87AD2) is known color: Orchid. HEX triplet: D8, 7A and D2. RGB value is (216,122,210). Sum of RGB (Red+Green+Blue) = 216+122+210=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AD2 is #27852D. Grayscale: #9F9F9F. Windows color (decimal): -2589998 or 13794008. OLE color: 13794008.
HSL color Cylindrical-coordinate representation of color #D87AD2: hue angle of 303.83º 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 #D87AD2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 210 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.15 |
| HSL | 303.83º | 0.55% | 0.66% | - |
| HSV(B) | 303.83º | 0.44% | 0.85% | - |
| XYZ | 46.91 | 33.17 | 64.9 | - |
| YUV | 160.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 210 | 0 | 0.44 | 0.03 | 0.15 | 303.83 | 0.55 | 0.66 |
| Hex | D8 | 7A | D2 | 0 | 2C | 3 | F | 130 | 37 | 42 |
| Octal | 330 | 172 | 322 | 0 | 54 | 3 | 17 | 460 | 67 | 102 |
| Binary | 11011000 | 1111010 | 11010010 | 0 | 101100 | 11 | 1111 | 100110000 | 110111 | 1000010 |
Color Harmonies of #D87AD2
Complementary color
Monochromatic Colors of #D87AD2
Black with #D87AD2
Text Example
Text Example
White with #D87AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AD2; }
p { color: rgb(216,122,210); }
H1.HeaderClassName
{
color: #D87AD2;
}
.AnyTagClassName
{
color: #D87AD2;
}
</style>
background-color css
<style>
a { background-color: #D87AD2; }
a { background-color: rgb(216,122,210); }
div.DivClassName
{
background-color: #D87AD2;
}
.BgClassName
{
background-color: #D87AD2;
}
</style>
border-color css
<style>
span { border-color: #D87AD2; }
span { border-color: rgb(216,122,210); }
td.TdClassName
{
border-color: #D87AD2;
}
.TagClassName
{
border-color: #D87AD2;
}
</style>