Shades of Orchid #E777D7
Tints of Orchid #E777D7
RGB
CMYK
RGB Variations
Color information
#E777D7 (or 0xE777D7) is known color: Orchid. HEX triplet: E7, 77 and D7. RGB value is (231,119,215). Sum of RGB (Red+Green+Blue) = 231+119+215=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E777D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777D7 is #188828. Grayscale: #A3A3A3. Windows color (decimal): -1607721 or 14120935. OLE color: 14120935.
HSL color Cylindrical-coordinate representation of color #E777D7: hue angle of 308.57º 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 #E777D7 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 215 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.09 |
| HSL | 308.57º | 0.7% | 0.69% | - |
| HSV(B) | 308.57º | 0.48% | 0.91% | - |
| XYZ | 51.82 | 35.09 | 68.33 | - |
| YUV | 163.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 215 | 0 | 0.48 | 0.07 | 0.09 | 308.57 | 0.7 | 0.69 |
| Hex | E7 | 77 | D7 | 0 | 30 | 7 | 9 | 135 | 46 | 45 |
| Octal | 347 | 167 | 327 | 0 | 60 | 7 | 11 | 465 | 106 | 105 |
| Binary | 11100111 | 1110111 | 11010111 | 0 | 110000 | 111 | 1001 | 100110101 | 1000110 | 1000101 |
Color Harmonies of #E777D7
Complementary color
Monochromatic Colors of #E777D7
Black with #E777D7
Text Example
Text Example
White with #E777D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777D7; }
p { color: rgb(231,119,215); }
H1.HeaderClassName
{
color: #E777D7;
}
.AnyTagClassName
{
color: #E777D7;
}
</style>
background-color css
<style>
a { background-color: #E777D7; }
a { background-color: rgb(231,119,215); }
div.DivClassName
{
background-color: #E777D7;
}
.BgClassName
{
background-color: #E777D7;
}
</style>
border-color css
<style>
span { border-color: #E777D7; }
span { border-color: rgb(231,119,215); }
td.TdClassName
{
border-color: #E777D7;
}
.TagClassName
{
border-color: #E777D7;
}
</style>