Shades of Orchid #E76FCA
Tints of Orchid #E76FCA
RGB
CMYK
RGB Variations
Color information
#E76FCA (or 0xE76FCA) is known color: Orchid. HEX triplet: E7, 6F and CA. RGB value is (231,111,202). Sum of RGB (Red+Green+Blue) = 231+111+202=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FCA is #189035. Grayscale: #9D9D9D. Windows color (decimal): -1609782 or 13266919. OLE color: 13266919.
HSL color Cylindrical-coordinate representation of color #E76FCA: hue angle of 314.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FCA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 202 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.09 |
| HSL | 314.5º | 0.71% | 0.67% | - |
| HSV(B) | 314.5º | 0.52% | 0.91% | - |
| XYZ | 49.3 | 32.62 | 59.58 | - |
| YUV | 157.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 202 | 0 | 0.52 | 0.13 | 0.09 | 314.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | CA | 0 | 34 | D | 9 | 13A | 47 | 43 |
| Octal | 347 | 157 | 312 | 0 | 64 | 15 | 11 | 472 | 107 | 103 |
| Binary | 11100111 | 1101111 | 11001010 | 0 | 110100 | 1101 | 1001 | 100111010 | 1000111 | 1000011 |
Color Harmonies of #E76FCA
Complementary color
Monochromatic Colors of #E76FCA
Black with #E76FCA
Text Example
Text Example
White with #E76FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FCA; }
p { color: rgb(231,111,202); }
H1.HeaderClassName
{
color: #E76FCA;
}
.AnyTagClassName
{
color: #E76FCA;
}
</style>
background-color css
<style>
a { background-color: #E76FCA; }
a { background-color: rgb(231,111,202); }
div.DivClassName
{
background-color: #E76FCA;
}
.BgClassName
{
background-color: #E76FCA;
}
</style>
border-color css
<style>
span { border-color: #E76FCA; }
span { border-color: rgb(231,111,202); }
td.TdClassName
{
border-color: #E76FCA;
}
.TagClassName
{
border-color: #E76FCA;
}
</style>