Shades of Orchid #E76BE5
Tints of Orchid #E76BE5
RGB
CMYK
RGB Variations
Color information
#E76BE5 (or 0xE76BE5) is known color: Orchid. HEX triplet: E7, 6B and E5. RGB value is (231,107,229). Sum of RGB (Red+Green+Blue) = 231+107+229=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BE5 is #18941A. Grayscale: #9D9D9D. Windows color (decimal): -1610779 or 15035367. OLE color: 15035367.
HSL color Cylindrical-coordinate representation of color #E76BE5: hue angle of 300.97º 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 #E76BE5 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 229 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.09 |
| HSL | 300.97º | 0.72% | 0.66% | - |
| HSV(B) | 300.97º | 0.54% | 0.91% | - |
| XYZ | 52.36 | 33.16 | 77.77 | - |
| YUV | 157.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 229 | 0 | 0.54 | 0.01 | 0.09 | 300.97 | 0.72 | 0.66 |
| Hex | E7 | 6B | E5 | 0 | 36 | 1 | 9 | 12D | 48 | 42 |
| Octal | 347 | 153 | 345 | 0 | 66 | 1 | 11 | 455 | 110 | 102 |
| Binary | 11100111 | 1101011 | 11100101 | 0 | 110110 | 1 | 1001 | 100101101 | 1001000 | 1000010 |
Color Harmonies of #E76BE5
Complementary color
Monochromatic Colors of #E76BE5
Black with #E76BE5
Text Example
Text Example
White with #E76BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BE5; }
p { color: rgb(231,107,229); }
H1.HeaderClassName
{
color: #E76BE5;
}
.AnyTagClassName
{
color: #E76BE5;
}
</style>
background-color css
<style>
a { background-color: #E76BE5; }
a { background-color: rgb(231,107,229); }
div.DivClassName
{
background-color: #E76BE5;
}
.BgClassName
{
background-color: #E76BE5;
}
</style>
border-color css
<style>
span { border-color: #E76BE5; }
span { border-color: rgb(231,107,229); }
td.TdClassName
{
border-color: #E76BE5;
}
.TagClassName
{
border-color: #E76BE5;
}
</style>