Shades of Orchid #DB82D5
Tints of Orchid #DB82D5
RGB
CMYK
RGB Variations
Color information
#DB82D5 (or 0xDB82D5) is known color: Orchid. HEX triplet: DB, 82 and D5. RGB value is (219,130,213). Sum of RGB (Red+Green+Blue) = 219+130+213=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82D5 is #247D2A. Grayscale: #A5A5A5. Windows color (decimal): -2391339 or 13992667. OLE color: 13992667.
HSL color Cylindrical-coordinate representation of color #DB82D5: hue angle of 304.04º 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 #DB82D5 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 213 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.14 |
| HSL | 304.05º | 0.55% | 0.68% | - |
| HSV(B) | 304.05º | 0.41% | 0.86% | - |
| XYZ | 49.21 | 35.83 | 67.27 | - |
| YUV | 166.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 213 | 0 | 0.41 | 0.03 | 0.14 | 304.05 | 0.55 | 0.68 |
| Hex | DB | 82 | D5 | 0 | 29 | 3 | E | 130 | 37 | 44 |
| Octal | 333 | 202 | 325 | 0 | 51 | 3 | 16 | 460 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11010101 | 0 | 101001 | 11 | 1110 | 100110000 | 110111 | 1000100 |
Color Harmonies of #DB82D5
Complementary color
Monochromatic Colors of #DB82D5
Black with #DB82D5
Text Example
Text Example
White with #DB82D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82D5; }
p { color: rgb(219,130,213); }
H1.HeaderClassName
{
color: #DB82D5;
}
.AnyTagClassName
{
color: #DB82D5;
}
</style>
background-color css
<style>
a { background-color: #DB82D5; }
a { background-color: rgb(219,130,213); }
div.DivClassName
{
background-color: #DB82D5;
}
.BgClassName
{
background-color: #DB82D5;
}
</style>
border-color css
<style>
span { border-color: #DB82D5; }
span { border-color: rgb(219,130,213); }
td.TdClassName
{
border-color: #DB82D5;
}
.TagClassName
{
border-color: #DB82D5;
}
</style>