Shades of Orchid #E77ACF
Tints of Orchid #E77ACF
RGB
CMYK
RGB Variations
Color information
#E77ACF (or 0xE77ACF) is known color: Orchid. HEX triplet: E7, 7A and CF. RGB value is (231,122,207). Sum of RGB (Red+Green+Blue) = 231+122+207=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ACF is #188530. Grayscale: #A4A4A4. Windows color (decimal): -1606961 or 13597415. OLE color: 13597415.
HSL color Cylindrical-coordinate representation of color #E77ACF: hue angle of 313.21º 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 #E77ACF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 207 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.09 |
| HSL | 313.21º | 0.69% | 0.69% | - |
| HSV(B) | 313.21º | 0.47% | 0.91% | - |
| XYZ | 51.18 | 35.41 | 63.17 | - |
| YUV | 164.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 207 | 0 | 0.47 | 0.10 | 0.09 | 313.21 | 0.69 | 0.69 |
| Hex | E7 | 7A | CF | 0 | 2F | A | 9 | 139 | 45 | 45 |
| Octal | 347 | 172 | 317 | 0 | 57 | 12 | 11 | 471 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11001111 | 0 | 101111 | 1010 | 1001 | 100111001 | 1000101 | 1000101 |
Color Harmonies of #E77ACF
Complementary color
Monochromatic Colors of #E77ACF
Black with #E77ACF
Text Example
Text Example
White with #E77ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ACF; }
p { color: rgb(231,122,207); }
H1.HeaderClassName
{
color: #E77ACF;
}
.AnyTagClassName
{
color: #E77ACF;
}
</style>
background-color css
<style>
a { background-color: #E77ACF; }
a { background-color: rgb(231,122,207); }
div.DivClassName
{
background-color: #E77ACF;
}
.BgClassName
{
background-color: #E77ACF;
}
</style>
border-color css
<style>
span { border-color: #E77ACF; }
span { border-color: rgb(231,122,207); }
td.TdClassName
{
border-color: #E77ACF;
}
.TagClassName
{
border-color: #E77ACF;
}
</style>