Shades of Orchid #E772CC
Tints of Orchid #E772CC
RGB
CMYK
RGB Variations
Color information
#E772CC (or 0xE772CC) is known color: Orchid. HEX triplet: E7, 72 and CC. RGB value is (231,114,204). Sum of RGB (Red+Green+Blue) = 231+114+204=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E772CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772CC is #188D33. Grayscale: #9F9F9F. Windows color (decimal): -1609012 or 13398759. OLE color: 13398759.
HSL color Cylindrical-coordinate representation of color #E772CC: hue angle of 313.85º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772CC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 204 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.09 |
| HSL | 313.85º | 0.71% | 0.68% | - |
| HSV(B) | 313.85º | 0.51% | 0.91% | - |
| XYZ | 49.87 | 33.38 | 60.94 | - |
| YUV | 159.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 204 | 0 | 0.51 | 0.12 | 0.09 | 313.85 | 0.71 | 0.68 |
| Hex | E7 | 72 | CC | 0 | 33 | C | 9 | 13A | 47 | 44 |
| Octal | 347 | 162 | 314 | 0 | 63 | 14 | 11 | 472 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11001100 | 0 | 110011 | 1100 | 1001 | 100111010 | 1000111 | 1000100 |
Color Harmonies of #E772CC
Complementary color
Monochromatic Colors of #E772CC
Black with #E772CC
Text Example
Text Example
White with #E772CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772CC; }
p { color: rgb(231,114,204); }
H1.HeaderClassName
{
color: #E772CC;
}
.AnyTagClassName
{
color: #E772CC;
}
</style>
background-color css
<style>
a { background-color: #E772CC; }
a { background-color: rgb(231,114,204); }
div.DivClassName
{
background-color: #E772CC;
}
.BgClassName
{
background-color: #E772CC;
}
</style>
border-color css
<style>
span { border-color: #E772CC; }
span { border-color: rgb(231,114,204); }
td.TdClassName
{
border-color: #E772CC;
}
.TagClassName
{
border-color: #E772CC;
}
</style>