Shades of Orchid #D87DD3
Tints of Orchid #D87DD3
RGB
CMYK
RGB Variations
Color information
#D87DD3 (or 0xD87DD3) is known color: Orchid. HEX triplet: D8, 7D and D3. RGB value is (216,125,211). Sum of RGB (Red+Green+Blue) = 216+125+211=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DD3 is #27822C. Grayscale: #A1A1A1. Windows color (decimal): -2589229 or 13860312. OLE color: 13860312.
HSL color Cylindrical-coordinate representation of color #D87DD3: hue angle of 303.3º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DD3 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 211 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.15 |
| HSL | 303.3º | 0.54% | 0.67% | - |
| HSV(B) | 303.3º | 0.42% | 0.85% | - |
| XYZ | 47.41 | 33.97 | 65.69 | - |
| YUV | 162.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 211 | 0 | 0.42 | 0.02 | 0.15 | 303.3 | 0.54 | 0.67 |
| Hex | D8 | 7D | D3 | 0 | 2A | 2 | F | 12F | 36 | 43 |
| Octal | 330 | 175 | 323 | 0 | 52 | 2 | 17 | 457 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11010011 | 0 | 101010 | 10 | 1111 | 100101111 | 110110 | 1000011 |
Color Harmonies of #D87DD3
Complementary color
Monochromatic Colors of #D87DD3
Black with #D87DD3
Text Example
Text Example
White with #D87DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DD3; }
p { color: rgb(216,125,211); }
H1.HeaderClassName
{
color: #D87DD3;
}
.AnyTagClassName
{
color: #D87DD3;
}
</style>
background-color css
<style>
a { background-color: #D87DD3; }
a { background-color: rgb(216,125,211); }
div.DivClassName
{
background-color: #D87DD3;
}
.BgClassName
{
background-color: #D87DD3;
}
</style>
border-color css
<style>
span { border-color: #D87DD3; }
span { border-color: rgb(216,125,211); }
td.TdClassName
{
border-color: #D87DD3;
}
.TagClassName
{
border-color: #D87DD3;
}
</style>