Shades of Orchid #E175CD
Tints of Orchid #E175CD
RGB
CMYK
RGB Variations
Color information
#E175CD (or 0xE175CD) is known color: Orchid. HEX triplet: E1, 75 and CD. RGB value is (225,117,205). Sum of RGB (Red+Green+Blue) = 225+117+205=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E175CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175CD is #1E8A32. Grayscale: #9F9F9F. Windows color (decimal): -2001459 or 13465057. OLE color: 13465057.
HSL color Cylindrical-coordinate representation of color #E175CD: hue angle of 311.11º 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 #E175CD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 205 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.12 |
| HSL | 311.11º | 0.64% | 0.67% | - |
| HSV(B) | 311.11º | 0.48% | 0.88% | - |
| XYZ | 48.43 | 33.14 | 61.6 | - |
| YUV | 159.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 205 | 0 | 0.48 | 0.09 | 0.12 | 311.11 | 0.64 | 0.67 |
| Hex | E1 | 75 | CD | 0 | 30 | 9 | C | 137 | 40 | 43 |
| Octal | 341 | 165 | 315 | 0 | 60 | 11 | 14 | 467 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11001101 | 0 | 110000 | 1001 | 1100 | 100110111 | 1000000 | 1000011 |
Color Harmonies of #E175CD
Complementary color
Monochromatic Colors of #E175CD
Black with #E175CD
Text Example
Text Example
White with #E175CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175CD; }
p { color: rgb(225,117,205); }
H1.HeaderClassName
{
color: #E175CD;
}
.AnyTagClassName
{
color: #E175CD;
}
</style>
background-color css
<style>
a { background-color: #E175CD; }
a { background-color: rgb(225,117,205); }
div.DivClassName
{
background-color: #E175CD;
}
.BgClassName
{
background-color: #E175CD;
}
</style>
border-color css
<style>
span { border-color: #E175CD; }
span { border-color: rgb(225,117,205); }
td.TdClassName
{
border-color: #E175CD;
}
.TagClassName
{
border-color: #E175CD;
}
</style>