Shades of Orchid #E872DF
Tints of Orchid #E872DF
RGB
CMYK
RGB Variations
Color information
#E872DF (or 0xE872DF) is known color: Orchid. HEX triplet: E8, 72 and DF. RGB value is (232,114,223). Sum of RGB (Red+Green+Blue) = 232+114+223=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E872DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872DF is #178D20. Grayscale: #A1A1A1. Windows color (decimal): -1543457 or 14643944. OLE color: 14643944.
HSL color Cylindrical-coordinate representation of color #E872DF: hue angle of 304.58º 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 #E872DF is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 223 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.09 |
| HSL | 304.58º | 0.72% | 0.68% | - |
| HSV(B) | 304.58º | 0.51% | 0.91% | - |
| XYZ | 52.62 | 34.52 | 73.7 | - |
| YUV | 161.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 223 | 0 | 0.51 | 0.04 | 0.09 | 304.58 | 0.72 | 0.68 |
| Hex | E8 | 72 | DF | 0 | 33 | 4 | 9 | 131 | 48 | 44 |
| Octal | 350 | 162 | 337 | 0 | 63 | 4 | 11 | 461 | 110 | 104 |
| Binary | 11101000 | 1110010 | 11011111 | 0 | 110011 | 100 | 1001 | 100110001 | 1001000 | 1000100 |
Color Harmonies of #E872DF
Complementary color
Monochromatic Colors of #E872DF
Black with #E872DF
Text Example
Text Example
White with #E872DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E872DF; }
p { color: rgb(232,114,223); }
H1.HeaderClassName
{
color: #E872DF;
}
.AnyTagClassName
{
color: #E872DF;
}
</style>
background-color css
<style>
a { background-color: #E872DF; }
a { background-color: rgb(232,114,223); }
div.DivClassName
{
background-color: #E872DF;
}
.BgClassName
{
background-color: #E872DF;
}
</style>
border-color css
<style>
span { border-color: #E872DF; }
span { border-color: rgb(232,114,223); }
td.TdClassName
{
border-color: #E872DF;
}
.TagClassName
{
border-color: #E872DF;
}
</style>