Shades of Orchid #E777D9
Tints of Orchid #E777D9
RGB
CMYK
RGB Variations
Color information
#E777D9 (or 0xE777D9) is known color: Orchid. HEX triplet: E7, 77 and D9. RGB value is (231,119,217). Sum of RGB (Red+Green+Blue) = 231+119+217=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E777D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777D9 is #188826. Grayscale: #A3A3A3. Windows color (decimal): -1607719 or 14252007. OLE color: 14252007.
HSL color Cylindrical-coordinate representation of color #E777D9: hue angle of 307.5º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E777D9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 217 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.09 |
| HSL | 307.5º | 0.7% | 0.69% | - |
| HSV(B) | 307.5º | 0.48% | 0.91% | - |
| XYZ | 52.08 | 35.19 | 69.69 | - |
| YUV | 163.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 217 | 0 | 0.48 | 0.06 | 0.09 | 307.5 | 0.7 | 0.69 |
| Hex | E7 | 77 | D9 | 0 | 30 | 6 | 9 | 134 | 46 | 45 |
| Octal | 347 | 167 | 331 | 0 | 60 | 6 | 11 | 464 | 106 | 105 |
| Binary | 11100111 | 1110111 | 11011001 | 0 | 110000 | 110 | 1001 | 100110100 | 1000110 | 1000101 |
Color Harmonies of #E777D9
Complementary color
Monochromatic Colors of #E777D9
Black with #E777D9
Text Example
Text Example
White with #E777D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777D9; }
p { color: rgb(231,119,217); }
H1.HeaderClassName
{
color: #E777D9;
}
.AnyTagClassName
{
color: #E777D9;
}
</style>
background-color css
<style>
a { background-color: #E777D9; }
a { background-color: rgb(231,119,217); }
div.DivClassName
{
background-color: #E777D9;
}
.BgClassName
{
background-color: #E777D9;
}
</style>
border-color css
<style>
span { border-color: #E777D9; }
span { border-color: rgb(231,119,217); }
td.TdClassName
{
border-color: #E777D9;
}
.TagClassName
{
border-color: #E777D9;
}
</style>