#EC73DE

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

Shades of Orchid #EC73DE

Tints of Orchid #EC73DE

Color information

#EC73DE (or 0xEC73DE) is unknown color: approx Orchid. HEX triplet: EC, 73 and DE. RGB value is (236,115,222). Sum of RGB (Red+Green+Blue) = 236+115+222=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73DE is #138C21. Grayscale: #A3A3A3. Windows color (decimal): -1281058 or 14578668. OLE color: 14578668.

HSL color Cylindrical-coordinate representation of color #EC73DE: hue angle of 306.94º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73DE is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236115222-
CMYK00.510.060.07
HSL306.94º76.1%68.82%-
HSV(B)306.94º51.27%92.55%-
XYZ53.9135.3773.09-
YUV163.38161.09179.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 115 (45.31% from 255) = 20.07%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=41.19%
G=20.07%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611522200.510.060.07306.9476.168.82
HexEC73DE033671334c45
Octal35416333606367463114105
Binary11101100111001111011110011001111011110011001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC73DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC73DE; }

 p { color: rgb(236,115,222); }

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

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

 a { background-color: rgb(236,115,222); }

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

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

 span { border-color: rgb(236,115,222); }

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