Shades of Orchid #E872CD
Tints of Orchid #E872CD
RGB
CMYK
RGB Variations
Color information
#E872CD (or 0xE872CD) is known color: Orchid. HEX triplet: E8, 72 and CD. RGB value is (232,114,205). Sum of RGB (Red+Green+Blue) = 232+114+205=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E872CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872CD is #178D32. Grayscale: #9F9F9F. Windows color (decimal): -1543475 or 13464296. OLE color: 13464296.
HSL color Cylindrical-coordinate representation of color #E872CD: hue angle of 313.73º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872CD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 205 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.09 |
| HSL | 313.73º | 0.72% | 0.68% | - |
| HSV(B) | 313.73º | 0.51% | 0.91% | - |
| XYZ | 50.32 | 33.6 | 61.59 | - |
| YUV | 159.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 205 | 0 | 0.51 | 0.12 | 0.09 | 313.73 | 0.72 | 0.68 |
| Hex | E8 | 72 | CD | 0 | 33 | C | 9 | 13A | 48 | 44 |
| Octal | 350 | 162 | 315 | 0 | 63 | 14 | 11 | 472 | 110 | 104 |
| Binary | 11101000 | 1110010 | 11001101 | 0 | 110011 | 1100 | 1001 | 100111010 | 1001000 | 1000100 |
Color Harmonies of #E872CD
Complementary color
Monochromatic Colors of #E872CD
Black with #E872CD
Text Example
Text Example
White with #E872CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872CD; }
p { color: rgb(232,114,205); }
H1.HeaderClassName
{
color: #E872CD;
}
.AnyTagClassName
{
color: #E872CD;
}
</style>
background-color css
<style>
a { background-color: #E872CD; }
a { background-color: rgb(232,114,205); }
div.DivClassName
{
background-color: #E872CD;
}
.BgClassName
{
background-color: #E872CD;
}
</style>
border-color css
<style>
span { border-color: #E872CD; }
span { border-color: rgb(232,114,205); }
td.TdClassName
{
border-color: #E872CD;
}
.TagClassName
{
border-color: #E872CD;
}
</style>