Shades of Orchid #E779D9
Tints of Orchid #E779D9
RGB
CMYK
RGB Variations
Color information
#E779D9 (or 0xE779D9) is known color: Orchid. HEX triplet: E7, 79 and D9. RGB value is (231,121,217). Sum of RGB (Red+Green+Blue) = 231+121+217=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E779D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779D9 is #188626. Grayscale: #A4A4A4. Windows color (decimal): -1607207 or 14252519. OLE color: 14252519.
HSL color Cylindrical-coordinate representation of color #E779D9: hue angle of 307.64º 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 #E779D9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 217 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.09 |
| HSL | 307.64º | 0.7% | 0.69% | - |
| HSV(B) | 307.64º | 0.48% | 0.91% | - |
| XYZ | 52.32 | 35.67 | 69.77 | - |
| YUV | 164.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 217 | 0 | 0.48 | 0.06 | 0.09 | 307.64 | 0.7 | 0.69 |
| Hex | E7 | 79 | D9 | 0 | 30 | 6 | 9 | 134 | 46 | 45 |
| Octal | 347 | 171 | 331 | 0 | 60 | 6 | 11 | 464 | 106 | 105 |
| Binary | 11100111 | 1111001 | 11011001 | 0 | 110000 | 110 | 1001 | 100110100 | 1000110 | 1000101 |
Color Harmonies of #E779D9
Complementary color
Monochromatic Colors of #E779D9
Black with #E779D9
Text Example
Text Example
White with #E779D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779D9; }
p { color: rgb(231,121,217); }
H1.HeaderClassName
{
color: #E779D9;
}
.AnyTagClassName
{
color: #E779D9;
}
</style>
background-color css
<style>
a { background-color: #E779D9; }
a { background-color: rgb(231,121,217); }
div.DivClassName
{
background-color: #E779D9;
}
.BgClassName
{
background-color: #E779D9;
}
</style>
border-color css
<style>
span { border-color: #E779D9; }
span { border-color: rgb(231,121,217); }
td.TdClassName
{
border-color: #E779D9;
}
.TagClassName
{
border-color: #E779D9;
}
</style>