Shades of Orchid #E76BE8
Tints of Orchid #E76BE8
RGB
CMYK
RGB Variations
Color information
#E76BE8 (or 0xE76BE8) is known color: Orchid. HEX triplet: E7, 6B and E8. RGB value is (231,107,232). Sum of RGB (Red+Green+Blue) = 231+107+232=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #E76BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BE8 is #189417. Grayscale: #9D9D9D. Windows color (decimal): -1610776 or 15231975. OLE color: 15231975.
HSL color Cylindrical-coordinate representation of color #E76BE8: hue angle of 299.52º degrees, saturation: 0.73, 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 #E76BE8 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 232 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.09 |
| HSL | 299.52º | 0.73% | 0.66% | - |
| HSV(B) | 299.52º | 0.54% | 0.91% | - |
| XYZ | 52.78 | 33.33 | 80 | - |
| YUV | 158.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 232 | 0.00 | 0.54 | 0 | 0.09 | 299.52 | 0.73 | 0.66 |
| Hex | E7 | 6B | E8 | 0 | 36 | 0 | 9 | 12C | 49 | 42 |
| Octal | 347 | 153 | 350 | 0 | 66 | 0 | 11 | 454 | 111 | 102 |
| Binary | 11100111 | 1101011 | 11101000 | 0 | 110110 | 0 | 1001 | 100101100 | 1001001 | 1000010 |
Color Harmonies of #E76BE8
Complementary color
Monochromatic Colors of #E76BE8
Black with #E76BE8
Text Example
Text Example
White with #E76BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BE8; }
p { color: rgb(231,107,232); }
H1.HeaderClassName
{
color: #E76BE8;
}
.AnyTagClassName
{
color: #E76BE8;
}
</style>
background-color css
<style>
a { background-color: #E76BE8; }
a { background-color: rgb(231,107,232); }
div.DivClassName
{
background-color: #E76BE8;
}
.BgClassName
{
background-color: #E76BE8;
}
</style>
border-color css
<style>
span { border-color: #E76BE8; }
span { border-color: rgb(231,107,232); }
td.TdClassName
{
border-color: #E76BE8;
}
.TagClassName
{
border-color: #E76BE8;
}
</style>