#EC73DD

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

Shades of Orchid #EC73DD

Tints of Orchid #EC73DD

Color information

#EC73DD (or 0xEC73DD) is unknown color: approx Orchid. HEX triplet: EC, 73 and DD. RGB value is (236,115,221). Sum of RGB (Red+Green+Blue) = 236+115+221=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73DD is #138C22. Grayscale: #A2A2A2. Windows color (decimal): -1281059 or 14513132. OLE color: 14513132.

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

Color convert

RGB236115221-
CMYK00.510.060.07
HSL307.44º76.1%68.82%-
HSV(B)307.44º51.27%92.55%-
XYZ53.7735.3172.39-
YUV163.26160.59179.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 115 (45.31% from 255) = 20.10%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=41.26%
G=20.10%
B=38.64%

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
Decimal23611522100.510.060.07307.4476.168.82
HexEC73DD033671334c45
Octal35416333506367463114105
Binary11101100111001111011101011001111011110011001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC73DD; }

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

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

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

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

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

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

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

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