Shades of Orchid #DB82D7
Tints of Orchid #DB82D7
RGB
CMYK
RGB Variations
Color information
#DB82D7 (or 0xDB82D7) is known color: Orchid. HEX triplet: DB, 82 and D7. RGB value is (219,130,215). Sum of RGB (Red+Green+Blue) = 219+130+215=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82D7 is #247D28. Grayscale: #A6A6A6. Windows color (decimal): -2391337 or 14123739. OLE color: 14123739.
HSL color Cylindrical-coordinate representation of color #DB82D7: hue angle of 302.7º 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 #DB82D7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 215 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.14 |
| HSL | 302.7º | 0.55% | 0.68% | - |
| HSV(B) | 302.7º | 0.41% | 0.86% | - |
| XYZ | 49.46 | 35.93 | 68.62 | - |
| YUV | 166.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 215 | 0 | 0.41 | 0.02 | 0.14 | 302.7 | 0.55 | 0.68 |
| Hex | DB | 82 | D7 | 0 | 29 | 2 | E | 12F | 37 | 44 |
| Octal | 333 | 202 | 327 | 0 | 51 | 2 | 16 | 457 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11010111 | 0 | 101001 | 10 | 1110 | 100101111 | 110111 | 1000100 |
Color Harmonies of #DB82D7
Complementary color
Monochromatic Colors of #DB82D7
Black with #DB82D7
Text Example
Text Example
White with #DB82D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82D7; }
p { color: rgb(219,130,215); }
H1.HeaderClassName
{
color: #DB82D7;
}
.AnyTagClassName
{
color: #DB82D7;
}
</style>
background-color css
<style>
a { background-color: #DB82D7; }
a { background-color: rgb(219,130,215); }
div.DivClassName
{
background-color: #DB82D7;
}
.BgClassName
{
background-color: #DB82D7;
}
</style>
border-color css
<style>
span { border-color: #DB82D7; }
span { border-color: rgb(219,130,215); }
td.TdClassName
{
border-color: #DB82D7;
}
.TagClassName
{
border-color: #DB82D7;
}
</style>