Shades of Orchid #E975CE
Tints of Orchid #E975CE
RGB
CMYK
RGB Variations
Color information
#E975CE (or 0xE975CE) is known color: Orchid. HEX triplet: E9, 75 and CE. RGB value is (233,117,206). Sum of RGB (Red+Green+Blue) = 233+117+206=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E975CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975CE is #168A31. Grayscale: #A1A1A1. Windows color (decimal): -1477170 or 13530601. OLE color: 13530601.
HSL color Cylindrical-coordinate representation of color #E975CE: hue angle of 313.97º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975CE is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 206 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.09 |
| HSL | 313.97º | 0.73% | 0.69% | - |
| HSV(B) | 313.97º | 0.5% | 0.91% | - |
| XYZ | 51.11 | 34.5 | 62.36 | - |
| YUV | 161.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 206 | 0 | 0.50 | 0.12 | 0.09 | 313.97 | 0.73 | 0.69 |
| Hex | E9 | 75 | CE | 0 | 32 | C | 9 | 13A | 48 | 45 |
| Octal | 351 | 165 | 316 | 0 | 62 | 14 | 11 | 472 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11001110 | 0 | 110010 | 1100 | 1001 | 100111010 | 1001000 | 1000101 |
Color Harmonies of #E975CE
Complementary color
Monochromatic Colors of #E975CE
Black with #E975CE
Text Example
Text Example
White with #E975CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975CE; }
p { color: rgb(233,117,206); }
H1.HeaderClassName
{
color: #E975CE;
}
.AnyTagClassName
{
color: #E975CE;
}
</style>
background-color css
<style>
a { background-color: #E975CE; }
a { background-color: rgb(233,117,206); }
div.DivClassName
{
background-color: #E975CE;
}
.BgClassName
{
background-color: #E975CE;
}
</style>
border-color css
<style>
span { border-color: #E975CE; }
span { border-color: rgb(233,117,206); }
td.TdClassName
{
border-color: #E975CE;
}
.TagClassName
{
border-color: #E975CE;
}
</style>