Shades of Orchid #E77DDD
Tints of Orchid #E77DDD
RGB
CMYK
RGB Variations
Color information
#E77DDD (or 0xE77DDD) is known color: Orchid. HEX triplet: E7, 7D and DD. RGB value is (231,125,221). Sum of RGB (Red+Green+Blue) = 231+125+221=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DDD is #188222. Grayscale: #A7A7A7. Windows color (decimal): -1606179 or 14515687. OLE color: 14515687.
HSL color Cylindrical-coordinate representation of color #E77DDD: hue angle of 305.66º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77DDD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 221 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.09 |
| HSL | 305.66º | 0.69% | 0.7% | - |
| HSV(B) | 305.66º | 0.46% | 0.91% | - |
| XYZ | 53.34 | 36.88 | 72.71 | - |
| YUV | 167.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 221 | 0 | 0.46 | 0.04 | 0.09 | 305.66 | 0.69 | 0.7 |
| Hex | E7 | 7D | DD | 0 | 2E | 4 | 9 | 132 | 45 | 46 |
| Octal | 347 | 175 | 335 | 0 | 56 | 4 | 11 | 462 | 105 | 106 |
| Binary | 11100111 | 1111101 | 11011101 | 0 | 101110 | 100 | 1001 | 100110010 | 1000101 | 1000110 |
Color Harmonies of #E77DDD
Complementary color
Monochromatic Colors of #E77DDD
Black with #E77DDD
Text Example
Text Example
White with #E77DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77DDD; }
p { color: rgb(231,125,221); }
H1.HeaderClassName
{
color: #E77DDD;
}
.AnyTagClassName
{
color: #E77DDD;
}
</style>
background-color css
<style>
a { background-color: #E77DDD; }
a { background-color: rgb(231,125,221); }
div.DivClassName
{
background-color: #E77DDD;
}
.BgClassName
{
background-color: #E77DDD;
}
</style>
border-color css
<style>
span { border-color: #E77DDD; }
span { border-color: rgb(231,125,221); }
td.TdClassName
{
border-color: #E77DDD;
}
.TagClassName
{
border-color: #E77DDD;
}
</style>