Shades of Orchid #DB87C8
Tints of Orchid #DB87C8
RGB
CMYK
RGB Variations
Color information
#DB87C8 (or 0xDB87C8) is known color: Orchid. HEX triplet: DB, 87 and C8. RGB value is (219,135,200). Sum of RGB (Red+Green+Blue) = 219+135+200=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87C8 is #247837. Grayscale: #A7A7A7. Windows color (decimal): -2390072 or 13141979. OLE color: 13141979.
HSL color Cylindrical-coordinate representation of color #DB87C8: hue angle of 313.57º 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 #DB87C8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 200 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.14 |
| HSL | 313.57º | 0.54% | 0.69% | - |
| HSV(B) | 313.57º | 0.38% | 0.86% | - |
| XYZ | 48.3 | 36.56 | 59.15 | - |
| YUV | 167.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 200 | 0 | 0.38 | 0.09 | 0.14 | 313.57 | 0.54 | 0.69 |
| Hex | DB | 87 | C8 | 0 | 26 | 9 | E | 13A | 36 | 45 |
| Octal | 333 | 207 | 310 | 0 | 46 | 11 | 16 | 472 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11001000 | 0 | 100110 | 1001 | 1110 | 100111010 | 110110 | 1000101 |
Color Harmonies of #DB87C8
Complementary color
Monochromatic Colors of #DB87C8
Black with #DB87C8
Text Example
Text Example
White with #DB87C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87C8; }
p { color: rgb(219,135,200); }
H1.HeaderClassName
{
color: #DB87C8;
}
.AnyTagClassName
{
color: #DB87C8;
}
</style>
background-color css
<style>
a { background-color: #DB87C8; }
a { background-color: rgb(219,135,200); }
div.DivClassName
{
background-color: #DB87C8;
}
.BgClassName
{
background-color: #DB87C8;
}
</style>
border-color css
<style>
span { border-color: #DB87C8; }
span { border-color: rgb(219,135,200); }
td.TdClassName
{
border-color: #DB87C8;
}
.TagClassName
{
border-color: #DB87C8;
}
</style>