Shades of Orchid #E575CC
Tints of Orchid #E575CC
RGB
CMYK
RGB Variations
Color information
#E575CC (or 0xE575CC) is known color: Orchid. HEX triplet: E5, 75 and CC. RGB value is (229,117,204). Sum of RGB (Red+Green+Blue) = 229+117+204=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E575CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575CC is #1A8A33. Grayscale: #A0A0A0. Windows color (decimal): -1739316 or 13399525. OLE color: 13399525.
HSL color Cylindrical-coordinate representation of color #E575CC: hue angle of 313.39º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575CC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 204 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.10 |
| HSL | 313.39º | 0.68% | 0.68% | - |
| HSV(B) | 313.39º | 0.49% | 0.9% | - |
| XYZ | 49.57 | 33.74 | 61.03 | - |
| YUV | 160.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 204 | 0 | 0.49 | 0.11 | 0.10 | 313.39 | 0.68 | 0.68 |
| Hex | E5 | 75 | CC | 0 | 31 | B | A | 139 | 44 | 44 |
| Octal | 345 | 165 | 314 | 0 | 61 | 13 | 12 | 471 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11001100 | 0 | 110001 | 1011 | 1010 | 100111001 | 1000100 | 1000100 |
Color Harmonies of #E575CC
Complementary color
Monochromatic Colors of #E575CC
Black with #E575CC
Text Example
Text Example
White with #E575CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575CC; }
p { color: rgb(229,117,204); }
H1.HeaderClassName
{
color: #E575CC;
}
.AnyTagClassName
{
color: #E575CC;
}
</style>
background-color css
<style>
a { background-color: #E575CC; }
a { background-color: rgb(229,117,204); }
div.DivClassName
{
background-color: #E575CC;
}
.BgClassName
{
background-color: #E575CC;
}
</style>
border-color css
<style>
span { border-color: #E575CC; }
span { border-color: rgb(229,117,204); }
td.TdClassName
{
border-color: #E575CC;
}
.TagClassName
{
border-color: #E575CC;
}
</style>