Shades of Orchid #E76BDA
Tints of Orchid #E76BDA
RGB
CMYK
RGB Variations
Color information
#E76BDA (or 0xE76BDA) is known color: Orchid. HEX triplet: E7, 6B and DA. RGB value is (231,107,218). Sum of RGB (Red+Green+Blue) = 231+107+218=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BDA is #189425. Grayscale: #9C9C9C. Windows color (decimal): -1610790 or 14314471. OLE color: 14314471.
HSL color Cylindrical-coordinate representation of color #E76BDA: hue angle of 306.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BDA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 218 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.09 |
| HSL | 306.29º | 0.72% | 0.66% | - |
| HSV(B) | 306.29º | 0.54% | 0.91% | - |
| XYZ | 50.87 | 32.57 | 69.93 | - |
| YUV | 156.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 218 | 0 | 0.54 | 0.06 | 0.09 | 306.29 | 0.72 | 0.66 |
| Hex | E7 | 6B | DA | 0 | 36 | 6 | 9 | 132 | 48 | 42 |
| Octal | 347 | 153 | 332 | 0 | 66 | 6 | 11 | 462 | 110 | 102 |
| Binary | 11100111 | 1101011 | 11011010 | 0 | 110110 | 110 | 1001 | 100110010 | 1001000 | 1000010 |
Color Harmonies of #E76BDA
Complementary color
Monochromatic Colors of #E76BDA
Black with #E76BDA
Text Example
Text Example
White with #E76BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BDA; }
p { color: rgb(231,107,218); }
H1.HeaderClassName
{
color: #E76BDA;
}
.AnyTagClassName
{
color: #E76BDA;
}
</style>
background-color css
<style>
a { background-color: #E76BDA; }
a { background-color: rgb(231,107,218); }
div.DivClassName
{
background-color: #E76BDA;
}
.BgClassName
{
background-color: #E76BDA;
}
</style>
border-color css
<style>
span { border-color: #E76BDA; }
span { border-color: rgb(231,107,218); }
td.TdClassName
{
border-color: #E76BDA;
}
.TagClassName
{
border-color: #E76BDA;
}
</style>