Shades of Orchid #E168C3
Tints of Orchid #E168C3
RGB
CMYK
RGB Variations
Color information
#E168C3 (or 0xE168C3) is known color: Orchid. HEX triplet: E1, 68 and C3. RGB value is (225,104,195). Sum of RGB (Red+Green+Blue) = 225+104+195=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E168C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168C3 is #1E973C. Grayscale: #969696. Windows color (decimal): -2004797 or 12806369. OLE color: 12806369.
HSL color Cylindrical-coordinate representation of color #E168C3: hue angle of 314.88º 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 #E168C3 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 195 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.12 |
| HSL | 314.88º | 0.67% | 0.65% | - |
| HSV(B) | 314.88º | 0.54% | 0.88% | - |
| XYZ | 45.85 | 29.85 | 54.97 | - |
| YUV | 150.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 195 | 0 | 0.54 | 0.13 | 0.12 | 314.88 | 0.67 | 0.65 |
| Hex | E1 | 68 | C3 | 0 | 36 | D | C | 13B | 43 | 41 |
| Octal | 341 | 150 | 303 | 0 | 66 | 15 | 14 | 473 | 103 | 101 |
| Binary | 11100001 | 1101000 | 11000011 | 0 | 110110 | 1101 | 1100 | 100111011 | 1000011 | 1000001 |
Color Harmonies of #E168C3
Complementary color
Monochromatic Colors of #E168C3
Black with #E168C3
Text Example
Text Example
White with #E168C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168C3; }
p { color: rgb(225,104,195); }
H1.HeaderClassName
{
color: #E168C3;
}
.AnyTagClassName
{
color: #E168C3;
}
</style>
background-color css
<style>
a { background-color: #E168C3; }
a { background-color: rgb(225,104,195); }
div.DivClassName
{
background-color: #E168C3;
}
.BgClassName
{
background-color: #E168C3;
}
</style>
border-color css
<style>
span { border-color: #E168C3; }
span { border-color: rgb(225,104,195); }
td.TdClassName
{
border-color: #E168C3;
}
.TagClassName
{
border-color: #E168C3;
}
</style>