Shades of Orchid #DB83D4
Tints of Orchid #DB83D4
RGB
CMYK
RGB Variations
Color information
#DB83D4 (or 0xDB83D4) is known color: Orchid. HEX triplet: DB, 83 and D4. RGB value is (219,131,212). Sum of RGB (Red+Green+Blue) = 219+131+212=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83D4 is #247C2B. Grayscale: #A6A6A6. Windows color (decimal): -2391084 or 13927387. OLE color: 13927387.
HSL color Cylindrical-coordinate representation of color #DB83D4: hue angle of 304.77º 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 #DB83D4 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 212 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.14 |
| HSL | 304.77º | 0.55% | 0.69% | - |
| HSV(B) | 304.77º | 0.4% | 0.86% | - |
| XYZ | 49.21 | 36.05 | 66.65 | - |
| YUV | 166.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 212 | 0 | 0.40 | 0.03 | 0.14 | 304.77 | 0.55 | 0.69 |
| Hex | DB | 83 | D4 | 0 | 28 | 3 | E | 131 | 37 | 45 |
| Octal | 333 | 203 | 324 | 0 | 50 | 3 | 16 | 461 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11010100 | 0 | 101000 | 11 | 1110 | 100110001 | 110111 | 1000101 |
Color Harmonies of #DB83D4
Complementary color
Monochromatic Colors of #DB83D4
Black with #DB83D4
Text Example
Text Example
White with #DB83D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83D4; }
p { color: rgb(219,131,212); }
H1.HeaderClassName
{
color: #DB83D4;
}
.AnyTagClassName
{
color: #DB83D4;
}
</style>
background-color css
<style>
a { background-color: #DB83D4; }
a { background-color: rgb(219,131,212); }
div.DivClassName
{
background-color: #DB83D4;
}
.BgClassName
{
background-color: #DB83D4;
}
</style>
border-color css
<style>
span { border-color: #DB83D4; }
span { border-color: rgb(219,131,212); }
td.TdClassName
{
border-color: #DB83D4;
}
.TagClassName
{
border-color: #DB83D4;
}
</style>