Shades of Orchid #DB82D9
Tints of Orchid #DB82D9
RGB
CMYK
RGB Variations
Color information
#DB82D9 (or 0xDB82D9) is known color: Orchid. HEX triplet: DB, 82 and D9. RGB value is (219,130,217). Sum of RGB (Red+Green+Blue) = 219+130+217=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82D9 is #247D26. Grayscale: #A6A6A6. Windows color (decimal): -2391335 or 14254811. OLE color: 14254811.
HSL color Cylindrical-coordinate representation of color #DB82D9: hue angle of 301.35º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82D9 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 217 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.14 |
| HSL | 301.35º | 0.55% | 0.68% | - |
| HSV(B) | 301.35º | 0.41% | 0.86% | - |
| XYZ | 49.72 | 36.04 | 69.98 | - |
| YUV | 166.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 217 | 0 | 0.41 | 0.01 | 0.14 | 301.35 | 0.55 | 0.68 |
| Hex | DB | 82 | D9 | 0 | 29 | 1 | E | 12D | 37 | 44 |
| Octal | 333 | 202 | 331 | 0 | 51 | 1 | 16 | 455 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11011001 | 0 | 101001 | 1 | 1110 | 100101101 | 110111 | 1000100 |
Color Harmonies of #DB82D9
Complementary color
Monochromatic Colors of #DB82D9
Black with #DB82D9
Text Example
Text Example
White with #DB82D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82D9; }
p { color: rgb(219,130,217); }
H1.HeaderClassName
{
color: #DB82D9;
}
.AnyTagClassName
{
color: #DB82D9;
}
</style>
background-color css
<style>
a { background-color: #DB82D9; }
a { background-color: rgb(219,130,217); }
div.DivClassName
{
background-color: #DB82D9;
}
.BgClassName
{
background-color: #DB82D9;
}
</style>
border-color css
<style>
span { border-color: #DB82D9; }
span { border-color: rgb(219,130,217); }
td.TdClassName
{
border-color: #DB82D9;
}
.TagClassName
{
border-color: #DB82D9;
}
</style>