Shades of Orchid #DE82DB
Tints of Orchid #DE82DB
RGB
CMYK
RGB Variations
Color information
#DE82DB (or 0xDE82DB) is known color: Orchid. HEX triplet: DE, 82 and DB. RGB value is (222,130,219). Sum of RGB (Red+Green+Blue) = 222+130+219=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82DB is #217D24. Grayscale: #A7A7A7. Windows color (decimal): -2194725 or 14385886. OLE color: 14385886.
HSL color Cylindrical-coordinate representation of color #DE82DB: hue angle of 301.96º 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 #DE82DB is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 219 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.13 |
| HSL | 301.96º | 0.58% | 0.69% | - |
| HSV(B) | 301.96º | 0.41% | 0.87% | - |
| XYZ | 50.89 | 36.61 | 71.4 | - |
| YUV | 167.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 219 | 0 | 0.41 | 0.01 | 0.13 | 301.96 | 0.58 | 0.69 |
| Hex | DE | 82 | DB | 0 | 29 | 1 | D | 12E | 3A | 45 |
| Octal | 336 | 202 | 333 | 0 | 51 | 1 | 15 | 456 | 72 | 105 |
| Binary | 11011110 | 10000010 | 11011011 | 0 | 101001 | 1 | 1101 | 100101110 | 111010 | 1000101 |
Color Harmonies of #DE82DB
Complementary color
Monochromatic Colors of #DE82DB
Black with #DE82DB
Text Example
Text Example
White with #DE82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82DB; }
p { color: rgb(222,130,219); }
H1.HeaderClassName
{
color: #DE82DB;
}
.AnyTagClassName
{
color: #DE82DB;
}
</style>
background-color css
<style>
a { background-color: #DE82DB; }
a { background-color: rgb(222,130,219); }
div.DivClassName
{
background-color: #DE82DB;
}
.BgClassName
{
background-color: #DE82DB;
}
</style>
border-color css
<style>
span { border-color: #DE82DB; }
span { border-color: rgb(222,130,219); }
td.TdClassName
{
border-color: #DE82DB;
}
.TagClassName
{
border-color: #DE82DB;
}
</style>