Shades of Orchid #E875CF
Tints of Orchid #E875CF
RGB
CMYK
RGB Variations
Color information
#E875CF (or 0xE875CF) is known color: Orchid. HEX triplet: E8, 75 and CF. RGB value is (232,117,207). Sum of RGB (Red+Green+Blue) = 232+117+207=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E875CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875CF is #178A30. Grayscale: #A1A1A1. Windows color (decimal): -1542705 or 13596136. OLE color: 13596136.
HSL color Cylindrical-coordinate representation of color #E875CF: hue angle of 313.04º degrees, saturation: 0.71, 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 #E875CF is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 207 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.09 |
| HSL | 313.04º | 0.71% | 0.68% | - |
| HSV(B) | 313.04º | 0.5% | 0.91% | - |
| XYZ | 50.9 | 34.38 | 62.99 | - |
| YUV | 161.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 207 | 0 | 0.50 | 0.11 | 0.09 | 313.04 | 0.71 | 0.68 |
| Hex | E8 | 75 | CF | 0 | 32 | B | 9 | 139 | 47 | 44 |
| Octal | 350 | 165 | 317 | 0 | 62 | 13 | 11 | 471 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11001111 | 0 | 110010 | 1011 | 1001 | 100111001 | 1000111 | 1000100 |
Color Harmonies of #E875CF
Complementary color
Monochromatic Colors of #E875CF
Black with #E875CF
Text Example
Text Example
White with #E875CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875CF; }
p { color: rgb(232,117,207); }
H1.HeaderClassName
{
color: #E875CF;
}
.AnyTagClassName
{
color: #E875CF;
}
</style>
background-color css
<style>
a { background-color: #E875CF; }
a { background-color: rgb(232,117,207); }
div.DivClassName
{
background-color: #E875CF;
}
.BgClassName
{
background-color: #E875CF;
}
</style>
border-color css
<style>
span { border-color: #E875CF; }
span { border-color: rgb(232,117,207); }
td.TdClassName
{
border-color: #E875CF;
}
.TagClassName
{
border-color: #E875CF;
}
</style>