Shades of Orchid #E97BDB
Tints of Orchid #E97BDB
RGB
CMYK
RGB Variations
Color information
#E97BDB (or 0xE97BDB) is known color: Orchid. HEX triplet: E9, 7B and DB. RGB value is (233,123,219). Sum of RGB (Red+Green+Blue) = 233+123+219=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BDB is #168424. Grayscale: #A6A6A6. Windows color (decimal): -1475621 or 14384105. OLE color: 14384105.
HSL color Cylindrical-coordinate representation of color #E97BDB: hue angle of 307.64º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97BDB is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 219 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.09 |
| HSL | 307.64º | 0.71% | 0.7% | - |
| HSV(B) | 307.64º | 0.47% | 0.91% | - |
| XYZ | 53.47 | 36.6 | 71.26 | - |
| YUV | 166.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 219 | 0 | 0.47 | 0.06 | 0.09 | 307.64 | 0.71 | 0.7 |
| Hex | E9 | 7B | DB | 0 | 2F | 6 | 9 | 134 | 47 | 46 |
| Octal | 351 | 173 | 333 | 0 | 57 | 6 | 11 | 464 | 107 | 106 |
| Binary | 11101001 | 1111011 | 11011011 | 0 | 101111 | 110 | 1001 | 100110100 | 1000111 | 1000110 |
Color Harmonies of #E97BDB
Complementary color
Monochromatic Colors of #E97BDB
Black with #E97BDB
Text Example
Text Example
White with #E97BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BDB; }
p { color: rgb(233,123,219); }
H1.HeaderClassName
{
color: #E97BDB;
}
.AnyTagClassName
{
color: #E97BDB;
}
</style>
background-color css
<style>
a { background-color: #E97BDB; }
a { background-color: rgb(233,123,219); }
div.DivClassName
{
background-color: #E97BDB;
}
.BgClassName
{
background-color: #E97BDB;
}
</style>
border-color css
<style>
span { border-color: #E97BDB; }
span { border-color: rgb(233,123,219); }
td.TdClassName
{
border-color: #E97BDB;
}
.TagClassName
{
border-color: #E97BDB;
}
</style>