#E972CE

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

Shades of Orchid #E972CE

Tints of Orchid #E972CE

Color information

#E972CE (or 0xE972CE) is unknown color: approx Orchid. HEX triplet: E9, 72 and CE. RGB value is (233,114,206). Sum of RGB (Red+Green+Blue) = 233+114+206=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E972CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972CE is #168D31. Grayscale: #9F9F9F. Windows color (decimal): -1477938 or 13529833. OLE color: 13529833.

HSL color Cylindrical-coordinate representation of color #E972CE: hue angle of 313.61º 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 #E972CE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233114206-
CMYK00.510.120.09
HSL313.61º73.01%68.04%-
HSV(B)313.61º51.07%91.37%-
XYZ50.7633.8162.24-
YUV160.07153.92180.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=42.13%
G=20.61%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311420600.510.120.09313.6173.0168.04
HexE972CE033C913a4944
Octal3511623160631411472111104
Binary1110100111100101100111001100111100100110011101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E972CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E972CE; }

 p { color: rgb(233,114,206); }

 H1.HeaderClassName
 {
   color: #E972CE;
 }
 .AnyTagClassName
 {
   color: #E972CE;
 }
</style>
background-color css

<style>
 a { background-color: #E972CE; }

 a { background-color: rgb(233,114,206); }

 div.DivClassName
 {
   background-color: #E972CE;
 }
 .BgClassName
 {
   background-color: #E972CE;
 }
</style>
border-color css

<style>
 span { border-color: #E972CE; }

 span { border-color: rgb(233,114,206); }

 td.TdClassName
 {
   border-color: #E972CE;
 }
 .TagClassName
 {
   border-color: #E972CE;
 }
</style>