Shades of Orchid #E975CF
Tints of Orchid #E975CF
RGB
CMYK
RGB Variations
Color information
#E975CF (or 0xE975CF) is known color: Orchid. HEX triplet: E9, 75 and CF. RGB value is (233,117,207). Sum of RGB (Red+Green+Blue) = 233+117+207=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E975CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975CF is #168A30. Grayscale: #A1A1A1. Windows color (decimal): -1477169 or 13596137. OLE color: 13596137.
HSL color Cylindrical-coordinate representation of color #E975CF: hue angle of 313.45º 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 #E975CF is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 207 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.09 |
| HSL | 313.45º | 0.73% | 0.69% | - |
| HSV(B) | 313.45º | 0.5% | 0.91% | - |
| XYZ | 51.23 | 34.55 | 63 | - |
| YUV | 161.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 207 | 0 | 0.50 | 0.11 | 0.09 | 313.45 | 0.73 | 0.69 |
| Hex | E9 | 75 | CF | 0 | 32 | B | 9 | 139 | 48 | 45 |
| Octal | 351 | 165 | 317 | 0 | 62 | 13 | 11 | 471 | 110 | 105 |
| Binary | 11101001 | 1110101 | 11001111 | 0 | 110010 | 1011 | 1001 | 100111001 | 1001000 | 1000101 |
Color Harmonies of #E975CF
Complementary color
Monochromatic Colors of #E975CF
Black with #E975CF
Text Example
Text Example
White with #E975CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E975CF; }
p { color: rgb(233,117,207); }
H1.HeaderClassName
{
color: #E975CF;
}
.AnyTagClassName
{
color: #E975CF;
}
</style>
background-color css
<style>
a { background-color: #E975CF; }
a { background-color: rgb(233,117,207); }
div.DivClassName
{
background-color: #E975CF;
}
.BgClassName
{
background-color: #E975CF;
}
</style>
border-color css
<style>
span { border-color: #E975CF; }
span { border-color: rgb(233,117,207); }
td.TdClassName
{
border-color: #E975CF;
}
.TagClassName
{
border-color: #E975CF;
}
</style>