Shades of Orchid #E772CE
Tints of Orchid #E772CE
RGB
CMYK
RGB Variations
Color information
#E772CE (or 0xE772CE) is known color: Orchid. HEX triplet: E7, 72 and CE. RGB value is (231,114,206). Sum of RGB (Red+Green+Blue) = 231+114+206=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E772CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772CE is #188D31. Grayscale: #9F9F9F. Windows color (decimal): -1609010 or 13529831. OLE color: 13529831.
HSL color Cylindrical-coordinate representation of color #E772CE: hue angle of 312.82º 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 #E772CE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 206 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.09 |
| HSL | 312.82º | 0.71% | 0.68% | - |
| HSV(B) | 312.82º | 0.51% | 0.91% | - |
| XYZ | 50.11 | 33.48 | 62.21 | - |
| YUV | 159.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 206 | 0 | 0.51 | 0.11 | 0.09 | 312.82 | 0.71 | 0.68 |
| Hex | E7 | 72 | CE | 0 | 33 | B | 9 | 139 | 47 | 44 |
| Octal | 347 | 162 | 316 | 0 | 63 | 13 | 11 | 471 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11001110 | 0 | 110011 | 1011 | 1001 | 100111001 | 1000111 | 1000100 |
Color Harmonies of #E772CE
Complementary color
Monochromatic Colors of #E772CE
Black with #E772CE
Text Example
Text Example
White with #E772CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772CE; }
p { color: rgb(231,114,206); }
H1.HeaderClassName
{
color: #E772CE;
}
.AnyTagClassName
{
color: #E772CE;
}
</style>
background-color css
<style>
a { background-color: #E772CE; }
a { background-color: rgb(231,114,206); }
div.DivClassName
{
background-color: #E772CE;
}
.BgClassName
{
background-color: #E772CE;
}
</style>
border-color css
<style>
span { border-color: #E772CE; }
span { border-color: rgb(231,114,206); }
td.TdClassName
{
border-color: #E772CE;
}
.TagClassName
{
border-color: #E772CE;
}
</style>