Shades of Orchid #DB82C3
Tints of Orchid #DB82C3
RGB
CMYK
RGB Variations
Color information
#DB82C3 (or 0xDB82C3) is known color: Orchid. HEX triplet: DB, 82 and C3. RGB value is (219,130,195). Sum of RGB (Red+Green+Blue) = 219+130+195=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82C3 is #247D3C. Grayscale: #A3A3A3. Windows color (decimal): -2391357 or 12813019. OLE color: 12813019.
HSL color Cylindrical-coordinate representation of color #DB82C3: hue angle of 316.18º 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 #DB82C3 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 195 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.14 |
| HSL | 316.18º | 0.55% | 0.68% | - |
| HSV(B) | 316.18º | 0.41% | 0.86% | - |
| XYZ | 47.05 | 34.97 | 55.9 | - |
| YUV | 164.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 195 | 0 | 0.41 | 0.11 | 0.14 | 316.18 | 0.55 | 0.68 |
| Hex | DB | 82 | C3 | 0 | 29 | B | E | 13C | 37 | 44 |
| Octal | 333 | 202 | 303 | 0 | 51 | 13 | 16 | 474 | 67 | 104 |
| Binary | 11011011 | 10000010 | 11000011 | 0 | 101001 | 1011 | 1110 | 100111100 | 110111 | 1000100 |
Color Harmonies of #DB82C3
Complementary color
Monochromatic Colors of #DB82C3
Black with #DB82C3
Text Example
Text Example
White with #DB82C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82C3; }
p { color: rgb(219,130,195); }
H1.HeaderClassName
{
color: #DB82C3;
}
.AnyTagClassName
{
color: #DB82C3;
}
</style>
background-color css
<style>
a { background-color: #DB82C3; }
a { background-color: rgb(219,130,195); }
div.DivClassName
{
background-color: #DB82C3;
}
.BgClassName
{
background-color: #DB82C3;
}
</style>
border-color css
<style>
span { border-color: #DB82C3; }
span { border-color: rgb(219,130,195); }
td.TdClassName
{
border-color: #DB82C3;
}
.TagClassName
{
border-color: #DB82C3;
}
</style>