Shades of Orchid #E873CC
Tints of Orchid #E873CC
RGB
CMYK
RGB Variations
Color information
#E873CC (or 0xE873CC) is known color: Orchid. HEX triplet: E8, 73 and CC. RGB value is (232,115,204). Sum of RGB (Red+Green+Blue) = 232+115+204=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E873CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873CC is #178C33. Grayscale: #9F9F9F. Windows color (decimal): -1543220 or 13399016. OLE color: 13399016.
HSL color Cylindrical-coordinate representation of color #E873CC: hue angle of 314.36º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873CC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 204 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.09 |
| HSL | 314.36º | 0.72% | 0.68% | - |
| HSV(B) | 314.36º | 0.5% | 0.91% | - |
| XYZ | 50.31 | 33.78 | 60.99 | - |
| YUV | 160.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 204 | 0 | 0.50 | 0.12 | 0.09 | 314.36 | 0.72 | 0.68 |
| Hex | E8 | 73 | CC | 0 | 32 | C | 9 | 13A | 48 | 44 |
| Octal | 350 | 163 | 314 | 0 | 62 | 14 | 11 | 472 | 110 | 104 |
| Binary | 11101000 | 1110011 | 11001100 | 0 | 110010 | 1100 | 1001 | 100111010 | 1001000 | 1000100 |
Color Harmonies of #E873CC
Complementary color
Monochromatic Colors of #E873CC
Black with #E873CC
Text Example
Text Example
White with #E873CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873CC; }
p { color: rgb(232,115,204); }
H1.HeaderClassName
{
color: #E873CC;
}
.AnyTagClassName
{
color: #E873CC;
}
</style>
background-color css
<style>
a { background-color: #E873CC; }
a { background-color: rgb(232,115,204); }
div.DivClassName
{
background-color: #E873CC;
}
.BgClassName
{
background-color: #E873CC;
}
</style>
border-color css
<style>
span { border-color: #E873CC; }
span { border-color: rgb(232,115,204); }
td.TdClassName
{
border-color: #E873CC;
}
.TagClassName
{
border-color: #E873CC;
}
</style>