#E972CF

Color #E972CF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E972CF

Tints of Orchid #E972CF

Color information

#E972CF (or 0xE972CF) is unknown color: approx 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

RGB233114207-
CMYK00.510.110.09
HSL313.11º73.01%68.04%-
HSV(B)313.11º51.07%91.37%-
XYZ50.8833.8662.89-
YUV160.18154.42179.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 114 (44.92% from 255) = 20.58%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=42.06%
G=20.58%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311420700.510.110.09313.1173.0168.04
HexE972CF033B91394944
Octal3511623170631311471111104
Binary1110100111100101100111101100111011100110011100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E972CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>