Shades of Orchid #E168D4
Tints of Orchid #E168D4
RGB
CMYK
RGB Variations
Color information
#E168D4 (or 0xE168D4) is known color: Orchid. HEX triplet: E1, 68 and D4. RGB value is (225,104,212). Sum of RGB (Red+Green+Blue) = 225+104+212=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E168D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168D4 is #1E972B. Grayscale: #989898. Windows color (decimal): -2004780 or 13920481. OLE color: 13920481.
HSL color Cylindrical-coordinate representation of color #E168D4: hue angle of 306.45º 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 #E168D4 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 212 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.12 |
| HSL | 306.45º | 0.67% | 0.65% | - |
| HSV(B) | 306.45º | 0.54% | 0.88% | - |
| XYZ | 47.89 | 30.66 | 65.68 | - |
| YUV | 152.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 212 | 0 | 0.54 | 0.06 | 0.12 | 306.45 | 0.67 | 0.65 |
| Hex | E1 | 68 | D4 | 0 | 36 | 6 | C | 132 | 43 | 41 |
| Octal | 341 | 150 | 324 | 0 | 66 | 6 | 14 | 462 | 103 | 101 |
| Binary | 11100001 | 1101000 | 11010100 | 0 | 110110 | 110 | 1100 | 100110010 | 1000011 | 1000001 |
Color Harmonies of #E168D4
Complementary color
Monochromatic Colors of #E168D4
Black with #E168D4
Text Example
Text Example
White with #E168D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168D4; }
p { color: rgb(225,104,212); }
H1.HeaderClassName
{
color: #E168D4;
}
.AnyTagClassName
{
color: #E168D4;
}
</style>
background-color css
<style>
a { background-color: #E168D4; }
a { background-color: rgb(225,104,212); }
div.DivClassName
{
background-color: #E168D4;
}
.BgClassName
{
background-color: #E168D4;
}
</style>
border-color css
<style>
span { border-color: #E168D4; }
span { border-color: rgb(225,104,212); }
td.TdClassName
{
border-color: #E168D4;
}
.TagClassName
{
border-color: #E168D4;
}
</style>