Shades of Orchid #E379DD
Tints of Orchid #E379DD
RGB
CMYK
RGB Variations
Color information
#E379DD (or 0xE379DD) is known color: Orchid. HEX triplet: E3, 79 and DD. RGB value is (227,121,221). Sum of RGB (Red+Green+Blue) = 227+121+221=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E379DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379DD is #1C8622. Grayscale: #A3A3A3. Windows color (decimal): -1869347 or 14514659. OLE color: 14514659.
HSL color Cylindrical-coordinate representation of color #E379DD: hue angle of 303.4º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379DD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 221 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.11 |
| HSL | 303.4º | 0.65% | 0.68% | - |
| HSV(B) | 303.4º | 0.47% | 0.89% | - |
| XYZ | 51.57 | 35.23 | 72.49 | - |
| YUV | 164.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 221 | 0 | 0.47 | 0.03 | 0.11 | 303.4 | 0.65 | 0.68 |
| Hex | E3 | 79 | DD | 0 | 2F | 3 | B | 12F | 41 | 44 |
| Octal | 343 | 171 | 335 | 0 | 57 | 3 | 13 | 457 | 101 | 104 |
| Binary | 11100011 | 1111001 | 11011101 | 0 | 101111 | 11 | 1011 | 100101111 | 1000001 | 1000100 |
Color Harmonies of #E379DD
Complementary color
Monochromatic Colors of #E379DD
Black with #E379DD
Text Example
Text Example
White with #E379DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379DD; }
p { color: rgb(227,121,221); }
H1.HeaderClassName
{
color: #E379DD;
}
.AnyTagClassName
{
color: #E379DD;
}
</style>
background-color css
<style>
a { background-color: #E379DD; }
a { background-color: rgb(227,121,221); }
div.DivClassName
{
background-color: #E379DD;
}
.BgClassName
{
background-color: #E379DD;
}
</style>
border-color css
<style>
span { border-color: #E379DD; }
span { border-color: rgb(227,121,221); }
td.TdClassName
{
border-color: #E379DD;
}
.TagClassName
{
border-color: #E379DD;
}
</style>