Shades of Orchid #E168DC
Tints of Orchid #E168DC
RGB
CMYK
RGB Variations
Color information
#E168DC (or 0xE168DC) is known color: Orchid. HEX triplet: E1, 68 and DC. RGB value is (225,104,220). Sum of RGB (Red+Green+Blue) = 225+104+220=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E168DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168DC is #1E9723. Grayscale: #999999. Windows color (decimal): -2004772 or 14444769. OLE color: 14444769.
HSL color Cylindrical-coordinate representation of color #E168DC: hue angle of 302.48º 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 #E168DC is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 220 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.12 |
| HSL | 302.48º | 0.67% | 0.65% | - |
| HSV(B) | 302.48º | 0.54% | 0.88% | - |
| XYZ | 48.92 | 31.08 | 71.13 | - |
| YUV | 153.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 220 | 0 | 0.54 | 0.02 | 0.12 | 302.48 | 0.67 | 0.65 |
| Hex | E1 | 68 | DC | 0 | 36 | 2 | C | 12E | 43 | 41 |
| Octal | 341 | 150 | 334 | 0 | 66 | 2 | 14 | 456 | 103 | 101 |
| Binary | 11100001 | 1101000 | 11011100 | 0 | 110110 | 10 | 1100 | 100101110 | 1000011 | 1000001 |
Color Harmonies of #E168DC
Complementary color
Monochromatic Colors of #E168DC
Black with #E168DC
Text Example
Text Example
White with #E168DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168DC; }
p { color: rgb(225,104,220); }
H1.HeaderClassName
{
color: #E168DC;
}
.AnyTagClassName
{
color: #E168DC;
}
</style>
background-color css
<style>
a { background-color: #E168DC; }
a { background-color: rgb(225,104,220); }
div.DivClassName
{
background-color: #E168DC;
}
.BgClassName
{
background-color: #E168DC;
}
</style>
border-color css
<style>
span { border-color: #E168DC; }
span { border-color: rgb(225,104,220); }
td.TdClassName
{
border-color: #E168DC;
}
.TagClassName
{
border-color: #E168DC;
}
</style>