Shades of Orchid #E175CC
Tints of Orchid #E175CC
RGB
CMYK
RGB Variations
Color information
#E175CC (or 0xE175CC) is known color: Orchid. HEX triplet: E1, 75 and CC. RGB value is (225,117,204). Sum of RGB (Red+Green+Blue) = 225+117+204=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E175CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175CC is #1E8A33. Grayscale: #9E9E9E. Windows color (decimal): -2001460 or 13399521. OLE color: 13399521.
HSL color Cylindrical-coordinate representation of color #E175CC: hue angle of 311.67º 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 #E175CC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 204 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.12 |
| HSL | 311.67º | 0.64% | 0.67% | - |
| HSV(B) | 311.67º | 0.48% | 0.88% | - |
| XYZ | 48.31 | 33.09 | 60.97 | - |
| YUV | 159.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 204 | 0 | 0.48 | 0.09 | 0.12 | 311.67 | 0.64 | 0.67 |
| Hex | E1 | 75 | CC | 0 | 30 | 9 | C | 138 | 40 | 43 |
| Octal | 341 | 165 | 314 | 0 | 60 | 11 | 14 | 470 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11001100 | 0 | 110000 | 1001 | 1100 | 100111000 | 1000000 | 1000011 |
Color Harmonies of #E175CC
Complementary color
Monochromatic Colors of #E175CC
Black with #E175CC
Text Example
Text Example
White with #E175CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175CC; }
p { color: rgb(225,117,204); }
H1.HeaderClassName
{
color: #E175CC;
}
.AnyTagClassName
{
color: #E175CC;
}
</style>
background-color css
<style>
a { background-color: #E175CC; }
a { background-color: rgb(225,117,204); }
div.DivClassName
{
background-color: #E175CC;
}
.BgClassName
{
background-color: #E175CC;
}
</style>
border-color css
<style>
span { border-color: #E175CC; }
span { border-color: rgb(225,117,204); }
td.TdClassName
{
border-color: #E175CC;
}
.TagClassName
{
border-color: #E175CC;
}
</style>