Shades of Orchid #E168E0
Tints of Orchid #E168E0
RGB
CMYK
RGB Variations
Color information
#E168E0 (or 0xE168E0) is known color: Orchid. HEX triplet: E1, 68 and E0. RGB value is (225,104,224). Sum of RGB (Red+Green+Blue) = 225+104+224=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E168E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168E0 is #1E971F. Grayscale: #999999. Windows color (decimal): -2004768 or 14706913. OLE color: 14706913.
HSL color Cylindrical-coordinate representation of color #E168E0: hue angle of 300.5º 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 #E168E0 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 224 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.12 |
| HSL | 300.5º | 0.67% | 0.65% | - |
| HSV(B) | 300.5º | 0.54% | 0.88% | - |
| XYZ | 49.46 | 31.29 | 73.95 | - |
| YUV | 153.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 224 | 0 | 0.54 | 0.00 | 0.12 | 300.5 | 0.67 | 0.65 |
| Hex | E1 | 68 | E0 | 0 | 36 | 0 | C | 12C | 43 | 41 |
| Octal | 341 | 150 | 340 | 0 | 66 | 0 | 14 | 454 | 103 | 101 |
| Binary | 11100001 | 1101000 | 11100000 | 0 | 110110 | 0 | 1100 | 100101100 | 1000011 | 1000001 |
Color Harmonies of #E168E0
Complementary color
Monochromatic Colors of #E168E0
Black with #E168E0
Text Example
Text Example
White with #E168E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168E0; }
p { color: rgb(225,104,224); }
H1.HeaderClassName
{
color: #E168E0;
}
.AnyTagClassName
{
color: #E168E0;
}
</style>
background-color css
<style>
a { background-color: #E168E0; }
a { background-color: rgb(225,104,224); }
div.DivClassName
{
background-color: #E168E0;
}
.BgClassName
{
background-color: #E168E0;
}
</style>
border-color css
<style>
span { border-color: #E168E0; }
span { border-color: rgb(225,104,224); }
td.TdClassName
{
border-color: #E168E0;
}
.TagClassName
{
border-color: #E168E0;
}
</style>