Shades of Orchid #E77CDD
Tints of Orchid #E77CDD
RGB
CMYK
RGB Variations
Color information
#E77CDD (or 0xE77CDD) is known color: Orchid. HEX triplet: E7, 7C and DD. RGB value is (231,124,221). Sum of RGB (Red+Green+Blue) = 231+124+221=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CDD is #188322. Grayscale: #A6A6A6. Windows color (decimal): -1606435 or 14515431. OLE color: 14515431.
HSL color Cylindrical-coordinate representation of color #E77CDD: hue angle of 305.61º 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 #E77CDD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 221 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.09 |
| HSL | 305.61º | 0.69% | 0.7% | - |
| HSV(B) | 305.61º | 0.46% | 0.91% | - |
| XYZ | 53.21 | 36.62 | 72.67 | - |
| YUV | 167.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 221 | 0 | 0.46 | 0.04 | 0.09 | 305.61 | 0.69 | 0.7 |
| Hex | E7 | 7C | DD | 0 | 2E | 4 | 9 | 132 | 45 | 46 |
| Octal | 347 | 174 | 335 | 0 | 56 | 4 | 11 | 462 | 105 | 106 |
| Binary | 11100111 | 1111100 | 11011101 | 0 | 101110 | 100 | 1001 | 100110010 | 1000101 | 1000110 |
Color Harmonies of #E77CDD
Complementary color
Monochromatic Colors of #E77CDD
Black with #E77CDD
Text Example
Text Example
White with #E77CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CDD; }
p { color: rgb(231,124,221); }
H1.HeaderClassName
{
color: #E77CDD;
}
.AnyTagClassName
{
color: #E77CDD;
}
</style>
background-color css
<style>
a { background-color: #E77CDD; }
a { background-color: rgb(231,124,221); }
div.DivClassName
{
background-color: #E77CDD;
}
.BgClassName
{
background-color: #E77CDD;
}
</style>
border-color css
<style>
span { border-color: #E77CDD; }
span { border-color: rgb(231,124,221); }
td.TdClassName
{
border-color: #E77CDD;
}
.TagClassName
{
border-color: #E77CDD;
}
</style>