Shades of Orchid #E76CE1
Tints of Orchid #E76CE1
RGB
CMYK
RGB Variations
Color information
#E76CE1 (or 0xE76CE1) is known color: Orchid. HEX triplet: E7, 6C and E1. RGB value is (231,108,225). Sum of RGB (Red+Green+Blue) = 231+108+225=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CE1 is #18931E. Grayscale: #9D9D9D. Windows color (decimal): -1610527 or 14773479. OLE color: 14773479.
HSL color Cylindrical-coordinate representation of color #E76CE1: hue angle of 302.93º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CE1 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 225 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.09 |
| HSL | 302.93º | 0.72% | 0.66% | - |
| HSV(B) | 302.93º | 0.53% | 0.91% | - |
| XYZ | 51.91 | 33.15 | 74.9 | - |
| YUV | 158.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 225 | 0 | 0.53 | 0.03 | 0.09 | 302.93 | 0.72 | 0.66 |
| Hex | E7 | 6C | E1 | 0 | 35 | 3 | 9 | 12F | 48 | 42 |
| Octal | 347 | 154 | 341 | 0 | 65 | 3 | 11 | 457 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11100001 | 0 | 110101 | 11 | 1001 | 100101111 | 1001000 | 1000010 |
Color Harmonies of #E76CE1
Complementary color
Monochromatic Colors of #E76CE1
Black with #E76CE1
Text Example
Text Example
White with #E76CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CE1; }
p { color: rgb(231,108,225); }
H1.HeaderClassName
{
color: #E76CE1;
}
.AnyTagClassName
{
color: #E76CE1;
}
</style>
background-color css
<style>
a { background-color: #E76CE1; }
a { background-color: rgb(231,108,225); }
div.DivClassName
{
background-color: #E76CE1;
}
.BgClassName
{
background-color: #E76CE1;
}
</style>
border-color css
<style>
span { border-color: #E76CE1; }
span { border-color: rgb(231,108,225); }
td.TdClassName
{
border-color: #E76CE1;
}
.TagClassName
{
border-color: #E76CE1;
}
</style>