Shades of Orchid #DB83D7
Tints of Orchid #DB83D7
RGB
CMYK
RGB Variations
Color information
#DB83D7 (or 0xDB83D7) is known color: Orchid. HEX triplet: DB, 83 and D7. RGB value is (219,131,215). Sum of RGB (Red+Green+Blue) = 219+131+215=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83D7 is #247C28. Grayscale: #A6A6A6. Windows color (decimal): -2391081 or 14123995. OLE color: 14123995.
HSL color Cylindrical-coordinate representation of color #DB83D7: hue angle of 302.73º 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 #DB83D7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 215 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.14 |
| HSL | 302.73º | 0.55% | 0.69% | - |
| HSV(B) | 302.73º | 0.4% | 0.86% | - |
| XYZ | 49.6 | 36.2 | 68.66 | - |
| YUV | 166.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 215 | 0 | 0.40 | 0.02 | 0.14 | 302.73 | 0.55 | 0.69 |
| Hex | DB | 83 | D7 | 0 | 28 | 2 | E | 12F | 37 | 45 |
| Octal | 333 | 203 | 327 | 0 | 50 | 2 | 16 | 457 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11010111 | 0 | 101000 | 10 | 1110 | 100101111 | 110111 | 1000101 |
Color Harmonies of #DB83D7
Complementary color
Monochromatic Colors of #DB83D7
Black with #DB83D7
Text Example
Text Example
White with #DB83D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83D7; }
p { color: rgb(219,131,215); }
H1.HeaderClassName
{
color: #DB83D7;
}
.AnyTagClassName
{
color: #DB83D7;
}
</style>
background-color css
<style>
a { background-color: #DB83D7; }
a { background-color: rgb(219,131,215); }
div.DivClassName
{
background-color: #DB83D7;
}
.BgClassName
{
background-color: #DB83D7;
}
</style>
border-color css
<style>
span { border-color: #DB83D7; }
span { border-color: rgb(219,131,215); }
td.TdClassName
{
border-color: #DB83D7;
}
.TagClassName
{
border-color: #DB83D7;
}
</style>