Shades of Orchid #DB87D5
Tints of Orchid #DB87D5
RGB
CMYK
RGB Variations
Color information
#DB87D5 (or 0xDB87D5) is known color: Orchid. HEX triplet: DB, 87 and D5. RGB value is (219,135,213). Sum of RGB (Red+Green+Blue) = 219+135+213=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87D5 is #24782A. Grayscale: #A8A8A8. Windows color (decimal): -2390059 or 13993947. OLE color: 13993947.
HSL color Cylindrical-coordinate representation of color #DB87D5: hue angle of 304.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87D5 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 213 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.14 |
| HSL | 304.29º | 0.54% | 0.69% | - |
| HSV(B) | 304.29º | 0.38% | 0.86% | - |
| XYZ | 49.89 | 37.19 | 67.5 | - |
| YUV | 169.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 213 | 0 | 0.38 | 0.03 | 0.14 | 304.29 | 0.54 | 0.69 |
| Hex | DB | 87 | D5 | 0 | 26 | 3 | E | 130 | 36 | 45 |
| Octal | 333 | 207 | 325 | 0 | 46 | 3 | 16 | 460 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11010101 | 0 | 100110 | 11 | 1110 | 100110000 | 110110 | 1000101 |
Color Harmonies of #DB87D5
Complementary color
Monochromatic Colors of #DB87D5
Black with #DB87D5
Text Example
Text Example
White with #DB87D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87D5; }
p { color: rgb(219,135,213); }
H1.HeaderClassName
{
color: #DB87D5;
}
.AnyTagClassName
{
color: #DB87D5;
}
</style>
background-color css
<style>
a { background-color: #DB87D5; }
a { background-color: rgb(219,135,213); }
div.DivClassName
{
background-color: #DB87D5;
}
.BgClassName
{
background-color: #DB87D5;
}
</style>
border-color css
<style>
span { border-color: #DB87D5; }
span { border-color: rgb(219,135,213); }
td.TdClassName
{
border-color: #DB87D5;
}
.TagClassName
{
border-color: #DB87D5;
}
</style>