Shades of Orchid #DB82D6
Tints of Orchid #DB82D6
RGB
CMYK
RGB Variations
Color information
#DB82D6 (or 0xDB82D6) is known color: Orchid. HEX triplet: DB, 82 and D6. RGB value is (219,130,214). Sum of RGB (Red+Green+Blue) = 219+130+214=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82D6 is #247D29. Grayscale: #A5A5A5. Windows color (decimal): -2391338 or 14058203. OLE color: 14058203.
HSL color Cylindrical-coordinate representation of color #DB82D6: hue angle of 303.37º 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 #DB82D6 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 214 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.14 |
| HSL | 303.37º | 0.55% | 0.68% | - |
| HSV(B) | 303.37º | 0.41% | 0.86% | - |
| XYZ | 49.33 | 35.88 | 67.94 | - |
| YUV | 166.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 214 | 0 | 0.41 | 0.02 | 0.14 | 303.37 | 0.55 | 0.68 |
| Hex | DB | 82 | D6 | 0 | 29 | 2 | E | 12F | 37 | 44 |
| Octal | 333 | 202 | 326 | 0 | 51 | 2 | 16 | 457 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11010110 | 0 | 101001 | 10 | 1110 | 100101111 | 110111 | 1000100 |
Color Harmonies of #DB82D6
Complementary color
Monochromatic Colors of #DB82D6
Black with #DB82D6
Text Example
Text Example
White with #DB82D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82D6; }
p { color: rgb(219,130,214); }
H1.HeaderClassName
{
color: #DB82D6;
}
.AnyTagClassName
{
color: #DB82D6;
}
</style>
background-color css
<style>
a { background-color: #DB82D6; }
a { background-color: rgb(219,130,214); }
div.DivClassName
{
background-color: #DB82D6;
}
.BgClassName
{
background-color: #DB82D6;
}
</style>
border-color css
<style>
span { border-color: #DB82D6; }
span { border-color: rgb(219,130,214); }
td.TdClassName
{
border-color: #DB82D6;
}
.TagClassName
{
border-color: #DB82D6;
}
</style>