Shades of Orchid #DB82C7
Tints of Orchid #DB82C7
RGB
CMYK
RGB Variations
Color information
#DB82C7 (or 0xDB82C7) is known color: Orchid. HEX triplet: DB, 82 and C7. RGB value is (219,130,199). Sum of RGB (Red+Green+Blue) = 219+130+199=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82C7 is #247D38. Grayscale: #A4A4A4. Windows color (decimal): -2391353 or 13075163. OLE color: 13075163.
HSL color Cylindrical-coordinate representation of color #DB82C7: hue angle of 313.48º 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 #DB82C7 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 199 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.14 |
| HSL | 313.48º | 0.55% | 0.68% | - |
| HSV(B) | 313.48º | 0.41% | 0.86% | - |
| XYZ | 47.5 | 35.15 | 58.31 | - |
| YUV | 164.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 199 | 0 | 0.41 | 0.09 | 0.14 | 313.48 | 0.55 | 0.68 |
| Hex | DB | 82 | C7 | 0 | 29 | 9 | E | 139 | 37 | 44 |
| Octal | 333 | 202 | 307 | 0 | 51 | 11 | 16 | 471 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11000111 | 0 | 101001 | 1001 | 1110 | 100111001 | 110111 | 1000100 |
Color Harmonies of #DB82C7
Complementary color
Monochromatic Colors of #DB82C7
Black with #DB82C7
Text Example
Text Example
White with #DB82C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82C7; }
p { color: rgb(219,130,199); }
H1.HeaderClassName
{
color: #DB82C7;
}
.AnyTagClassName
{
color: #DB82C7;
}
</style>
background-color css
<style>
a { background-color: #DB82C7; }
a { background-color: rgb(219,130,199); }
div.DivClassName
{
background-color: #DB82C7;
}
.BgClassName
{
background-color: #DB82C7;
}
</style>
border-color css
<style>
span { border-color: #DB82C7; }
span { border-color: rgb(219,130,199); }
td.TdClassName
{
border-color: #DB82C7;
}
.TagClassName
{
border-color: #DB82C7;
}
</style>