Shades of Orchid #D87ED3
Tints of Orchid #D87ED3
RGB
CMYK
RGB Variations
Color information
#D87ED3 (or 0xD87ED3) is known color: Orchid. HEX triplet: D8, 7E and D3. RGB value is (216,126,211). Sum of RGB (Red+Green+Blue) = 216+126+211=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED3 is #27812C. Grayscale: #A2A2A2. Windows color (decimal): -2588973 or 13860568. OLE color: 13860568.
HSL color Cylindrical-coordinate representation of color #D87ED3: hue angle of 303.33º 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 #D87ED3 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 211 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.15 |
| HSL | 303.33º | 0.54% | 0.67% | - |
| HSV(B) | 303.33º | 0.42% | 0.85% | - |
| XYZ | 47.54 | 34.22 | 65.73 | - |
| YUV | 162.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 211 | 0 | 0.42 | 0.02 | 0.15 | 303.33 | 0.54 | 0.67 |
| Hex | D8 | 7E | D3 | 0 | 2A | 2 | F | 12F | 36 | 43 |
| Octal | 330 | 176 | 323 | 0 | 52 | 2 | 17 | 457 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11010011 | 0 | 101010 | 10 | 1111 | 100101111 | 110110 | 1000011 |
Color Harmonies of #D87ED3
Complementary color
Monochromatic Colors of #D87ED3
Black with #D87ED3
Text Example
Text Example
White with #D87ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ED3; }
p { color: rgb(216,126,211); }
H1.HeaderClassName
{
color: #D87ED3;
}
.AnyTagClassName
{
color: #D87ED3;
}
</style>
background-color css
<style>
a { background-color: #D87ED3; }
a { background-color: rgb(216,126,211); }
div.DivClassName
{
background-color: #D87ED3;
}
.BgClassName
{
background-color: #D87ED3;
}
</style>
border-color css
<style>
span { border-color: #D87ED3; }
span { border-color: rgb(216,126,211); }
td.TdClassName
{
border-color: #D87ED3;
}
.TagClassName
{
border-color: #D87ED3;
}
</style>