Shades of Orchid #E77ACC
Tints of Orchid #E77ACC
RGB
CMYK
RGB Variations
Color information
#E77ACC (or 0xE77ACC) is known color: Orchid. HEX triplet: E7, 7A and CC. RGB value is (231,122,204). Sum of RGB (Red+Green+Blue) = 231+122+204=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ACC is #188533. Grayscale: #A3A3A3. Windows color (decimal): -1606964 or 13400807. OLE color: 13400807.
HSL color Cylindrical-coordinate representation of color #E77ACC: hue angle of 314.86º 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 #E77ACC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 204 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.09 |
| HSL | 314.86º | 0.69% | 0.69% | - |
| HSV(B) | 314.86º | 0.47% | 0.91% | - |
| XYZ | 50.81 | 35.27 | 61.26 | - |
| YUV | 163.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 204 | 0 | 0.47 | 0.12 | 0.09 | 314.86 | 0.69 | 0.69 |
| Hex | E7 | 7A | CC | 0 | 2F | C | 9 | 13B | 45 | 45 |
| Octal | 347 | 172 | 314 | 0 | 57 | 14 | 11 | 473 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11001100 | 0 | 101111 | 1100 | 1001 | 100111011 | 1000101 | 1000101 |
Color Harmonies of #E77ACC
Complementary color
Monochromatic Colors of #E77ACC
Black with #E77ACC
Text Example
Text Example
White with #E77ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ACC; }
p { color: rgb(231,122,204); }
H1.HeaderClassName
{
color: #E77ACC;
}
.AnyTagClassName
{
color: #E77ACC;
}
</style>
background-color css
<style>
a { background-color: #E77ACC; }
a { background-color: rgb(231,122,204); }
div.DivClassName
{
background-color: #E77ACC;
}
.BgClassName
{
background-color: #E77ACC;
}
</style>
border-color css
<style>
span { border-color: #E77ACC; }
span { border-color: rgb(231,122,204); }
td.TdClassName
{
border-color: #E77ACC;
}
.TagClassName
{
border-color: #E77ACC;
}
</style>