Shades of Orchid #DB82DF
Tints of Orchid #DB82DF
RGB
CMYK
RGB Variations
Color information
#DB82DF (or 0xDB82DF) is known color: Orchid. HEX triplet: DB, 82 and DF. RGB value is (219,130,223). Sum of RGB (Red+Green+Blue) = 219+130+223=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82DF is #247D20. Grayscale: #A6A6A6. Windows color (decimal): -2391329 or 14648027. OLE color: 14648027.
HSL color Cylindrical-coordinate representation of color #DB82DF: hue angle of 297.42º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB82DF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 130 | 223 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.13 |
| HSL | 297.42º | 0.59% | 0.69% | - |
| HSV(B) | 297.42º | 0.42% | 0.87% | - |
| XYZ | 50.52 | 36.35 | 74.17 | - |
| YUV | 167.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 223 | 0.02 | 0.42 | 0 | 0.13 | 297.42 | 0.59 | 0.69 |
| Hex | DB | 82 | DF | 2 | 2A | 0 | D | 129 | 3B | 45 |
| Octal | 333 | 202 | 337 | 2 | 52 | 0 | 15 | 451 | 73 | 105 |
| Binary | 11011011 | 10000010 | 11011111 | 10 | 101010 | 0 | 1101 | 100101001 | 111011 | 1000101 |
Color Harmonies of #DB82DF
Complementary color
Monochromatic Colors of #DB82DF
Black with #DB82DF
Text Example
Text Example
White with #DB82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82DF; }
p { color: rgb(219,130,223); }
H1.HeaderClassName
{
color: #DB82DF;
}
.AnyTagClassName
{
color: #DB82DF;
}
</style>
background-color css
<style>
a { background-color: #DB82DF; }
a { background-color: rgb(219,130,223); }
div.DivClassName
{
background-color: #DB82DF;
}
.BgClassName
{
background-color: #DB82DF;
}
</style>
border-color css
<style>
span { border-color: #DB82DF; }
span { border-color: rgb(219,130,223); }
td.TdClassName
{
border-color: #DB82DF;
}
.TagClassName
{
border-color: #DB82DF;
}
</style>