Shades of Orchid #E76CCA
Tints of Orchid #E76CCA
RGB
CMYK
RGB Variations
Color information
#E76CCA (or 0xE76CCA) is known color: Orchid. HEX triplet: E7, 6C and CA. RGB value is (231,108,202). Sum of RGB (Red+Green+Blue) = 231+108+202=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CCA is #189335. Grayscale: #9B9B9B. Windows color (decimal): -1610550 or 13266151. OLE color: 13266151.
HSL color Cylindrical-coordinate representation of color #E76CCA: hue angle of 314.15º 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 #E76CCA is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 202 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.09 |
| HSL | 314.15º | 0.72% | 0.66% | - |
| HSV(B) | 314.15º | 0.53% | 0.91% | - |
| XYZ | 48.98 | 31.98 | 59.47 | - |
| YUV | 155.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 202 | 0 | 0.53 | 0.13 | 0.09 | 314.15 | 0.72 | 0.66 |
| Hex | E7 | 6C | CA | 0 | 35 | D | 9 | 13A | 48 | 42 |
| Octal | 347 | 154 | 312 | 0 | 65 | 15 | 11 | 472 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11001010 | 0 | 110101 | 1101 | 1001 | 100111010 | 1001000 | 1000010 |
Color Harmonies of #E76CCA
Complementary color
Monochromatic Colors of #E76CCA
Black with #E76CCA
Text Example
Text Example
White with #E76CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CCA; }
p { color: rgb(231,108,202); }
H1.HeaderClassName
{
color: #E76CCA;
}
.AnyTagClassName
{
color: #E76CCA;
}
</style>
background-color css
<style>
a { background-color: #E76CCA; }
a { background-color: rgb(231,108,202); }
div.DivClassName
{
background-color: #E76CCA;
}
.BgClassName
{
background-color: #E76CCA;
}
</style>
border-color css
<style>
span { border-color: #E76CCA; }
span { border-color: rgb(231,108,202); }
td.TdClassName
{
border-color: #E76CCA;
}
.TagClassName
{
border-color: #E76CCA;
}
</style>