Shades of Orchid #DE7EDB
Tints of Orchid #DE7EDB
RGB
CMYK
RGB Variations
Color information
#DE7EDB (or 0xDE7EDB) is known color: Orchid. HEX triplet: DE, 7E and DB. RGB value is (222,126,219). Sum of RGB (Red+Green+Blue) = 222+126+219=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EDB is #218124. Grayscale: #A5A5A5. Windows color (decimal): -2195749 or 14384862. OLE color: 14384862.
HSL color Cylindrical-coordinate representation of color #DE7EDB: hue angle of 301.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7EDB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 219 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.13 |
| HSL | 301.88º | 0.59% | 0.68% | - |
| HSV(B) | 301.88º | 0.43% | 0.87% | - |
| XYZ | 50.37 | 35.57 | 71.23 | - |
| YUV | 165.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 219 | 0 | 0.43 | 0.01 | 0.13 | 301.88 | 0.59 | 0.68 |
| Hex | DE | 7E | DB | 0 | 2B | 1 | D | 12E | 3B | 44 |
| Octal | 336 | 176 | 333 | 0 | 53 | 1 | 15 | 456 | 73 | 104 |
| Binary | 11011110 | 1111110 | 11011011 | 0 | 101011 | 1 | 1101 | 100101110 | 111011 | 1000100 |
Color Harmonies of #DE7EDB
Complementary color
Monochromatic Colors of #DE7EDB
Black with #DE7EDB
Text Example
Text Example
White with #DE7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EDB; }
p { color: rgb(222,126,219); }
H1.HeaderClassName
{
color: #DE7EDB;
}
.AnyTagClassName
{
color: #DE7EDB;
}
</style>
background-color css
<style>
a { background-color: #DE7EDB; }
a { background-color: rgb(222,126,219); }
div.DivClassName
{
background-color: #DE7EDB;
}
.BgClassName
{
background-color: #DE7EDB;
}
</style>
border-color css
<style>
span { border-color: #DE7EDB; }
span { border-color: rgb(222,126,219); }
td.TdClassName
{
border-color: #DE7EDB;
}
.TagClassName
{
border-color: #DE7EDB;
}
</style>