Shades of Orchid #E771CC
Tints of Orchid #E771CC
RGB
CMYK
RGB Variations
Color information
#E771CC (or 0xE771CC) is known color: Orchid. HEX triplet: E7, 71 and CC. RGB value is (231,113,204). Sum of RGB (Red+Green+Blue) = 231+113+204=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E771CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771CC is #188E33. Grayscale: #9E9E9E. Windows color (decimal): -1609268 or 13398503. OLE color: 13398503.
HSL color Cylindrical-coordinate representation of color #E771CC: hue angle of 313.73º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771CC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 204 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.09 |
| HSL | 313.73º | 0.71% | 0.67% | - |
| HSV(B) | 313.73º | 0.51% | 0.91% | - |
| XYZ | 49.76 | 33.16 | 60.9 | - |
| YUV | 158.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 204 | 0 | 0.51 | 0.12 | 0.09 | 313.73 | 0.71 | 0.67 |
| Hex | E7 | 71 | CC | 0 | 33 | C | 9 | 13A | 47 | 43 |
| Octal | 347 | 161 | 314 | 0 | 63 | 14 | 11 | 472 | 107 | 103 |
| Binary | 11100111 | 1110001 | 11001100 | 0 | 110011 | 1100 | 1001 | 100111010 | 1000111 | 1000011 |
Color Harmonies of #E771CC
Complementary color
Monochromatic Colors of #E771CC
Black with #E771CC
Text Example
Text Example
White with #E771CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771CC; }
p { color: rgb(231,113,204); }
H1.HeaderClassName
{
color: #E771CC;
}
.AnyTagClassName
{
color: #E771CC;
}
</style>
background-color css
<style>
a { background-color: #E771CC; }
a { background-color: rgb(231,113,204); }
div.DivClassName
{
background-color: #E771CC;
}
.BgClassName
{
background-color: #E771CC;
}
</style>
border-color css
<style>
span { border-color: #E771CC; }
span { border-color: rgb(231,113,204); }
td.TdClassName
{
border-color: #E771CC;
}
.TagClassName
{
border-color: #E771CC;
}
</style>