Shades of Orchid #E773DB
Tints of Orchid #E773DB
RGB
CMYK
RGB Variations
Color information
#E773DB (or 0xE773DB) is known color: Orchid. HEX triplet: E7, 73 and DB. RGB value is (231,115,219). Sum of RGB (Red+Green+Blue) = 231+115+219=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E773DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773DB is #188C24. Grayscale: #A1A1A1. Windows color (decimal): -1608741 or 14382055. OLE color: 14382055.
HSL color Cylindrical-coordinate representation of color #E773DB: hue angle of 306.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773DB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 219 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.09 |
| HSL | 306.21º | 0.71% | 0.68% | - |
| HSV(B) | 306.21º | 0.5% | 0.91% | - |
| XYZ | 51.87 | 34.36 | 70.92 | - |
| YUV | 161.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 219 | 0 | 0.50 | 0.05 | 0.09 | 306.21 | 0.71 | 0.68 |
| Hex | E7 | 73 | DB | 0 | 32 | 5 | 9 | 132 | 47 | 44 |
| Octal | 347 | 163 | 333 | 0 | 62 | 5 | 11 | 462 | 107 | 104 |
| Binary | 11100111 | 1110011 | 11011011 | 0 | 110010 | 101 | 1001 | 100110010 | 1000111 | 1000100 |
Color Harmonies of #E773DB
Complementary color
Monochromatic Colors of #E773DB
Black with #E773DB
Text Example
Text Example
White with #E773DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773DB; }
p { color: rgb(231,115,219); }
H1.HeaderClassName
{
color: #E773DB;
}
.AnyTagClassName
{
color: #E773DB;
}
</style>
background-color css
<style>
a { background-color: #E773DB; }
a { background-color: rgb(231,115,219); }
div.DivClassName
{
background-color: #E773DB;
}
.BgClassName
{
background-color: #E773DB;
}
</style>
border-color css
<style>
span { border-color: #E773DB; }
span { border-color: rgb(231,115,219); }
td.TdClassName
{
border-color: #E773DB;
}
.TagClassName
{
border-color: #E773DB;
}
</style>