Shades of Orchid #E76CE3
Tints of Orchid #E76CE3
RGB
CMYK
RGB Variations
Color information
#E76CE3 (or 0xE76CE3) is known color: Orchid. HEX triplet: E7, 6C and E3. RGB value is (231,108,227). Sum of RGB (Red+Green+Blue) = 231+108+227=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CE3 is #18931C. Grayscale: #9D9D9D. Windows color (decimal): -1610525 or 14904551. OLE color: 14904551.
HSL color Cylindrical-coordinate representation of color #E76CE3: hue angle of 301.95º 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 #E76CE3 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 227 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.09 |
| HSL | 301.95º | 0.72% | 0.66% | - |
| HSV(B) | 301.95º | 0.53% | 0.91% | - |
| XYZ | 52.18 | 33.26 | 76.34 | - |
| YUV | 158.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 227 | 0 | 0.53 | 0.02 | 0.09 | 301.95 | 0.72 | 0.66 |
| Hex | E7 | 6C | E3 | 0 | 35 | 2 | 9 | 12E | 48 | 42 |
| Octal | 347 | 154 | 343 | 0 | 65 | 2 | 11 | 456 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11100011 | 0 | 110101 | 10 | 1001 | 100101110 | 1001000 | 1000010 |
Color Harmonies of #E76CE3
Complementary color
Monochromatic Colors of #E76CE3
Black with #E76CE3
Text Example
Text Example
White with #E76CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CE3; }
p { color: rgb(231,108,227); }
H1.HeaderClassName
{
color: #E76CE3;
}
.AnyTagClassName
{
color: #E76CE3;
}
</style>
background-color css
<style>
a { background-color: #E76CE3; }
a { background-color: rgb(231,108,227); }
div.DivClassName
{
background-color: #E76CE3;
}
.BgClassName
{
background-color: #E76CE3;
}
</style>
border-color css
<style>
span { border-color: #E76CE3; }
span { border-color: rgb(231,108,227); }
td.TdClassName
{
border-color: #E76CE3;
}
.TagClassName
{
border-color: #E76CE3;
}
</style>