Shades of Orchid #E77AD6
Tints of Orchid #E77AD6
RGB
CMYK
RGB Variations
Color information
#E77AD6 (or 0xE77AD6) is known color: Orchid. HEX triplet: E7, 7A and D6. RGB value is (231,122,214). Sum of RGB (Red+Green+Blue) = 231+122+214=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AD6 is #188529. Grayscale: #A4A4A4. Windows color (decimal): -1606954 or 14056167. OLE color: 14056167.
HSL color Cylindrical-coordinate representation of color #E77AD6: hue angle of 309.36º 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 #E77AD6 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 214 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.09 |
| HSL | 309.36º | 0.69% | 0.69% | - |
| HSV(B) | 309.36º | 0.47% | 0.91% | - |
| XYZ | 52.05 | 35.76 | 67.78 | - |
| YUV | 165.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 214 | 0 | 0.47 | 0.07 | 0.09 | 309.36 | 0.69 | 0.69 |
| Hex | E7 | 7A | D6 | 0 | 2F | 7 | 9 | 135 | 45 | 45 |
| Octal | 347 | 172 | 326 | 0 | 57 | 7 | 11 | 465 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11010110 | 0 | 101111 | 111 | 1001 | 100110101 | 1000101 | 1000101 |
Color Harmonies of #E77AD6
Complementary color
Monochromatic Colors of #E77AD6
Black with #E77AD6
Text Example
Text Example
White with #E77AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77AD6; }
p { color: rgb(231,122,214); }
H1.HeaderClassName
{
color: #E77AD6;
}
.AnyTagClassName
{
color: #E77AD6;
}
</style>
background-color css
<style>
a { background-color: #E77AD6; }
a { background-color: rgb(231,122,214); }
div.DivClassName
{
background-color: #E77AD6;
}
.BgClassName
{
background-color: #E77AD6;
}
</style>
border-color css
<style>
span { border-color: #E77AD6; }
span { border-color: rgb(231,122,214); }
td.TdClassName
{
border-color: #E77AD6;
}
.TagClassName
{
border-color: #E77AD6;
}
</style>