Shades of Orchid #E76FCC
Tints of Orchid #E76FCC
RGB
CMYK
RGB Variations
Color information
#E76FCC (or 0xE76FCC) is known color: Orchid. HEX triplet: E7, 6F and CC. RGB value is (231,111,204). Sum of RGB (Red+Green+Blue) = 231+111+204=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FCC is #189033. Grayscale: #9D9D9D. Windows color (decimal): -1609780 or 13397991. OLE color: 13397991.
HSL color Cylindrical-coordinate representation of color #E76FCC: hue angle of 313.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 #E76FCC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 204 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.09 |
| HSL | 313.5º | 0.71% | 0.67% | - |
| HSV(B) | 313.5º | 0.52% | 0.91% | - |
| XYZ | 49.54 | 32.72 | 60.83 | - |
| YUV | 157.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 204 | 0 | 0.52 | 0.12 | 0.09 | 313.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | CC | 0 | 34 | C | 9 | 13A | 47 | 43 |
| Octal | 347 | 157 | 314 | 0 | 64 | 14 | 11 | 472 | 107 | 103 |
| Binary | 11100111 | 1101111 | 11001100 | 0 | 110100 | 1100 | 1001 | 100111010 | 1000111 | 1000011 |
Color Harmonies of #E76FCC
Complementary color
Monochromatic Colors of #E76FCC
Black with #E76FCC
Text Example
Text Example
White with #E76FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FCC; }
p { color: rgb(231,111,204); }
H1.HeaderClassName
{
color: #E76FCC;
}
.AnyTagClassName
{
color: #E76FCC;
}
</style>
background-color css
<style>
a { background-color: #E76FCC; }
a { background-color: rgb(231,111,204); }
div.DivClassName
{
background-color: #E76FCC;
}
.BgClassName
{
background-color: #E76FCC;
}
</style>
border-color css
<style>
span { border-color: #E76FCC; }
span { border-color: rgb(231,111,204); }
td.TdClassName
{
border-color: #E76FCC;
}
.TagClassName
{
border-color: #E76FCC;
}
</style>