Shades of Orchid #E772D1
Tints of Orchid #E772D1
RGB
CMYK
RGB Variations
Color information
#E772D1 (or 0xE772D1) is known color: Orchid. HEX triplet: E7, 72 and D1. RGB value is (231,114,209). Sum of RGB (Red+Green+Blue) = 231+114+209=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E772D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772D1 is #188D2E. Grayscale: #9F9F9F. Windows color (decimal): -1609007 or 13726439. OLE color: 13726439.
HSL color Cylindrical-coordinate representation of color #E772D1: hue angle of 311.28º 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 #E772D1 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 209 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.09 |
| HSL | 311.28º | 0.71% | 0.68% | - |
| HSV(B) | 311.28º | 0.51% | 0.91% | - |
| XYZ | 50.48 | 33.63 | 64.15 | - |
| YUV | 159.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 209 | 0 | 0.51 | 0.10 | 0.09 | 311.28 | 0.71 | 0.68 |
| Hex | E7 | 72 | D1 | 0 | 33 | A | 9 | 137 | 47 | 44 |
| Octal | 347 | 162 | 321 | 0 | 63 | 12 | 11 | 467 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11010001 | 0 | 110011 | 1010 | 1001 | 100110111 | 1000111 | 1000100 |
Color Harmonies of #E772D1
Complementary color
Monochromatic Colors of #E772D1
Black with #E772D1
Text Example
Text Example
White with #E772D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772D1; }
p { color: rgb(231,114,209); }
H1.HeaderClassName
{
color: #E772D1;
}
.AnyTagClassName
{
color: #E772D1;
}
</style>
background-color css
<style>
a { background-color: #E772D1; }
a { background-color: rgb(231,114,209); }
div.DivClassName
{
background-color: #E772D1;
}
.BgClassName
{
background-color: #E772D1;
}
</style>
border-color css
<style>
span { border-color: #E772D1; }
span { border-color: rgb(231,114,209); }
td.TdClassName
{
border-color: #E772D1;
}
.TagClassName
{
border-color: #E772D1;
}
</style>