Shades of Orchid #DE83DB
Tints of Orchid #DE83DB
RGB
CMYK
RGB Variations
Color information
#DE83DB (or 0xDE83DB) is known color: Orchid. HEX triplet: DE, 83 and DB. RGB value is (222,131,219). Sum of RGB (Red+Green+Blue) = 222+131+219=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83DB is #217C24. Grayscale: #A7A7A7. Windows color (decimal): -2194469 or 14386142. OLE color: 14386142.
HSL color Cylindrical-coordinate representation of color #DE83DB: hue angle of 301.98º 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 #DE83DB is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 219 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.13 |
| HSL | 301.98º | 0.58% | 0.69% | - |
| HSV(B) | 301.98º | 0.41% | 0.87% | - |
| XYZ | 51.03 | 36.88 | 71.45 | - |
| YUV | 168.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 219 | 0 | 0.41 | 0.01 | 0.13 | 301.98 | 0.58 | 0.69 |
| Hex | DE | 83 | DB | 0 | 29 | 1 | D | 12E | 3A | 45 |
| Octal | 336 | 203 | 333 | 0 | 51 | 1 | 15 | 456 | 72 | 105 |
| Binary | 11011110 | 10000011 | 11011011 | 0 | 101001 | 1 | 1101 | 100101110 | 111010 | 1000101 |
Color Harmonies of #DE83DB
Complementary color
Monochromatic Colors of #DE83DB
Black with #DE83DB
Text Example
Text Example
White with #DE83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE83DB; }
p { color: rgb(222,131,219); }
H1.HeaderClassName
{
color: #DE83DB;
}
.AnyTagClassName
{
color: #DE83DB;
}
</style>
background-color css
<style>
a { background-color: #DE83DB; }
a { background-color: rgb(222,131,219); }
div.DivClassName
{
background-color: #DE83DB;
}
.BgClassName
{
background-color: #DE83DB;
}
</style>
border-color css
<style>
span { border-color: #DE83DB; }
span { border-color: rgb(222,131,219); }
td.TdClassName
{
border-color: #DE83DB;
}
.TagClassName
{
border-color: #DE83DB;
}
</style>