Shades of Orchid #DB82D4
Tints of Orchid #DB82D4
RGB
CMYK
RGB Variations
Color information
#DB82D4 (or 0xDB82D4) is known color: Orchid. HEX triplet: DB, 82 and D4. RGB value is (219,130,212). Sum of RGB (Red+Green+Blue) = 219+130+212=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82D4 is #247D2B. Grayscale: #A5A5A5. Windows color (decimal): -2391340 or 13927131. OLE color: 13927131.
HSL color Cylindrical-coordinate representation of color #DB82D4: hue angle of 304.72º 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 #DB82D4 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 212 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.14 |
| HSL | 304.72º | 0.55% | 0.68% | - |
| HSV(B) | 304.72º | 0.41% | 0.86% | - |
| XYZ | 49.08 | 35.78 | 66.61 | - |
| YUV | 165.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 212 | 0 | 0.41 | 0.03 | 0.14 | 304.72 | 0.55 | 0.68 |
| Hex | DB | 82 | D4 | 0 | 29 | 3 | E | 131 | 37 | 44 |
| Octal | 333 | 202 | 324 | 0 | 51 | 3 | 16 | 461 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11010100 | 0 | 101001 | 11 | 1110 | 100110001 | 110111 | 1000100 |
Color Harmonies of #DB82D4
Complementary color
Monochromatic Colors of #DB82D4
Black with #DB82D4
Text Example
Text Example
White with #DB82D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82D4; }
p { color: rgb(219,130,212); }
H1.HeaderClassName
{
color: #DB82D4;
}
.AnyTagClassName
{
color: #DB82D4;
}
</style>
background-color css
<style>
a { background-color: #DB82D4; }
a { background-color: rgb(219,130,212); }
div.DivClassName
{
background-color: #DB82D4;
}
.BgClassName
{
background-color: #DB82D4;
}
</style>
border-color css
<style>
span { border-color: #DB82D4; }
span { border-color: rgb(219,130,212); }
td.TdClassName
{
border-color: #DB82D4;
}
.TagClassName
{
border-color: #DB82D4;
}
</style>