Shades of Orchid #D87DCD
Tints of Orchid #D87DCD
RGB
CMYK
RGB Variations
Color information
#D87DCD (or 0xD87DCD) is known color: Orchid. HEX triplet: D8, 7D and CD. RGB value is (216,125,205). Sum of RGB (Red+Green+Blue) = 216+125+205=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DCD is #278232. Grayscale: #A1A1A1. Windows color (decimal): -2589235 or 13467096. OLE color: 13467096.
HSL color Cylindrical-coordinate representation of color #D87DCD: hue angle of 307.25º 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 #D87DCD is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 205 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.15 |
| HSL | 307.25º | 0.54% | 0.67% | - |
| HSV(B) | 307.25º | 0.42% | 0.85% | - |
| XYZ | 46.67 | 33.67 | 61.8 | - |
| YUV | 161.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 205 | 0 | 0.42 | 0.05 | 0.15 | 307.25 | 0.54 | 0.67 |
| Hex | D8 | 7D | CD | 0 | 2A | 5 | F | 133 | 36 | 43 |
| Octal | 330 | 175 | 315 | 0 | 52 | 5 | 17 | 463 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11001101 | 0 | 101010 | 101 | 1111 | 100110011 | 110110 | 1000011 |
Color Harmonies of #D87DCD
Complementary color
Monochromatic Colors of #D87DCD
Black with #D87DCD
Text Example
Text Example
White with #D87DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DCD; }
p { color: rgb(216,125,205); }
H1.HeaderClassName
{
color: #D87DCD;
}
.AnyTagClassName
{
color: #D87DCD;
}
</style>
background-color css
<style>
a { background-color: #D87DCD; }
a { background-color: rgb(216,125,205); }
div.DivClassName
{
background-color: #D87DCD;
}
.BgClassName
{
background-color: #D87DCD;
}
</style>
border-color css
<style>
span { border-color: #D87DCD; }
span { border-color: rgb(216,125,205); }
td.TdClassName
{
border-color: #D87DCD;
}
.TagClassName
{
border-color: #D87DCD;
}
</style>