Shades of Orchid #E76CC9
Tints of Orchid #E76CC9
RGB
CMYK
RGB Variations
Color information
#E76CC9 (or 0xE76CC9) is known color: Orchid. HEX triplet: E7, 6C and C9. RGB value is (231,108,201). Sum of RGB (Red+Green+Blue) = 231+108+201=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CC9 is #189336. Grayscale: #9B9B9B. Windows color (decimal): -1610551 or 13200615. OLE color: 13200615.
HSL color Cylindrical-coordinate representation of color #E76CC9: hue angle of 314.63º 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 #E76CC9 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 201 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.09 |
| HSL | 314.63º | 0.72% | 0.66% | - |
| HSV(B) | 314.63º | 0.53% | 0.91% | - |
| XYZ | 48.86 | 31.93 | 58.85 | - |
| YUV | 155.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 201 | 0 | 0.53 | 0.13 | 0.09 | 314.63 | 0.72 | 0.66 |
| Hex | E7 | 6C | C9 | 0 | 35 | D | 9 | 13B | 48 | 42 |
| Octal | 347 | 154 | 311 | 0 | 65 | 15 | 11 | 473 | 110 | 102 |
| Binary | 11100111 | 1101100 | 11001001 | 0 | 110101 | 1101 | 1001 | 100111011 | 1001000 | 1000010 |
Color Harmonies of #E76CC9
Complementary color
Monochromatic Colors of #E76CC9
Black with #E76CC9
Text Example
Text Example
White with #E76CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CC9; }
p { color: rgb(231,108,201); }
H1.HeaderClassName
{
color: #E76CC9;
}
.AnyTagClassName
{
color: #E76CC9;
}
</style>
background-color css
<style>
a { background-color: #E76CC9; }
a { background-color: rgb(231,108,201); }
div.DivClassName
{
background-color: #E76CC9;
}
.BgClassName
{
background-color: #E76CC9;
}
</style>
border-color css
<style>
span { border-color: #E76CC9; }
span { border-color: rgb(231,108,201); }
td.TdClassName
{
border-color: #E76CC9;
}
.TagClassName
{
border-color: #E76CC9;
}
</style>