Shades of Orchid #E168D9
Tints of Orchid #E168D9
RGB
CMYK
RGB Variations
Color information
#E168D9 (or 0xE168D9) is known color: Orchid. HEX triplet: E1, 68 and D9. RGB value is (225,104,217). Sum of RGB (Red+Green+Blue) = 225+104+217=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E168D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168D9 is #1E9726. Grayscale: #989898. Windows color (decimal): -2004775 or 14248161. OLE color: 14248161.
HSL color Cylindrical-coordinate representation of color #E168D9: hue angle of 303.97º 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 #E168D9 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 217 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.12 |
| HSL | 303.97º | 0.67% | 0.65% | - |
| HSV(B) | 303.97º | 0.54% | 0.88% | - |
| XYZ | 48.53 | 30.92 | 69.06 | - |
| YUV | 153.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 217 | 0 | 0.54 | 0.04 | 0.12 | 303.97 | 0.67 | 0.65 |
| Hex | E1 | 68 | D9 | 0 | 36 | 4 | C | 130 | 43 | 41 |
| Octal | 341 | 150 | 331 | 0 | 66 | 4 | 14 | 460 | 103 | 101 |
| Binary | 11100001 | 1101000 | 11011001 | 0 | 110110 | 100 | 1100 | 100110000 | 1000011 | 1000001 |
Color Harmonies of #E168D9
Complementary color
Monochromatic Colors of #E168D9
Black with #E168D9
Text Example
Text Example
White with #E168D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168D9; }
p { color: rgb(225,104,217); }
H1.HeaderClassName
{
color: #E168D9;
}
.AnyTagClassName
{
color: #E168D9;
}
</style>
background-color css
<style>
a { background-color: #E168D9; }
a { background-color: rgb(225,104,217); }
div.DivClassName
{
background-color: #E168D9;
}
.BgClassName
{
background-color: #E168D9;
}
</style>
border-color css
<style>
span { border-color: #E168D9; }
span { border-color: rgb(225,104,217); }
td.TdClassName
{
border-color: #E168D9;
}
.TagClassName
{
border-color: #E168D9;
}
</style>