Shades of Orchid #E079DF
Tints of Orchid #E079DF
RGB
CMYK
RGB Variations
Color information
#E079DF (or 0xE079DF) is known color: Orchid. HEX triplet: E0, 79 and DF. RGB value is (224,121,223). Sum of RGB (Red+Green+Blue) = 224+121+223=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E079DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079DF is #1F8620. Grayscale: #A3A3A3. Windows color (decimal): -2065953 or 14645728. OLE color: 14645728.
HSL color Cylindrical-coordinate representation of color #E079DF: hue angle of 300.58º degrees, saturation: 0.62, 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 #E079DF is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 223 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.12 |
| HSL | 300.58º | 0.62% | 0.68% | - |
| HSV(B) | 300.58º | 0.46% | 0.88% | - |
| XYZ | 50.9 | 34.85 | 73.86 | - |
| YUV | 163.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 223 | 0 | 0.46 | 0.00 | 0.12 | 300.58 | 0.62 | 0.68 |
| Hex | E0 | 79 | DF | 0 | 2E | 0 | C | 12D | 3E | 44 |
| Octal | 340 | 171 | 337 | 0 | 56 | 0 | 14 | 455 | 76 | 104 |
| Binary | 11100000 | 1111001 | 11011111 | 0 | 101110 | 0 | 1100 | 100101101 | 111110 | 1000100 |
Color Harmonies of #E079DF
Complementary color
Monochromatic Colors of #E079DF
Black with #E079DF
Text Example
Text Example
White with #E079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079DF; }
p { color: rgb(224,121,223); }
H1.HeaderClassName
{
color: #E079DF;
}
.AnyTagClassName
{
color: #E079DF;
}
</style>
background-color css
<style>
a { background-color: #E079DF; }
a { background-color: rgb(224,121,223); }
div.DivClassName
{
background-color: #E079DF;
}
.BgClassName
{
background-color: #E079DF;
}
</style>
border-color css
<style>
span { border-color: #E079DF; }
span { border-color: rgb(224,121,223); }
td.TdClassName
{
border-color: #E079DF;
}
.TagClassName
{
border-color: #E079DF;
}
</style>