Shades of Orchid #DB82DA
Tints of Orchid #DB82DA
RGB
CMYK
RGB Variations
Color information
#DB82DA (or 0xDB82DA) is known color: Orchid. HEX triplet: DB, 82 and DA. RGB value is (219,130,218). Sum of RGB (Red+Green+Blue) = 219+130+218=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82DA is #247D25. Grayscale: #A6A6A6. Windows color (decimal): -2391334 or 14320347. OLE color: 14320347.
HSL color Cylindrical-coordinate representation of color #DB82DA: hue angle of 300.67º 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 #DB82DA is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 218 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.14 |
| HSL | 300.67º | 0.55% | 0.68% | - |
| HSV(B) | 300.67º | 0.41% | 0.86% | - |
| XYZ | 49.85 | 36.09 | 70.67 | - |
| YUV | 166.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 218 | 0 | 0.41 | 0.00 | 0.14 | 300.67 | 0.55 | 0.68 |
| Hex | DB | 82 | DA | 0 | 29 | 0 | E | 12D | 37 | 44 |
| Octal | 333 | 202 | 332 | 0 | 51 | 0 | 16 | 455 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11011010 | 0 | 101001 | 0 | 1110 | 100101101 | 110111 | 1000100 |
Color Harmonies of #DB82DA
Complementary color
Monochromatic Colors of #DB82DA
Black with #DB82DA
Text Example
Text Example
White with #DB82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82DA; }
p { color: rgb(219,130,218); }
H1.HeaderClassName
{
color: #DB82DA;
}
.AnyTagClassName
{
color: #DB82DA;
}
</style>
background-color css
<style>
a { background-color: #DB82DA; }
a { background-color: rgb(219,130,218); }
div.DivClassName
{
background-color: #DB82DA;
}
.BgClassName
{
background-color: #DB82DA;
}
</style>
border-color css
<style>
span { border-color: #DB82DA; }
span { border-color: rgb(219,130,218); }
td.TdClassName
{
border-color: #DB82DA;
}
.TagClassName
{
border-color: #DB82DA;
}
</style>