Shades of Orchid #DB87DC
Tints of Orchid #DB87DC
RGB
CMYK
RGB Variations
Color information
#DB87DC (or 0xDB87DC) is known color: Orchid. HEX triplet: DB, 87 and DC. RGB value is (219,135,220). Sum of RGB (Red+Green+Blue) = 219+135+220=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87DC is #247823. Grayscale: #A9A9A9. Windows color (decimal): -2390052 or 14452699. OLE color: 14452699.
HSL color Cylindrical-coordinate representation of color #DB87DC: hue angle of 299.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB87DC is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 220 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.14 |
| HSL | 299.29º | 0.55% | 0.7% | - |
| HSV(B) | 299.29º | 0.39% | 0.86% | - |
| XYZ | 50.8 | 37.56 | 72.28 | - |
| YUV | 169.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 220 | 0.00 | 0.39 | 0 | 0.14 | 299.29 | 0.55 | 0.7 |
| Hex | DB | 87 | DC | 0 | 27 | 0 | E | 12B | 37 | 46 |
| Octal | 333 | 207 | 334 | 0 | 47 | 0 | 16 | 453 | 67 | 106 |
| Binary | 11011011 | 10000111 | 11011100 | 0 | 100111 | 0 | 1110 | 100101011 | 110111 | 1000110 |
Color Harmonies of #DB87DC
Complementary color
Monochromatic Colors of #DB87DC
Black with #DB87DC
Text Example
Text Example
White with #DB87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87DC; }
p { color: rgb(219,135,220); }
H1.HeaderClassName
{
color: #DB87DC;
}
.AnyTagClassName
{
color: #DB87DC;
}
</style>
background-color css
<style>
a { background-color: #DB87DC; }
a { background-color: rgb(219,135,220); }
div.DivClassName
{
background-color: #DB87DC;
}
.BgClassName
{
background-color: #DB87DC;
}
</style>
border-color css
<style>
span { border-color: #DB87DC; }
span { border-color: rgb(219,135,220); }
td.TdClassName
{
border-color: #DB87DC;
}
.TagClassName
{
border-color: #DB87DC;
}
</style>