Shades of Orchid #E179DF
Tints of Orchid #E179DF
RGB
CMYK
RGB Variations
Color information
#E179DF (or 0xE179DF) is known color: Orchid. HEX triplet: E1, 79 and DF. RGB value is (225,121,223). Sum of RGB (Red+Green+Blue) = 225+121+223=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DF is #1E8620. Grayscale: #A3A3A3. Windows color (decimal): -2000417 or 14645729. OLE color: 14645729.
HSL color Cylindrical-coordinate representation of color #E179DF: hue angle of 301.15º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179DF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 223 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.12 |
| HSL | 301.15º | 0.63% | 0.68% | - |
| HSV(B) | 301.15º | 0.46% | 0.88% | - |
| XYZ | 51.21 | 35.01 | 73.87 | - |
| YUV | 163.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 223 | 0 | 0.46 | 0.01 | 0.12 | 301.15 | 0.63 | 0.68 |
| Hex | E1 | 79 | DF | 0 | 2E | 1 | C | 12D | 3F | 44 |
| Octal | 341 | 171 | 337 | 0 | 56 | 1 | 14 | 455 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11011111 | 0 | 101110 | 1 | 1100 | 100101101 | 111111 | 1000100 |
Color Harmonies of #E179DF
Complementary color
Monochromatic Colors of #E179DF
Black with #E179DF
Text Example
Text Example
White with #E179DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179DF; }
p { color: rgb(225,121,223); }
H1.HeaderClassName
{
color: #E179DF;
}
.AnyTagClassName
{
color: #E179DF;
}
</style>
background-color css
<style>
a { background-color: #E179DF; }
a { background-color: rgb(225,121,223); }
div.DivClassName
{
background-color: #E179DF;
}
.BgClassName
{
background-color: #E179DF;
}
</style>
border-color css
<style>
span { border-color: #E179DF; }
span { border-color: rgb(225,121,223); }
td.TdClassName
{
border-color: #E179DF;
}
.TagClassName
{
border-color: #E179DF;
}
</style>