Shades of Orchid #E77BDA
Tints of Orchid #E77BDA
RGB
CMYK
RGB Variations
Color information
#E77BDA (or 0xE77BDA) is known color: Orchid. HEX triplet: E7, 7B and DA. RGB value is (231,123,218). Sum of RGB (Red+Green+Blue) = 231+123+218=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BDA is #188425. Grayscale: #A5A5A5. Windows color (decimal): -1606694 or 14318567. OLE color: 14318567.
HSL color Cylindrical-coordinate representation of color #E77BDA: hue angle of 307.22º 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 #E77BDA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 218 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.09 |
| HSL | 307.22º | 0.69% | 0.69% | - |
| HSV(B) | 307.22º | 0.47% | 0.91% | - |
| XYZ | 52.69 | 36.22 | 70.54 | - |
| YUV | 166.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 218 | 0 | 0.47 | 0.06 | 0.09 | 307.22 | 0.69 | 0.69 |
| Hex | E7 | 7B | DA | 0 | 2F | 6 | 9 | 133 | 45 | 45 |
| Octal | 347 | 173 | 332 | 0 | 57 | 6 | 11 | 463 | 105 | 105 |
| Binary | 11100111 | 1111011 | 11011010 | 0 | 101111 | 110 | 1001 | 100110011 | 1000101 | 1000101 |
Color Harmonies of #E77BDA
Complementary color
Monochromatic Colors of #E77BDA
Black with #E77BDA
Text Example
Text Example
White with #E77BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BDA; }
p { color: rgb(231,123,218); }
H1.HeaderClassName
{
color: #E77BDA;
}
.AnyTagClassName
{
color: #E77BDA;
}
</style>
background-color css
<style>
a { background-color: #E77BDA; }
a { background-color: rgb(231,123,218); }
div.DivClassName
{
background-color: #E77BDA;
}
.BgClassName
{
background-color: #E77BDA;
}
</style>
border-color css
<style>
span { border-color: #E77BDA; }
span { border-color: rgb(231,123,218); }
td.TdClassName
{
border-color: #E77BDA;
}
.TagClassName
{
border-color: #E77BDA;
}
</style>