Shades of Orchid #E779DA
Tints of Orchid #E779DA
RGB
CMYK
RGB Variations
Color information
#E779DA (or 0xE779DA) is known color: Orchid. HEX triplet: E7, 79 and DA. RGB value is (231,121,218). Sum of RGB (Red+Green+Blue) = 231+121+218=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E779DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779DA is #188625. Grayscale: #A4A4A4. Windows color (decimal): -1607206 or 14318055. OLE color: 14318055.
HSL color Cylindrical-coordinate representation of color #E779DA: hue angle of 307.09º 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 #E779DA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 218 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.09 |
| HSL | 307.09º | 0.7% | 0.69% | - |
| HSV(B) | 307.09º | 0.48% | 0.91% | - |
| XYZ | 52.45 | 35.73 | 70.46 | - |
| YUV | 164.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 218 | 0 | 0.48 | 0.06 | 0.09 | 307.09 | 0.7 | 0.69 |
| Hex | E7 | 79 | DA | 0 | 30 | 6 | 9 | 133 | 46 | 45 |
| Octal | 347 | 171 | 332 | 0 | 60 | 6 | 11 | 463 | 106 | 105 |
| Binary | 11100111 | 1111001 | 11011010 | 0 | 110000 | 110 | 1001 | 100110011 | 1000110 | 1000101 |
Color Harmonies of #E779DA
Complementary color
Monochromatic Colors of #E779DA
Black with #E779DA
Text Example
Text Example
White with #E779DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779DA; }
p { color: rgb(231,121,218); }
H1.HeaderClassName
{
color: #E779DA;
}
.AnyTagClassName
{
color: #E779DA;
}
</style>
background-color css
<style>
a { background-color: #E779DA; }
a { background-color: rgb(231,121,218); }
div.DivClassName
{
background-color: #E779DA;
}
.BgClassName
{
background-color: #E779DA;
}
</style>
border-color css
<style>
span { border-color: #E779DA; }
span { border-color: rgb(231,121,218); }
td.TdClassName
{
border-color: #E779DA;
}
.TagClassName
{
border-color: #E779DA;
}
</style>