Shades of Orchid #E972CF
Tints of Orchid #E972CF
RGB
CMYK
RGB Variations
Color information
#E972CF (or 0xE972CF) is known color: Orchid. HEX triplet: E9, 72 and CF. RGB value is (233,114,207). Sum of RGB (Red+Green+Blue) = 233+114+207=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E972CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972CF is #168D30. Grayscale: #9F9F9F. Windows color (decimal): -1477937 or 13595369. OLE color: 13595369.
HSL color Cylindrical-coordinate representation of color #E972CF: hue angle of 313.11º degrees, saturation: 0.73, 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 #E972CF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 207 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.09 |
| HSL | 313.11º | 0.73% | 0.68% | - |
| HSV(B) | 313.11º | 0.51% | 0.91% | - |
| XYZ | 50.88 | 33.86 | 62.89 | - |
| YUV | 160.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 207 | 0 | 0.51 | 0.11 | 0.09 | 313.11 | 0.73 | 0.68 |
| Hex | E9 | 72 | CF | 0 | 33 | B | 9 | 139 | 49 | 44 |
| Octal | 351 | 162 | 317 | 0 | 63 | 13 | 11 | 471 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11001111 | 0 | 110011 | 1011 | 1001 | 100111001 | 1001001 | 1000100 |
Color Harmonies of #E972CF
Complementary color
Monochromatic Colors of #E972CF
Black with #E972CF
Text Example
Text Example
White with #E972CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972CF; }
p { color: rgb(233,114,207); }
H1.HeaderClassName
{
color: #E972CF;
}
.AnyTagClassName
{
color: #E972CF;
}
</style>
background-color css
<style>
a { background-color: #E972CF; }
a { background-color: rgb(233,114,207); }
div.DivClassName
{
background-color: #E972CF;
}
.BgClassName
{
background-color: #E972CF;
}
</style>
border-color css
<style>
span { border-color: #E972CF; }
span { border-color: rgb(233,114,207); }
td.TdClassName
{
border-color: #E972CF;
}
.TagClassName
{
border-color: #E972CF;
}
</style>