Shades of Orchid #E778DF
Tints of Orchid #E778DF
RGB
CMYK
RGB Variations
Color information
#E778DF (or 0xE778DF) is known color: Orchid. HEX triplet: E7, 78 and DF. RGB value is (231,120,223). Sum of RGB (Red+Green+Blue) = 231+120+223=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E778DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778DF is #188720. Grayscale: #A4A4A4. Windows color (decimal): -1607457 or 14645479. OLE color: 14645479.
HSL color Cylindrical-coordinate representation of color #E778DF: hue angle of 304.32º 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 #E778DF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 223 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.09 |
| HSL | 304.32º | 0.7% | 0.69% | - |
| HSV(B) | 304.32º | 0.48% | 0.91% | - |
| XYZ | 52.99 | 35.75 | 73.92 | - |
| YUV | 164.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 223 | 0 | 0.48 | 0.03 | 0.09 | 304.32 | 0.7 | 0.69 |
| Hex | E7 | 78 | DF | 0 | 30 | 3 | 9 | 130 | 46 | 45 |
| Octal | 347 | 170 | 337 | 0 | 60 | 3 | 11 | 460 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11011111 | 0 | 110000 | 11 | 1001 | 100110000 | 1000110 | 1000101 |
Color Harmonies of #E778DF
Complementary color
Monochromatic Colors of #E778DF
Black with #E778DF
Text Example
Text Example
White with #E778DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778DF; }
p { color: rgb(231,120,223); }
H1.HeaderClassName
{
color: #E778DF;
}
.AnyTagClassName
{
color: #E778DF;
}
</style>
background-color css
<style>
a { background-color: #E778DF; }
a { background-color: rgb(231,120,223); }
div.DivClassName
{
background-color: #E778DF;
}
.BgClassName
{
background-color: #E778DF;
}
</style>
border-color css
<style>
span { border-color: #E778DF; }
span { border-color: rgb(231,120,223); }
td.TdClassName
{
border-color: #E778DF;
}
.TagClassName
{
border-color: #E778DF;
}
</style>