Shades of Orchid #E77BDC
Tints of Orchid #E77BDC
RGB
CMYK
RGB Variations
Color information
#E77BDC (or 0xE77BDC) is known color: Orchid. HEX triplet: E7, 7B and DC. RGB value is (231,123,220). Sum of RGB (Red+Green+Blue) = 231+123+220=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BDC is #188423. Grayscale: #A6A6A6. Windows color (decimal): -1606692 or 14449639. OLE color: 14449639.
HSL color Cylindrical-coordinate representation of color #E77BDC: hue angle of 306.11º 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 #E77BDC is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 220 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.09 |
| HSL | 306.11º | 0.69% | 0.69% | - |
| HSV(B) | 306.11º | 0.47% | 0.91% | - |
| XYZ | 52.96 | 36.32 | 71.93 | - |
| YUV | 166.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 220 | 0 | 0.47 | 0.05 | 0.09 | 306.11 | 0.69 | 0.69 |
| Hex | E7 | 7B | DC | 0 | 2F | 5 | 9 | 132 | 45 | 45 |
| Octal | 347 | 173 | 334 | 0 | 57 | 5 | 11 | 462 | 105 | 105 |
| Binary | 11100111 | 1111011 | 11011100 | 0 | 101111 | 101 | 1001 | 100110010 | 1000101 | 1000101 |
Color Harmonies of #E77BDC
Complementary color
Monochromatic Colors of #E77BDC
Black with #E77BDC
Text Example
Text Example
White with #E77BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BDC; }
p { color: rgb(231,123,220); }
H1.HeaderClassName
{
color: #E77BDC;
}
.AnyTagClassName
{
color: #E77BDC;
}
</style>
background-color css
<style>
a { background-color: #E77BDC; }
a { background-color: rgb(231,123,220); }
div.DivClassName
{
background-color: #E77BDC;
}
.BgClassName
{
background-color: #E77BDC;
}
</style>
border-color css
<style>
span { border-color: #E77BDC; }
span { border-color: rgb(231,123,220); }
td.TdClassName
{
border-color: #E77BDC;
}
.TagClassName
{
border-color: #E77BDC;
}
</style>