Shades of Orchid #E76CE5
Tints of Orchid #E76CE5
RGB
CMYK
RGB Variations
Color information
#E76CE5 (or 0xE76CE5) is known color: Orchid. HEX triplet: E7, 6C and E5. RGB value is (231,108,229). Sum of RGB (Red+Green+Blue) = 231+108+229=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CE5 is #18931A. Grayscale: #9E9E9E. Windows color (decimal): -1610523 or 15035623. OLE color: 15035623.
HSL color Cylindrical-coordinate representation of color #E76CE5: hue angle of 300.98º 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 #E76CE5 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 229 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.09 |
| HSL | 300.98º | 0.72% | 0.66% | - |
| HSV(B) | 300.98º | 0.53% | 0.91% | - |
| XYZ | 52.46 | 33.37 | 77.81 | - |
| YUV | 158.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 229 | 0 | 0.53 | 0.01 | 0.09 | 300.98 | 0.72 | 0.66 |
| Hex | E7 | 6C | E5 | 0 | 35 | 1 | 9 | 12D | 48 | 42 |
| Octal | 347 | 154 | 345 | 0 | 65 | 1 | 11 | 455 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11100101 | 0 | 110101 | 1 | 1001 | 100101101 | 1001000 | 1000010 |
Color Harmonies of #E76CE5
Complementary color
Monochromatic Colors of #E76CE5
Black with #E76CE5
Text Example
Text Example
White with #E76CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CE5; }
p { color: rgb(231,108,229); }
H1.HeaderClassName
{
color: #E76CE5;
}
.AnyTagClassName
{
color: #E76CE5;
}
</style>
background-color css
<style>
a { background-color: #E76CE5; }
a { background-color: rgb(231,108,229); }
div.DivClassName
{
background-color: #E76CE5;
}
.BgClassName
{
background-color: #E76CE5;
}
</style>
border-color css
<style>
span { border-color: #E76CE5; }
span { border-color: rgb(231,108,229); }
td.TdClassName
{
border-color: #E76CE5;
}
.TagClassName
{
border-color: #E76CE5;
}
</style>