Shades of Orchid #DB82C9
Tints of Orchid #DB82C9
RGB
CMYK
RGB Variations
Color information
#DB82C9 (or 0xDB82C9) is known color: Orchid. HEX triplet: DB, 82 and C9. RGB value is (219,130,201). Sum of RGB (Red+Green+Blue) = 219+130+201=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82C9 is #247D36. Grayscale: #A4A4A4. Windows color (decimal): -2391351 or 13206235. OLE color: 13206235.
HSL color Cylindrical-coordinate representation of color #DB82C9: hue angle of 312.13º 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 #DB82C9 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 201 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.14 |
| HSL | 312.13º | 0.55% | 0.68% | - |
| HSV(B) | 312.13º | 0.41% | 0.86% | - |
| XYZ | 47.74 | 35.24 | 59.54 | - |
| YUV | 164.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 201 | 0 | 0.41 | 0.08 | 0.14 | 312.13 | 0.55 | 0.68 |
| Hex | DB | 82 | C9 | 0 | 29 | 8 | E | 138 | 37 | 44 |
| Octal | 333 | 202 | 311 | 0 | 51 | 10 | 16 | 470 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11001001 | 0 | 101001 | 1000 | 1110 | 100111000 | 110111 | 1000100 |
Color Harmonies of #DB82C9
Complementary color
Monochromatic Colors of #DB82C9
Black with #DB82C9
Text Example
Text Example
White with #DB82C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82C9; }
p { color: rgb(219,130,201); }
H1.HeaderClassName
{
color: #DB82C9;
}
.AnyTagClassName
{
color: #DB82C9;
}
</style>
background-color css
<style>
a { background-color: #DB82C9; }
a { background-color: rgb(219,130,201); }
div.DivClassName
{
background-color: #DB82C9;
}
.BgClassName
{
background-color: #DB82C9;
}
</style>
border-color css
<style>
span { border-color: #DB82C9; }
span { border-color: rgb(219,130,201); }
td.TdClassName
{
border-color: #DB82C9;
}
.TagClassName
{
border-color: #DB82C9;
}
</style>