Shades of Orchid #E268DD
Tints of Orchid #E268DD
RGB
CMYK
RGB Variations
Color information
#E268DD (or 0xE268DD) is known color: Orchid. HEX triplet: E2, 68 and DD. RGB value is (226,104,221). Sum of RGB (Red+Green+Blue) = 226+104+221=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E268DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268DD is #1D9722. Grayscale: #999999. Windows color (decimal): -1939235 or 14510306. OLE color: 14510306.
HSL color Cylindrical-coordinate representation of color #E268DD: hue angle of 302.46º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E268DD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 221 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.11 |
| HSL | 302.46º | 0.68% | 0.65% | - |
| HSV(B) | 302.46º | 0.54% | 0.89% | - |
| XYZ | 49.37 | 31.29 | 71.84 | - |
| YUV | 153.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 221 | 0 | 0.54 | 0.02 | 0.11 | 302.46 | 0.68 | 0.65 |
| Hex | E2 | 68 | DD | 0 | 36 | 2 | B | 12E | 44 | 41 |
| Octal | 342 | 150 | 335 | 0 | 66 | 2 | 13 | 456 | 104 | 101 |
| Binary | 11100010 | 1101000 | 11011101 | 0 | 110110 | 10 | 1011 | 100101110 | 1000100 | 1000001 |
Color Harmonies of #E268DD
Complementary color
Monochromatic Colors of #E268DD
Black with #E268DD
Text Example
Text Example
White with #E268DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268DD; }
p { color: rgb(226,104,221); }
H1.HeaderClassName
{
color: #E268DD;
}
.AnyTagClassName
{
color: #E268DD;
}
</style>
background-color css
<style>
a { background-color: #E268DD; }
a { background-color: rgb(226,104,221); }
div.DivClassName
{
background-color: #E268DD;
}
.BgClassName
{
background-color: #E268DD;
}
</style>
border-color css
<style>
span { border-color: #E268DD; }
span { border-color: rgb(226,104,221); }
td.TdClassName
{
border-color: #E268DD;
}
.TagClassName
{
border-color: #E268DD;
}
</style>