Shades of Orchid #E76FC9
Tints of Orchid #E76FC9
RGB
CMYK
RGB Variations
Color information
#E76FC9 (or 0xE76FC9) is known color: Orchid. HEX triplet: E7, 6F and C9. RGB value is (231,111,201). Sum of RGB (Red+Green+Blue) = 231+111+201=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FC9 is #189036. Grayscale: #9C9C9C. Windows color (decimal): -1609783 or 13201383. OLE color: 13201383.
HSL color Cylindrical-coordinate representation of color #E76FC9: hue angle of 315º 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 #E76FC9 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 201 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.09 |
| HSL | 315º | 0.71% | 0.67% | - |
| HSV(B) | 315º | 0.52% | 0.91% | - |
| XYZ | 49.18 | 32.57 | 58.95 | - |
| YUV | 157.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 201 | 0 | 0.52 | 0.13 | 0.09 | 315 | 0.71 | 0.67 |
| Hex | E7 | 6F | C9 | 0 | 34 | D | 9 | 13B | 47 | 43 |
| Octal | 347 | 157 | 311 | 0 | 64 | 15 | 11 | 473 | 107 | 103 |
| Binary | 11100111 | 1101111 | 11001001 | 0 | 110100 | 1101 | 1001 | 100111011 | 1000111 | 1000011 |
Color Harmonies of #E76FC9
Complementary color
Monochromatic Colors of #E76FC9
Black with #E76FC9
Text Example
Text Example
White with #E76FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FC9; }
p { color: rgb(231,111,201); }
H1.HeaderClassName
{
color: #E76FC9;
}
.AnyTagClassName
{
color: #E76FC9;
}
</style>
background-color css
<style>
a { background-color: #E76FC9; }
a { background-color: rgb(231,111,201); }
div.DivClassName
{
background-color: #E76FC9;
}
.BgClassName
{
background-color: #E76FC9;
}
</style>
border-color css
<style>
span { border-color: #E76FC9; }
span { border-color: rgb(231,111,201); }
td.TdClassName
{
border-color: #E76FC9;
}
.TagClassName
{
border-color: #E76FC9;
}
</style>