Shades of Orchid #DB85D6
Tints of Orchid #DB85D6
RGB
CMYK
RGB Variations
Color information
#DB85D6 (or 0xDB85D6) is known color: Orchid. HEX triplet: DB, 85 and D6. RGB value is (219,133,214). Sum of RGB (Red+Green+Blue) = 219+133+214=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85D6 is #247A29. Grayscale: #A7A7A7. Windows color (decimal): -2390570 or 14058971. OLE color: 14058971.
HSL color Cylindrical-coordinate representation of color #DB85D6: hue angle of 303.49º 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 #DB85D6 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 214 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.14 |
| HSL | 303.49º | 0.54% | 0.69% | - |
| HSV(B) | 303.49º | 0.39% | 0.86% | - |
| XYZ | 49.74 | 36.69 | 68.08 | - |
| YUV | 167.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 214 | 0 | 0.39 | 0.02 | 0.14 | 303.49 | 0.54 | 0.69 |
| Hex | DB | 85 | D6 | 0 | 27 | 2 | E | 12F | 36 | 45 |
| Octal | 333 | 205 | 326 | 0 | 47 | 2 | 16 | 457 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11010110 | 0 | 100111 | 10 | 1110 | 100101111 | 110110 | 1000101 |
Color Harmonies of #DB85D6
Complementary color
Monochromatic Colors of #DB85D6
Black with #DB85D6
Text Example
Text Example
White with #DB85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85D6; }
p { color: rgb(219,133,214); }
H1.HeaderClassName
{
color: #DB85D6;
}
.AnyTagClassName
{
color: #DB85D6;
}
</style>
background-color css
<style>
a { background-color: #DB85D6; }
a { background-color: rgb(219,133,214); }
div.DivClassName
{
background-color: #DB85D6;
}
.BgClassName
{
background-color: #DB85D6;
}
</style>
border-color css
<style>
span { border-color: #DB85D6; }
span { border-color: rgb(219,133,214); }
td.TdClassName
{
border-color: #DB85D6;
}
.TagClassName
{
border-color: #DB85D6;
}
</style>