Shades of Orchid #DB82C5
Tints of Orchid #DB82C5
RGB
CMYK
RGB Variations
Color information
#DB82C5 (or 0xDB82C5) is known color: Orchid. HEX triplet: DB, 82 and C5. RGB value is (219,130,197). Sum of RGB (Red+Green+Blue) = 219+130+197=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82C5 is #247D3A. Grayscale: #A4A4A4. Windows color (decimal): -2391355 or 12944091. OLE color: 12944091.
HSL color Cylindrical-coordinate representation of color #DB82C5: hue angle of 314.83º 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 #DB82C5 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 197 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.14 |
| HSL | 314.83º | 0.55% | 0.68% | - |
| HSV(B) | 314.83º | 0.41% | 0.86% | - |
| XYZ | 47.27 | 35.06 | 57.1 | - |
| YUV | 164.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 197 | 0 | 0.41 | 0.10 | 0.14 | 314.83 | 0.55 | 0.68 |
| Hex | DB | 82 | C5 | 0 | 29 | A | E | 13B | 37 | 44 |
| Octal | 333 | 202 | 305 | 0 | 51 | 12 | 16 | 473 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11000101 | 0 | 101001 | 1010 | 1110 | 100111011 | 110111 | 1000100 |
Color Harmonies of #DB82C5
Complementary color
Monochromatic Colors of #DB82C5
Black with #DB82C5
Text Example
Text Example
White with #DB82C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82C5; }
p { color: rgb(219,130,197); }
H1.HeaderClassName
{
color: #DB82C5;
}
.AnyTagClassName
{
color: #DB82C5;
}
</style>
background-color css
<style>
a { background-color: #DB82C5; }
a { background-color: rgb(219,130,197); }
div.DivClassName
{
background-color: #DB82C5;
}
.BgClassName
{
background-color: #DB82C5;
}
</style>
border-color css
<style>
span { border-color: #DB82C5; }
span { border-color: rgb(219,130,197); }
td.TdClassName
{
border-color: #DB82C5;
}
.TagClassName
{
border-color: #DB82C5;
}
</style>