Shades of Orchid #DB87C9
Tints of Orchid #DB87C9
RGB
CMYK
RGB Variations
Color information
#DB87C9 (or 0xDB87C9) is known color: Orchid. HEX triplet: DB, 87 and C9. RGB value is (219,135,201). Sum of RGB (Red+Green+Blue) = 219+135+201=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87C9 is #247836. Grayscale: #A7A7A7. Windows color (decimal): -2390071 or 13207515. OLE color: 13207515.
HSL color Cylindrical-coordinate representation of color #DB87C9: hue angle of 312.86º 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 #DB87C9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 201 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.14 |
| HSL | 312.86º | 0.54% | 0.69% | - |
| HSV(B) | 312.86º | 0.38% | 0.86% | - |
| XYZ | 48.42 | 36.61 | 59.77 | - |
| YUV | 167.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 201 | 0 | 0.38 | 0.08 | 0.14 | 312.86 | 0.54 | 0.69 |
| Hex | DB | 87 | C9 | 0 | 26 | 8 | E | 139 | 36 | 45 |
| Octal | 333 | 207 | 311 | 0 | 46 | 10 | 16 | 471 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11001001 | 0 | 100110 | 1000 | 1110 | 100111001 | 110110 | 1000101 |
Color Harmonies of #DB87C9
Complementary color
Monochromatic Colors of #DB87C9
Black with #DB87C9
Text Example
Text Example
White with #DB87C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87C9; }
p { color: rgb(219,135,201); }
H1.HeaderClassName
{
color: #DB87C9;
}
.AnyTagClassName
{
color: #DB87C9;
}
</style>
background-color css
<style>
a { background-color: #DB87C9; }
a { background-color: rgb(219,135,201); }
div.DivClassName
{
background-color: #DB87C9;
}
.BgClassName
{
background-color: #DB87C9;
}
</style>
border-color css
<style>
span { border-color: #DB87C9; }
span { border-color: rgb(219,135,201); }
td.TdClassName
{
border-color: #DB87C9;
}
.TagClassName
{
border-color: #DB87C9;
}
</style>