Shades of Orchid #DB82D8
Tints of Orchid #DB82D8
RGB
CMYK
RGB Variations
Color information
#DB82D8 (or 0xDB82D8) is known color: Orchid. HEX triplet: DB, 82 and D8. RGB value is (219,130,216). Sum of RGB (Red+Green+Blue) = 219+130+216=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82D8 is #247D27. Grayscale: #A6A6A6. Windows color (decimal): -2391336 or 14189275. OLE color: 14189275.
HSL color Cylindrical-coordinate representation of color #DB82D8: hue angle of 302.02º 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 #DB82D8 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 216 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.14 |
| HSL | 302.02º | 0.55% | 0.68% | - |
| HSV(B) | 302.02º | 0.41% | 0.86% | - |
| XYZ | 49.59 | 35.98 | 69.3 | - |
| YUV | 166.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 216 | 0 | 0.41 | 0.01 | 0.14 | 302.02 | 0.55 | 0.68 |
| Hex | DB | 82 | D8 | 0 | 29 | 1 | E | 12E | 37 | 44 |
| Octal | 333 | 202 | 330 | 0 | 51 | 1 | 16 | 456 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11011000 | 0 | 101001 | 1 | 1110 | 100101110 | 110111 | 1000100 |
Color Harmonies of #DB82D8
Complementary color
Monochromatic Colors of #DB82D8
Black with #DB82D8
Text Example
Text Example
White with #DB82D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82D8; }
p { color: rgb(219,130,216); }
H1.HeaderClassName
{
color: #DB82D8;
}
.AnyTagClassName
{
color: #DB82D8;
}
</style>
background-color css
<style>
a { background-color: #DB82D8; }
a { background-color: rgb(219,130,216); }
div.DivClassName
{
background-color: #DB82D8;
}
.BgClassName
{
background-color: #DB82D8;
}
</style>
border-color css
<style>
span { border-color: #DB82D8; }
span { border-color: rgb(219,130,216); }
td.TdClassName
{
border-color: #DB82D8;
}
.TagClassName
{
border-color: #DB82D8;
}
</style>