Shades of Orchid #E777DC
Tints of Orchid #E777DC
RGB
CMYK
RGB Variations
Color information
#E777DC (or 0xE777DC) is known color: Orchid. HEX triplet: E7, 77 and DC. RGB value is (231,119,220). Sum of RGB (Red+Green+Blue) = 231+119+220=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E777DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777DC is #188823. Grayscale: #A3A3A3. Windows color (decimal): -1607716 or 14448615. OLE color: 14448615.
HSL color Cylindrical-coordinate representation of color #E777DC: hue angle of 305.89º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E777DC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 220 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.09 |
| HSL | 305.89º | 0.7% | 0.69% | - |
| HSV(B) | 305.89º | 0.48% | 0.91% | - |
| XYZ | 52.47 | 35.35 | 71.77 | - |
| YUV | 164 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 220 | 0 | 0.48 | 0.05 | 0.09 | 305.89 | 0.7 | 0.69 |
| Hex | E7 | 77 | DC | 0 | 30 | 5 | 9 | 132 | 46 | 45 |
| Octal | 347 | 167 | 334 | 0 | 60 | 5 | 11 | 462 | 106 | 105 |
| Binary | 11100111 | 1110111 | 11011100 | 0 | 110000 | 101 | 1001 | 100110010 | 1000110 | 1000101 |
Color Harmonies of #E777DC
Complementary color
Monochromatic Colors of #E777DC
Black with #E777DC
Text Example
Text Example
White with #E777DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777DC; }
p { color: rgb(231,119,220); }
H1.HeaderClassName
{
color: #E777DC;
}
.AnyTagClassName
{
color: #E777DC;
}
</style>
background-color css
<style>
a { background-color: #E777DC; }
a { background-color: rgb(231,119,220); }
div.DivClassName
{
background-color: #E777DC;
}
.BgClassName
{
background-color: #E777DC;
}
</style>
border-color css
<style>
span { border-color: #E777DC; }
span { border-color: rgb(231,119,220); }
td.TdClassName
{
border-color: #E777DC;
}
.TagClassName
{
border-color: #E777DC;
}
</style>