Shades of Orchid #DB83D8
Tints of Orchid #DB83D8
RGB
CMYK
RGB Variations
Color information
#DB83D8 (or 0xDB83D8) is known color: Orchid. HEX triplet: DB, 83 and D8. RGB value is (219,131,216). Sum of RGB (Red+Green+Blue) = 219+131+216=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83D8 is #247C27. Grayscale: #A6A6A6. Windows color (decimal): -2391080 or 14189531. OLE color: 14189531.
HSL color Cylindrical-coordinate representation of color #DB83D8: hue angle of 302.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83D8 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 216 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.14 |
| HSL | 302.05º | 0.55% | 0.69% | - |
| HSV(B) | 302.05º | 0.4% | 0.86% | - |
| XYZ | 49.72 | 36.25 | 69.34 | - |
| YUV | 167 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 216 | 0 | 0.40 | 0.01 | 0.14 | 302.05 | 0.55 | 0.69 |
| Hex | DB | 83 | D8 | 0 | 28 | 1 | E | 12E | 37 | 45 |
| Octal | 333 | 203 | 330 | 0 | 50 | 1 | 16 | 456 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11011000 | 0 | 101000 | 1 | 1110 | 100101110 | 110111 | 1000101 |
Color Harmonies of #DB83D8
Complementary color
Monochromatic Colors of #DB83D8
Black with #DB83D8
Text Example
Text Example
White with #DB83D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83D8; }
p { color: rgb(219,131,216); }
H1.HeaderClassName
{
color: #DB83D8;
}
.AnyTagClassName
{
color: #DB83D8;
}
</style>
background-color css
<style>
a { background-color: #DB83D8; }
a { background-color: rgb(219,131,216); }
div.DivClassName
{
background-color: #DB83D8;
}
.BgClassName
{
background-color: #DB83D8;
}
</style>
border-color css
<style>
span { border-color: #DB83D8; }
span { border-color: rgb(219,131,216); }
td.TdClassName
{
border-color: #DB83D8;
}
.TagClassName
{
border-color: #DB83D8;
}
</style>