Shades of Orchid #DB87D3
Tints of Orchid #DB87D3
RGB
CMYK
RGB Variations
Color information
#DB87D3 (or 0xDB87D3) is known color: Orchid. HEX triplet: DB, 87 and D3. RGB value is (219,135,211). Sum of RGB (Red+Green+Blue) = 219+135+211=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87D3 is #24782C. Grayscale: #A8A8A8. Windows color (decimal): -2390061 or 13862875. OLE color: 13862875.
HSL color Cylindrical-coordinate representation of color #DB87D3: hue angle of 305.71º 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 #DB87D3 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 211 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.14 |
| HSL | 305.71º | 0.54% | 0.69% | - |
| HSV(B) | 305.71º | 0.38% | 0.86% | - |
| XYZ | 49.64 | 37.09 | 66.17 | - |
| YUV | 168.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 211 | 0 | 0.38 | 0.04 | 0.14 | 305.71 | 0.54 | 0.69 |
| Hex | DB | 87 | D3 | 0 | 26 | 4 | E | 132 | 36 | 45 |
| Octal | 333 | 207 | 323 | 0 | 46 | 4 | 16 | 462 | 66 | 105 |
| Binary | 11011011 | 10000111 | 11010011 | 0 | 100110 | 100 | 1110 | 100110010 | 110110 | 1000101 |
Color Harmonies of #DB87D3
Complementary color
Monochromatic Colors of #DB87D3
Black with #DB87D3
Text Example
Text Example
White with #DB87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87D3; }
p { color: rgb(219,135,211); }
H1.HeaderClassName
{
color: #DB87D3;
}
.AnyTagClassName
{
color: #DB87D3;
}
</style>
background-color css
<style>
a { background-color: #DB87D3; }
a { background-color: rgb(219,135,211); }
div.DivClassName
{
background-color: #DB87D3;
}
.BgClassName
{
background-color: #DB87D3;
}
</style>
border-color css
<style>
span { border-color: #DB87D3; }
span { border-color: rgb(219,135,211); }
td.TdClassName
{
border-color: #DB87D3;
}
.TagClassName
{
border-color: #DB87D3;
}
</style>