Shades of Orchid #E77AD3
Tints of Orchid #E77AD3
RGB
CMYK
RGB Variations
Color information
#E77AD3 (or 0xE77AD3) is known color: Orchid. HEX triplet: E7, 7A and D3. RGB value is (231,122,211). Sum of RGB (Red+Green+Blue) = 231+122+211=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AD3 is #18852C. Grayscale: #A4A4A4. Windows color (decimal): -1606957 or 13859559. OLE color: 13859559.
HSL color Cylindrical-coordinate representation of color #E77AD3: hue angle of 311.01º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AD3 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 211 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.09 |
| HSL | 311.01º | 0.69% | 0.69% | - |
| HSV(B) | 311.01º | 0.47% | 0.91% | - |
| XYZ | 51.67 | 35.61 | 65.78 | - |
| YUV | 164.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 211 | 0 | 0.47 | 0.09 | 0.09 | 311.01 | 0.69 | 0.69 |
| Hex | E7 | 7A | D3 | 0 | 2F | 9 | 9 | 137 | 45 | 45 |
| Octal | 347 | 172 | 323 | 0 | 57 | 11 | 11 | 467 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11010011 | 0 | 101111 | 1001 | 1001 | 100110111 | 1000101 | 1000101 |
Color Harmonies of #E77AD3
Complementary color
Monochromatic Colors of #E77AD3
Black with #E77AD3
Text Example
Text Example
White with #E77AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AD3; }
p { color: rgb(231,122,211); }
H1.HeaderClassName
{
color: #E77AD3;
}
.AnyTagClassName
{
color: #E77AD3;
}
</style>
background-color css
<style>
a { background-color: #E77AD3; }
a { background-color: rgb(231,122,211); }
div.DivClassName
{
background-color: #E77AD3;
}
.BgClassName
{
background-color: #E77AD3;
}
</style>
border-color css
<style>
span { border-color: #E77AD3; }
span { border-color: rgb(231,122,211); }
td.TdClassName
{
border-color: #E77AD3;
}
.TagClassName
{
border-color: #E77AD3;
}
</style>