Html Css Color HEX #EC73DC Orchid

📋 copy color: '#EC73DC'

red 236 ◦ green 115 ◦ blue 220

#EC73DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #EC73DC

Tints of Orchid #EC73DC

RGB

 RED value IS 236 (92.58% from 255) = 41.33%

 GREEN value IS 115 (45.31% from 255) = 20.14%

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 41.33%
G = 20.14%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC73DC (or 0xEC73DC) is known color: Orchid. HEX triplet: EC, 73 and DC. RGB value is (236,115,220). Sum of RGB (Red+Green+Blue) = 236+115+220=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73DC is #138C23. Grayscale: #A2A2A2. Windows color (decimal): -1281060 or 14447596. OLE color: 14447596.

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

Color convert

RGB 236 115 220 -
CMYK 0 0.51 0.07 0.07
HSL 307.93º 0.76% 0.69% -
HSV(B) 307.93º 0.51% 0.93% -
XYZ 53.64 35.26 71.69 -
YUV 163.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 236 115 220 0 0.51 0.07 0.07 307.93 0.76 0.69
Hex EC 73 DC 0 33 7 7 134 4C 45
Octal 354 163 334 0 63 7 7 464 114 105
Binary 11101100 1110011 11011100 0 110011 111 111 100110100 1001100 1000101

Color Harmonies of #EC73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73DC

Black with #EC73DC

Text Example


Text Example

White with #EC73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73DC; }

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

 H1.HeaderClassName
 {
   color: #EC73DC;
 }
 .AnyTagClassName
 {
   color: #EC73DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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