Shades of Orchid #E168C7
Tints of Orchid #E168C7
RGB
CMYK
RGB Variations
Color information
#E168C7 (or 0xE168C7) is known color: Orchid. HEX triplet: E1, 68 and C7. RGB value is (225,104,199). Sum of RGB (Red+Green+Blue) = 225+104+199=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E168C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168C7 is #1E9738. Grayscale: #969696. Windows color (decimal): -2004793 or 13068513. OLE color: 13068513.
HSL color Cylindrical-coordinate representation of color #E168C7: hue angle of 312.89º 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 #E168C7 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 199 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.12 |
| HSL | 312.89º | 0.67% | 0.65% | - |
| HSV(B) | 312.89º | 0.54% | 0.88% | - |
| XYZ | 46.31 | 30.03 | 57.39 | - |
| YUV | 151.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 199 | 0 | 0.54 | 0.12 | 0.12 | 312.89 | 0.67 | 0.65 |
| Hex | E1 | 68 | C7 | 0 | 36 | C | C | 139 | 43 | 41 |
| Octal | 341 | 150 | 307 | 0 | 66 | 14 | 14 | 471 | 103 | 101 |
| Binary | 11100001 | 1101000 | 11000111 | 0 | 110110 | 1100 | 1100 | 100111001 | 1000011 | 1000001 |
Color Harmonies of #E168C7
Complementary color
Monochromatic Colors of #E168C7
Black with #E168C7
Text Example
Text Example
White with #E168C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168C7; }
p { color: rgb(225,104,199); }
H1.HeaderClassName
{
color: #E168C7;
}
.AnyTagClassName
{
color: #E168C7;
}
</style>
background-color css
<style>
a { background-color: #E168C7; }
a { background-color: rgb(225,104,199); }
div.DivClassName
{
background-color: #E168C7;
}
.BgClassName
{
background-color: #E168C7;
}
</style>
border-color css
<style>
span { border-color: #E168C7; }
span { border-color: rgb(225,104,199); }
td.TdClassName
{
border-color: #E168C7;
}
.TagClassName
{
border-color: #E168C7;
}
</style>