Shades of Orchid #E779DF
Tints of Orchid #E779DF
RGB
CMYK
RGB Variations
Color information
#E779DF (or 0xE779DF) is known color: Orchid. HEX triplet: E7, 79 and DF. RGB value is (231,121,223). Sum of RGB (Red+Green+Blue) = 231+121+223=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E779DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779DF is #188620. Grayscale: #A5A5A5. Windows color (decimal): -1607201 or 14645735. OLE color: 14645735.
HSL color Cylindrical-coordinate representation of color #E779DF: hue angle of 304.36º 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 #E779DF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 223 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.09 |
| HSL | 304.36º | 0.7% | 0.69% | - |
| HSV(B) | 304.36º | 0.48% | 0.91% | - |
| XYZ | 53.11 | 35.99 | 73.96 | - |
| YUV | 165.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 223 | 0 | 0.48 | 0.03 | 0.09 | 304.36 | 0.7 | 0.69 |
| Hex | E7 | 79 | DF | 0 | 30 | 3 | 9 | 130 | 46 | 45 |
| Octal | 347 | 171 | 337 | 0 | 60 | 3 | 11 | 460 | 106 | 105 |
| Binary | 11100111 | 1111001 | 11011111 | 0 | 110000 | 11 | 1001 | 100110000 | 1000110 | 1000101 |
Color Harmonies of #E779DF
Complementary color
Monochromatic Colors of #E779DF
Black with #E779DF
Text Example
Text Example
White with #E779DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E779DF; }
p { color: rgb(231,121,223); }
H1.HeaderClassName
{
color: #E779DF;
}
.AnyTagClassName
{
color: #E779DF;
}
</style>
background-color css
<style>
a { background-color: #E779DF; }
a { background-color: rgb(231,121,223); }
div.DivClassName
{
background-color: #E779DF;
}
.BgClassName
{
background-color: #E779DF;
}
</style>
border-color css
<style>
span { border-color: #E779DF; }
span { border-color: rgb(231,121,223); }
td.TdClassName
{
border-color: #E779DF;
}
.TagClassName
{
border-color: #E779DF;
}
</style>