Shades of Orchid #E77ADB
Tints of Orchid #E77ADB
RGB
CMYK
RGB Variations
Color information
#E77ADB (or 0xE77ADB) is known color: Orchid. HEX triplet: E7, 7A and DB. RGB value is (231,122,219). Sum of RGB (Red+Green+Blue) = 231+122+219=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ADB is #188524. Grayscale: #A5A5A5. Windows color (decimal): -1606949 or 14383847. OLE color: 14383847.
HSL color Cylindrical-coordinate representation of color #E77ADB: hue angle of 306.61º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77ADB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 219 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.09 |
| HSL | 306.61º | 0.69% | 0.69% | - |
| HSV(B) | 306.61º | 0.47% | 0.91% | - |
| XYZ | 52.7 | 36.02 | 71.19 | - |
| YUV | 165.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 219 | 0 | 0.47 | 0.05 | 0.09 | 306.61 | 0.69 | 0.69 |
| Hex | E7 | 7A | DB | 0 | 2F | 5 | 9 | 133 | 45 | 45 |
| Octal | 347 | 172 | 333 | 0 | 57 | 5 | 11 | 463 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11011011 | 0 | 101111 | 101 | 1001 | 100110011 | 1000101 | 1000101 |
Color Harmonies of #E77ADB
Complementary color
Monochromatic Colors of #E77ADB
Black with #E77ADB
Text Example
Text Example
White with #E77ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ADB; }
p { color: rgb(231,122,219); }
H1.HeaderClassName
{
color: #E77ADB;
}
.AnyTagClassName
{
color: #E77ADB;
}
</style>
background-color css
<style>
a { background-color: #E77ADB; }
a { background-color: rgb(231,122,219); }
div.DivClassName
{
background-color: #E77ADB;
}
.BgClassName
{
background-color: #E77ADB;
}
</style>
border-color css
<style>
span { border-color: #E77ADB; }
span { border-color: rgb(231,122,219); }
td.TdClassName
{
border-color: #E77ADB;
}
.TagClassName
{
border-color: #E77ADB;
}
</style>