Shades of Orchid #E772C9
Tints of Orchid #E772C9
RGB
CMYK
RGB Variations
Color information
#E772C9 (or 0xE772C9) is known color: Orchid. HEX triplet: E7, 72 and C9. RGB value is (231,114,201). Sum of RGB (Red+Green+Blue) = 231+114+201=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E772C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772C9 is #188D36. Grayscale: #9E9E9E. Windows color (decimal): -1609015 or 13202151. OLE color: 13202151.
HSL color Cylindrical-coordinate representation of color #E772C9: hue angle of 315.38º 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 #E772C9 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 201 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.09 |
| HSL | 315.38º | 0.71% | 0.68% | - |
| HSV(B) | 315.38º | 0.51% | 0.91% | - |
| XYZ | 49.51 | 33.24 | 59.06 | - |
| YUV | 158.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 201 | 0 | 0.51 | 0.13 | 0.09 | 315.38 | 0.71 | 0.68 |
| Hex | E7 | 72 | C9 | 0 | 33 | D | 9 | 13B | 47 | 44 |
| Octal | 347 | 162 | 311 | 0 | 63 | 15 | 11 | 473 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11001001 | 0 | 110011 | 1101 | 1001 | 100111011 | 1000111 | 1000100 |
Color Harmonies of #E772C9
Complementary color
Monochromatic Colors of #E772C9
Black with #E772C9
Text Example
Text Example
White with #E772C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772C9; }
p { color: rgb(231,114,201); }
H1.HeaderClassName
{
color: #E772C9;
}
.AnyTagClassName
{
color: #E772C9;
}
</style>
background-color css
<style>
a { background-color: #E772C9; }
a { background-color: rgb(231,114,201); }
div.DivClassName
{
background-color: #E772C9;
}
.BgClassName
{
background-color: #E772C9;
}
</style>
border-color css
<style>
span { border-color: #E772C9; }
span { border-color: rgb(231,114,201); }
td.TdClassName
{
border-color: #E772C9;
}
.TagClassName
{
border-color: #E772C9;
}
</style>