Shades of Orchid #E168DD
Tints of Orchid #E168DD
RGB
CMYK
RGB Variations
Color information
#E168DD (or 0xE168DD) is known color: Orchid. HEX triplet: E1, 68 and DD. RGB value is (225,104,221). Sum of RGB (Red+Green+Blue) = 225+104+221=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E168DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168DD is #1E9722. Grayscale: #999999. Windows color (decimal): -2004771 or 14510305. OLE color: 14510305.
HSL color Cylindrical-coordinate representation of color #E168DD: hue angle of 301.98º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168DD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 221 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.12 |
| HSL | 301.98º | 0.67% | 0.65% | - |
| HSV(B) | 301.98º | 0.54% | 0.88% | - |
| XYZ | 49.05 | 31.13 | 71.83 | - |
| YUV | 153.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 221 | 0 | 0.54 | 0.02 | 0.12 | 301.98 | 0.67 | 0.65 |
| Hex | E1 | 68 | DD | 0 | 36 | 2 | C | 12E | 43 | 41 |
| Octal | 341 | 150 | 335 | 0 | 66 | 2 | 14 | 456 | 103 | 101 |
| Binary | 11100001 | 1101000 | 11011101 | 0 | 110110 | 10 | 1100 | 100101110 | 1000011 | 1000001 |
Color Harmonies of #E168DD
Complementary color
Monochromatic Colors of #E168DD
Black with #E168DD
Text Example
Text Example
White with #E168DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168DD; }
p { color: rgb(225,104,221); }
H1.HeaderClassName
{
color: #E168DD;
}
.AnyTagClassName
{
color: #E168DD;
}
</style>
background-color css
<style>
a { background-color: #E168DD; }
a { background-color: rgb(225,104,221); }
div.DivClassName
{
background-color: #E168DD;
}
.BgClassName
{
background-color: #E168DD;
}
</style>
border-color css
<style>
span { border-color: #E168DD; }
span { border-color: rgb(225,104,221); }
td.TdClassName
{
border-color: #E168DD;
}
.TagClassName
{
border-color: #E168DD;
}
</style>