Shades of Orchid #DB83DE
Tints of Orchid #DB83DE
RGB
CMYK
RGB Variations
Color information
#DB83DE (or 0xDB83DE) is known color: Orchid. HEX triplet: DB, 83 and DE. RGB value is (219,131,222). Sum of RGB (Red+Green+Blue) = 219+131+222=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83DE is #247C21. Grayscale: #A7A7A7. Windows color (decimal): -2391074 or 14582747. OLE color: 14582747.
HSL color Cylindrical-coordinate representation of color #DB83DE: hue angle of 298.02º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB83DE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 131 | 222 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.13 |
| HSL | 298.02º | 0.58% | 0.69% | - |
| HSV(B) | 298.02º | 0.41% | 0.87% | - |
| XYZ | 50.51 | 36.57 | 73.5 | - |
| YUV | 167.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 222 | 0.01 | 0.41 | 0 | 0.13 | 298.02 | 0.58 | 0.69 |
| Hex | DB | 83 | DE | 1 | 29 | 0 | D | 12A | 3A | 45 |
| Octal | 333 | 203 | 336 | 1 | 51 | 0 | 15 | 452 | 72 | 105 |
| Binary | 11011011 | 10000011 | 11011110 | 1 | 101001 | 0 | 1101 | 100101010 | 111010 | 1000101 |
Color Harmonies of #DB83DE
Complementary color
Monochromatic Colors of #DB83DE
Black with #DB83DE
Text Example
Text Example
White with #DB83DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83DE; }
p { color: rgb(219,131,222); }
H1.HeaderClassName
{
color: #DB83DE;
}
.AnyTagClassName
{
color: #DB83DE;
}
</style>
background-color css
<style>
a { background-color: #DB83DE; }
a { background-color: rgb(219,131,222); }
div.DivClassName
{
background-color: #DB83DE;
}
.BgClassName
{
background-color: #DB83DE;
}
</style>
border-color css
<style>
span { border-color: #DB83DE; }
span { border-color: rgb(219,131,222); }
td.TdClassName
{
border-color: #DB83DE;
}
.TagClassName
{
border-color: #DB83DE;
}
</style>