Shades of Orchid #E77ADF
Tints of Orchid #E77ADF
RGB
CMYK
RGB Variations
Color information
#E77ADF (or 0xE77ADF) is known color: Orchid. HEX triplet: E7, 7A and DF. RGB value is (231,122,223). Sum of RGB (Red+Green+Blue) = 231+122+223=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ADF is #188520. Grayscale: #A5A5A5. Windows color (decimal): -1606945 or 14645991. OLE color: 14645991.
HSL color Cylindrical-coordinate representation of color #E77ADF: hue angle of 304.4º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77ADF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 223 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.09 |
| HSL | 304.4º | 0.69% | 0.69% | - |
| HSV(B) | 304.4º | 0.47% | 0.91% | - |
| XYZ | 53.23 | 36.24 | 74 | - |
| YUV | 166.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 223 | 0 | 0.47 | 0.03 | 0.09 | 304.4 | 0.69 | 0.69 |
| Hex | E7 | 7A | DF | 0 | 2F | 3 | 9 | 130 | 45 | 45 |
| Octal | 347 | 172 | 337 | 0 | 57 | 3 | 11 | 460 | 105 | 105 |
| Binary | 11100111 | 1111010 | 11011111 | 0 | 101111 | 11 | 1001 | 100110000 | 1000101 | 1000101 |
Color Harmonies of #E77ADF
Complementary color
Monochromatic Colors of #E77ADF
Black with #E77ADF
Text Example
Text Example
White with #E77ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ADF; }
p { color: rgb(231,122,223); }
H1.HeaderClassName
{
color: #E77ADF;
}
.AnyTagClassName
{
color: #E77ADF;
}
</style>
background-color css
<style>
a { background-color: #E77ADF; }
a { background-color: rgb(231,122,223); }
div.DivClassName
{
background-color: #E77ADF;
}
.BgClassName
{
background-color: #E77ADF;
}
</style>
border-color css
<style>
span { border-color: #E77ADF; }
span { border-color: rgb(231,122,223); }
td.TdClassName
{
border-color: #E77ADF;
}
.TagClassName
{
border-color: #E77ADF;
}
</style>