Shades of Orchid #E167D5
Tints of Orchid #E167D5
RGB
CMYK
RGB Variations
Color information
#E167D5 (or 0xE167D5) is known color: Orchid. HEX triplet: E1, 67 and D5. RGB value is (225,103,213). Sum of RGB (Red+Green+Blue) = 225+103+213=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E167D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167D5 is #1E982A. Grayscale: #979797. Windows color (decimal): -2005035 or 13985761. OLE color: 13985761.
HSL color Cylindrical-coordinate representation of color #E167D5: hue angle of 305.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E167D5 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 213 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.12 |
| HSL | 305.9º | 0.67% | 0.64% | - |
| HSV(B) | 305.9º | 0.54% | 0.88% | - |
| XYZ | 47.91 | 30.51 | 66.31 | - |
| YUV | 152.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 213 | 0 | 0.54 | 0.05 | 0.12 | 305.9 | 0.67 | 0.64 |
| Hex | E1 | 67 | D5 | 0 | 36 | 5 | C | 132 | 43 | 40 |
| Octal | 341 | 147 | 325 | 0 | 66 | 5 | 14 | 462 | 103 | 100 |
| Binary | 11100001 | 1100111 | 11010101 | 0 | 110110 | 101 | 1100 | 100110010 | 1000011 | 1000000 |
Color Harmonies of #E167D5
Complementary color
Monochromatic Colors of #E167D5
Black with #E167D5
Text Example
Text Example
White with #E167D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167D5; }
p { color: rgb(225,103,213); }
H1.HeaderClassName
{
color: #E167D5;
}
.AnyTagClassName
{
color: #E167D5;
}
</style>
background-color css
<style>
a { background-color: #E167D5; }
a { background-color: rgb(225,103,213); }
div.DivClassName
{
background-color: #E167D5;
}
.BgClassName
{
background-color: #E167D5;
}
</style>
border-color css
<style>
span { border-color: #E167D5; }
span { border-color: rgb(225,103,213); }
td.TdClassName
{
border-color: #E167D5;
}
.TagClassName
{
border-color: #E167D5;
}
</style>