Shades of Orchid #E772D0
Tints of Orchid #E772D0
RGB
CMYK
RGB Variations
Color information
#E772D0 (or 0xE772D0) is known color: Orchid. HEX triplet: E7, 72 and D0. RGB value is (231,114,208). Sum of RGB (Red+Green+Blue) = 231+114+208=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E772D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772D0 is #188D2F. Grayscale: #9F9F9F. Windows color (decimal): -1609008 or 13660903. OLE color: 13660903.
HSL color Cylindrical-coordinate representation of color #E772D0: hue angle of 311.79º 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 #E772D0 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 208 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.09 |
| HSL | 311.79º | 0.71% | 0.68% | - |
| HSV(B) | 311.79º | 0.51% | 0.91% | - |
| XYZ | 50.36 | 33.58 | 63.5 | - |
| YUV | 159.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 208 | 0 | 0.51 | 0.10 | 0.09 | 311.79 | 0.71 | 0.68 |
| Hex | E7 | 72 | D0 | 0 | 33 | A | 9 | 138 | 47 | 44 |
| Octal | 347 | 162 | 320 | 0 | 63 | 12 | 11 | 470 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11010000 | 0 | 110011 | 1010 | 1001 | 100111000 | 1000111 | 1000100 |
Color Harmonies of #E772D0
Complementary color
Monochromatic Colors of #E772D0
Black with #E772D0
Text Example
Text Example
White with #E772D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772D0; }
p { color: rgb(231,114,208); }
H1.HeaderClassName
{
color: #E772D0;
}
.AnyTagClassName
{
color: #E772D0;
}
</style>
background-color css
<style>
a { background-color: #E772D0; }
a { background-color: rgb(231,114,208); }
div.DivClassName
{
background-color: #E772D0;
}
.BgClassName
{
background-color: #E772D0;
}
</style>
border-color css
<style>
span { border-color: #E772D0; }
span { border-color: rgb(231,114,208); }
td.TdClassName
{
border-color: #E772D0;
}
.TagClassName
{
border-color: #E772D0;
}
</style>