Shades of Orchid #E175D4
Tints of Orchid #E175D4
RGB
CMYK
RGB Variations
Color information
#E175D4 (or 0xE175D4) is known color: Orchid. HEX triplet: E1, 75 and D4. RGB value is (225,117,212). Sum of RGB (Red+Green+Blue) = 225+117+212=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E175D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175D4 is #1E8A2B. Grayscale: #9F9F9F. Windows color (decimal): -2001452 or 13923809. OLE color: 13923809.
HSL color Cylindrical-coordinate representation of color #E175D4: hue angle of 307.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175D4 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 212 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.12 |
| HSL | 307.22º | 0.64% | 0.67% | - |
| HSV(B) | 307.22º | 0.48% | 0.88% | - |
| XYZ | 49.3 | 33.48 | 66.15 | - |
| YUV | 160.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 212 | 0 | 0.48 | 0.06 | 0.12 | 307.22 | 0.64 | 0.67 |
| Hex | E1 | 75 | D4 | 0 | 30 | 6 | C | 133 | 40 | 43 |
| Octal | 341 | 165 | 324 | 0 | 60 | 6 | 14 | 463 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11010100 | 0 | 110000 | 110 | 1100 | 100110011 | 1000000 | 1000011 |
Color Harmonies of #E175D4
Complementary color
Monochromatic Colors of #E175D4
Black with #E175D4
Text Example
Text Example
White with #E175D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175D4; }
p { color: rgb(225,117,212); }
H1.HeaderClassName
{
color: #E175D4;
}
.AnyTagClassName
{
color: #E175D4;
}
</style>
background-color css
<style>
a { background-color: #E175D4; }
a { background-color: rgb(225,117,212); }
div.DivClassName
{
background-color: #E175D4;
}
.BgClassName
{
background-color: #E175D4;
}
</style>
border-color css
<style>
span { border-color: #E175D4; }
span { border-color: rgb(225,117,212); }
td.TdClassName
{
border-color: #E175D4;
}
.TagClassName
{
border-color: #E175D4;
}
</style>