Shades of Orchid #E76FCD
Tints of Orchid #E76FCD
RGB
CMYK
RGB Variations
Color information
#E76FCD (or 0xE76FCD) is known color: Orchid. HEX triplet: E7, 6F and CD. RGB value is (231,111,205). Sum of RGB (Red+Green+Blue) = 231+111+205=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FCD is #189032. Grayscale: #9D9D9D. Windows color (decimal): -1609779 or 13463527. OLE color: 13463527.
HSL color Cylindrical-coordinate representation of color #E76FCD: hue angle of 313º 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 #E76FCD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 205 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.09 |
| HSL | 313º | 0.71% | 0.67% | - |
| HSV(B) | 313º | 0.52% | 0.91% | - |
| XYZ | 49.66 | 32.77 | 61.46 | - |
| YUV | 157.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 205 | 0 | 0.52 | 0.11 | 0.09 | 313 | 0.71 | 0.67 |
| Hex | E7 | 6F | CD | 0 | 34 | B | 9 | 139 | 47 | 43 |
| Octal | 347 | 157 | 315 | 0 | 64 | 13 | 11 | 471 | 107 | 103 |
| Binary | 11100111 | 1101111 | 11001101 | 0 | 110100 | 1011 | 1001 | 100111001 | 1000111 | 1000011 |
Color Harmonies of #E76FCD
Complementary color
Monochromatic Colors of #E76FCD
Black with #E76FCD
Text Example
Text Example
White with #E76FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FCD; }
p { color: rgb(231,111,205); }
H1.HeaderClassName
{
color: #E76FCD;
}
.AnyTagClassName
{
color: #E76FCD;
}
</style>
background-color css
<style>
a { background-color: #E76FCD; }
a { background-color: rgb(231,111,205); }
div.DivClassName
{
background-color: #E76FCD;
}
.BgClassName
{
background-color: #E76FCD;
}
</style>
border-color css
<style>
span { border-color: #E76FCD; }
span { border-color: rgb(231,111,205); }
td.TdClassName
{
border-color: #E76FCD;
}
.TagClassName
{
border-color: #E76FCD;
}
</style>