Shades of Orchid #E078DD
Tints of Orchid #E078DD
RGB
CMYK
RGB Variations
Color information
#E078DD (or 0xE078DD) is known color: Orchid. HEX triplet: E0, 78 and DD. RGB value is (224,120,221). Sum of RGB (Red+Green+Blue) = 224+120+221=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E078DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078DD is #1F8722. Grayscale: #A2A2A2. Windows color (decimal): -2066211 or 14514400. OLE color: 14514400.
HSL color Cylindrical-coordinate representation of color #E078DD: hue angle of 301.73º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078DD is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 221 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.12 |
| HSL | 301.73º | 0.63% | 0.67% | - |
| HSV(B) | 301.73º | 0.46% | 0.88% | - |
| XYZ | 50.51 | 34.5 | 72.4 | - |
| YUV | 162.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 221 | 0 | 0.46 | 0.01 | 0.12 | 301.73 | 0.63 | 0.67 |
| Hex | E0 | 78 | DD | 0 | 2E | 1 | C | 12E | 3F | 43 |
| Octal | 340 | 170 | 335 | 0 | 56 | 1 | 14 | 456 | 77 | 103 |
| Binary | 11100000 | 1111000 | 11011101 | 0 | 101110 | 1 | 1100 | 100101110 | 111111 | 1000011 |
Color Harmonies of #E078DD
Complementary color
Monochromatic Colors of #E078DD
Black with #E078DD
Text Example
Text Example
White with #E078DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078DD; }
p { color: rgb(224,120,221); }
H1.HeaderClassName
{
color: #E078DD;
}
.AnyTagClassName
{
color: #E078DD;
}
</style>
background-color css
<style>
a { background-color: #E078DD; }
a { background-color: rgb(224,120,221); }
div.DivClassName
{
background-color: #E078DD;
}
.BgClassName
{
background-color: #E078DD;
}
</style>
border-color css
<style>
span { border-color: #E078DD; }
span { border-color: rgb(224,120,221); }
td.TdClassName
{
border-color: #E078DD;
}
.TagClassName
{
border-color: #E078DD;
}
</style>