Shades of Orchid #E77ADC
Tints of Orchid #E77ADC
RGB
CMYK
RGB Variations
Color information
#E77ADC (or 0xE77ADC) is known color: Orchid. HEX triplet: E7, 7A and DC. RGB value is (231,122,220). Sum of RGB (Red+Green+Blue) = 231+122+220=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ADC is #188523. Grayscale: #A5A5A5. Windows color (decimal): -1606948 or 14449383. OLE color: 14449383.
HSL color Cylindrical-coordinate representation of color #E77ADC: hue angle of 306.06º 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 #E77ADC is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 220 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.09 |
| HSL | 306.06º | 0.69% | 0.69% | - |
| HSV(B) | 306.06º | 0.47% | 0.91% | - |
| XYZ | 52.83 | 36.08 | 71.89 | - |
| YUV | 165.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 220 | 0 | 0.47 | 0.05 | 0.09 | 306.06 | 0.69 | 0.69 |
| Hex | E7 | 7A | DC | 0 | 2F | 5 | 9 | 132 | 45 | 45 |
| Octal | 347 | 172 | 334 | 0 | 57 | 5 | 11 | 462 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11011100 | 0 | 101111 | 101 | 1001 | 100110010 | 1000101 | 1000101 |
Color Harmonies of #E77ADC
Complementary color
Monochromatic Colors of #E77ADC
Black with #E77ADC
Text Example
Text Example
White with #E77ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ADC; }
p { color: rgb(231,122,220); }
H1.HeaderClassName
{
color: #E77ADC;
}
.AnyTagClassName
{
color: #E77ADC;
}
</style>
background-color css
<style>
a { background-color: #E77ADC; }
a { background-color: rgb(231,122,220); }
div.DivClassName
{
background-color: #E77ADC;
}
.BgClassName
{
background-color: #E77ADC;
}
</style>
border-color css
<style>
span { border-color: #E77ADC; }
span { border-color: rgb(231,122,220); }
td.TdClassName
{
border-color: #E77ADC;
}
.TagClassName
{
border-color: #E77ADC;
}
</style>