Shades of Orchid #E76BC9
Tints of Orchid #E76BC9
RGB
CMYK
RGB Variations
Color information
#E76BC9 (or 0xE76BC9) is known color: Orchid. HEX triplet: E7, 6B and C9. RGB value is (231,107,201). Sum of RGB (Red+Green+Blue) = 231+107+201=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BC9 is #189436. Grayscale: #9A9A9A. Windows color (decimal): -1610807 or 13200359. OLE color: 13200359.
HSL color Cylindrical-coordinate representation of color #E76BC9: hue angle of 314.52º 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 #E76BC9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 201 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.09 |
| HSL | 314.52º | 0.72% | 0.66% | - |
| HSV(B) | 314.52º | 0.54% | 0.91% | - |
| XYZ | 48.76 | 31.72 | 58.81 | - |
| YUV | 154.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 201 | 0 | 0.54 | 0.13 | 0.09 | 314.52 | 0.72 | 0.66 |
| Hex | E7 | 6B | C9 | 0 | 36 | D | 9 | 13B | 48 | 42 |
| Octal | 347 | 153 | 311 | 0 | 66 | 15 | 11 | 473 | 110 | 102 |
| Binary | 11100111 | 1101011 | 11001001 | 0 | 110110 | 1101 | 1001 | 100111011 | 1001000 | 1000010 |
Color Harmonies of #E76BC9
Complementary color
Monochromatic Colors of #E76BC9
Black with #E76BC9
Text Example
Text Example
White with #E76BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BC9; }
p { color: rgb(231,107,201); }
H1.HeaderClassName
{
color: #E76BC9;
}
.AnyTagClassName
{
color: #E76BC9;
}
</style>
background-color css
<style>
a { background-color: #E76BC9; }
a { background-color: rgb(231,107,201); }
div.DivClassName
{
background-color: #E76BC9;
}
.BgClassName
{
background-color: #E76BC9;
}
</style>
border-color css
<style>
span { border-color: #E76BC9; }
span { border-color: rgb(231,107,201); }
td.TdClassName
{
border-color: #E76BC9;
}
.TagClassName
{
border-color: #E76BC9;
}
</style>