Shades of Orchid #D87BDF
Tints of Orchid #D87BDF
RGB
CMYK
RGB Variations
Color information
#D87BDF (or 0xD87BDF) is known color: Orchid. HEX triplet: D8, 7B and DF. RGB value is (216,123,223). Sum of RGB (Red+Green+Blue) = 216+123+223=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D87BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BDF is #278420. Grayscale: #A1A1A1. Windows color (decimal): -2589729 or 14646232. OLE color: 14646232.
HSL color Cylindrical-coordinate representation of color #D87BDF: hue angle of 295.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87BDF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 123 | 223 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.13 |
| HSL | 295.8º | 0.61% | 0.68% | - |
| HSV(B) | 295.8º | 0.45% | 0.87% | - |
| XYZ | 48.72 | 34.09 | 73.82 | - |
| YUV | 162.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 223 | 0.03 | 0.45 | 0 | 0.13 | 295.8 | 0.61 | 0.68 |
| Hex | D8 | 7B | DF | 3 | 2D | 0 | D | 128 | 3D | 44 |
| Octal | 330 | 173 | 337 | 3 | 55 | 0 | 15 | 450 | 75 | 104 |
| Binary | 11011000 | 1111011 | 11011111 | 11 | 101101 | 0 | 1101 | 100101000 | 111101 | 1000100 |
Color Harmonies of #D87BDF
Complementary color
Monochromatic Colors of #D87BDF
Black with #D87BDF
Text Example
Text Example
White with #D87BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BDF; }
p { color: rgb(216,123,223); }
H1.HeaderClassName
{
color: #D87BDF;
}
.AnyTagClassName
{
color: #D87BDF;
}
</style>
background-color css
<style>
a { background-color: #D87BDF; }
a { background-color: rgb(216,123,223); }
div.DivClassName
{
background-color: #D87BDF;
}
.BgClassName
{
background-color: #D87BDF;
}
</style>
border-color css
<style>
span { border-color: #D87BDF; }
span { border-color: rgb(216,123,223); }
td.TdClassName
{
border-color: #D87BDF;
}
.TagClassName
{
border-color: #D87BDF;
}
</style>