Shades of Orchid #DB85D1
Tints of Orchid #DB85D1
RGB
CMYK
RGB Variations
Color information
#DB85D1 (or 0xDB85D1) is known color: Orchid. HEX triplet: DB, 85 and D1. RGB value is (219,133,209). Sum of RGB (Red+Green+Blue) = 219+133+209=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85D1 is #247A2E. Grayscale: #A7A7A7. Windows color (decimal): -2390575 or 13731291. OLE color: 13731291.
HSL color Cylindrical-coordinate representation of color #DB85D1: hue angle of 306.98º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85D1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 209 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.14 |
| HSL | 306.98º | 0.54% | 0.69% | - |
| HSV(B) | 306.98º | 0.39% | 0.86% | - |
| XYZ | 49.11 | 36.44 | 64.77 | - |
| YUV | 167.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 209 | 0 | 0.39 | 0.05 | 0.14 | 306.98 | 0.54 | 0.69 |
| Hex | DB | 85 | D1 | 0 | 27 | 5 | E | 133 | 36 | 45 |
| Octal | 333 | 205 | 321 | 0 | 47 | 5 | 16 | 463 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11010001 | 0 | 100111 | 101 | 1110 | 100110011 | 110110 | 1000101 |
Color Harmonies of #DB85D1
Complementary color
Monochromatic Colors of #DB85D1
Black with #DB85D1
Text Example
Text Example
White with #DB85D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85D1; }
p { color: rgb(219,133,209); }
H1.HeaderClassName
{
color: #DB85D1;
}
.AnyTagClassName
{
color: #DB85D1;
}
</style>
background-color css
<style>
a { background-color: #DB85D1; }
a { background-color: rgb(219,133,209); }
div.DivClassName
{
background-color: #DB85D1;
}
.BgClassName
{
background-color: #DB85D1;
}
</style>
border-color css
<style>
span { border-color: #DB85D1; }
span { border-color: rgb(219,133,209); }
td.TdClassName
{
border-color: #DB85D1;
}
.TagClassName
{
border-color: #DB85D1;
}
</style>