Shades of Orchid #E975CD
Tints of Orchid #E975CD
RGB
CMYK
RGB Variations
Color information
#E975CD (or 0xE975CD) is known color: Orchid. HEX triplet: E9, 75 and CD. RGB value is (233,117,205). Sum of RGB (Red+Green+Blue) = 233+117+205=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E975CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975CD is #168A32. Grayscale: #A1A1A1. Windows color (decimal): -1477171 or 13465065. OLE color: 13465065.
HSL color Cylindrical-coordinate representation of color #E975CD: hue angle of 314.48º 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 #E975CD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 205 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.09 |
| HSL | 314.48º | 0.73% | 0.69% | - |
| HSV(B) | 314.48º | 0.5% | 0.91% | - |
| XYZ | 50.99 | 34.45 | 61.72 | - |
| YUV | 161.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 205 | 0 | 0.50 | 0.12 | 0.09 | 314.48 | 0.73 | 0.69 |
| Hex | E9 | 75 | CD | 0 | 32 | C | 9 | 13A | 48 | 45 |
| Octal | 351 | 165 | 315 | 0 | 62 | 14 | 11 | 472 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11001101 | 0 | 110010 | 1100 | 1001 | 100111010 | 1001000 | 1000101 |
Color Harmonies of #E975CD
Complementary color
Monochromatic Colors of #E975CD
Black with #E975CD
Text Example
Text Example
White with #E975CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975CD; }
p { color: rgb(233,117,205); }
H1.HeaderClassName
{
color: #E975CD;
}
.AnyTagClassName
{
color: #E975CD;
}
</style>
background-color css
<style>
a { background-color: #E975CD; }
a { background-color: rgb(233,117,205); }
div.DivClassName
{
background-color: #E975CD;
}
.BgClassName
{
background-color: #E975CD;
}
</style>
border-color css
<style>
span { border-color: #E975CD; }
span { border-color: rgb(233,117,205); }
td.TdClassName
{
border-color: #E975CD;
}
.TagClassName
{
border-color: #E975CD;
}
</style>