Shades of Orchid #E77BCD
Tints of Orchid #E77BCD
RGB
CMYK
RGB Variations
Color information
#E77BCD (or 0xE77BCD) is known color: Orchid. HEX triplet: E7, 7B and CD. RGB value is (231,123,205). Sum of RGB (Red+Green+Blue) = 231+123+205=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BCD is #188432. Grayscale: #A4A4A4. Windows color (decimal): -1606707 or 13466599. OLE color: 13466599.
HSL color Cylindrical-coordinate representation of color #E77BCD: hue angle of 314.44º 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 #E77BCD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 205 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.09 |
| HSL | 314.44º | 0.69% | 0.69% | - |
| HSV(B) | 314.44º | 0.47% | 0.91% | - |
| XYZ | 51.06 | 35.56 | 61.93 | - |
| YUV | 164.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 205 | 0 | 0.47 | 0.11 | 0.09 | 314.44 | 0.69 | 0.69 |
| Hex | E7 | 7B | CD | 0 | 2F | B | 9 | 13A | 45 | 45 |
| Octal | 347 | 173 | 315 | 0 | 57 | 13 | 11 | 472 | 105 | 105 |
| Binary | 11100111 | 1111011 | 11001101 | 0 | 101111 | 1011 | 1001 | 100111010 | 1000101 | 1000101 |
Color Harmonies of #E77BCD
Complementary color
Monochromatic Colors of #E77BCD
Black with #E77BCD
Text Example
Text Example
White with #E77BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BCD; }
p { color: rgb(231,123,205); }
H1.HeaderClassName
{
color: #E77BCD;
}
.AnyTagClassName
{
color: #E77BCD;
}
</style>
background-color css
<style>
a { background-color: #E77BCD; }
a { background-color: rgb(231,123,205); }
div.DivClassName
{
background-color: #E77BCD;
}
.BgClassName
{
background-color: #E77BCD;
}
</style>
border-color css
<style>
span { border-color: #E77BCD; }
span { border-color: rgb(231,123,205); }
td.TdClassName
{
border-color: #E77BCD;
}
.TagClassName
{
border-color: #E77BCD;
}
</style>