Shades of Orchid #DB85D9
Tints of Orchid #DB85D9
RGB
CMYK
RGB Variations
Color information
#DB85D9 (or 0xDB85D9) is known color: Orchid. HEX triplet: DB, 85 and D9. RGB value is (219,133,217). Sum of RGB (Red+Green+Blue) = 219+133+217=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85D9 is #247A26. Grayscale: #A8A8A8. Windows color (decimal): -2390567 or 14255579. OLE color: 14255579.
HSL color Cylindrical-coordinate representation of color #DB85D9: hue angle of 301.4º 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 #DB85D9 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 217 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.14 |
| HSL | 301.4º | 0.54% | 0.69% | - |
| HSV(B) | 301.4º | 0.39% | 0.86% | - |
| XYZ | 50.13 | 36.84 | 70.12 | - |
| YUV | 168.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 217 | 0 | 0.39 | 0.01 | 0.14 | 301.4 | 0.54 | 0.69 |
| Hex | DB | 85 | D9 | 0 | 27 | 1 | E | 12D | 36 | 45 |
| Octal | 333 | 205 | 331 | 0 | 47 | 1 | 16 | 455 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11011001 | 0 | 100111 | 1 | 1110 | 100101101 | 110110 | 1000101 |
Color Harmonies of #DB85D9
Complementary color
Monochromatic Colors of #DB85D9
Black with #DB85D9
Text Example
Text Example
White with #DB85D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85D9; }
p { color: rgb(219,133,217); }
H1.HeaderClassName
{
color: #DB85D9;
}
.AnyTagClassName
{
color: #DB85D9;
}
</style>
background-color css
<style>
a { background-color: #DB85D9; }
a { background-color: rgb(219,133,217); }
div.DivClassName
{
background-color: #DB85D9;
}
.BgClassName
{
background-color: #DB85D9;
}
</style>
border-color css
<style>
span { border-color: #DB85D9; }
span { border-color: rgb(219,133,217); }
td.TdClassName
{
border-color: #DB85D9;
}
.TagClassName
{
border-color: #DB85D9;
}
</style>