Html Css Color HEX #EC73D6 Orchid

📋 copy color: '#EC73D6'

red 236 ◦ green 115 ◦ blue 214

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

Shades of Orchid #EC73D6

Tints of Orchid #EC73D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 41.77%
G = 20.35%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC73D6 (or 0xEC73D6) is known color: Orchid. HEX triplet: EC, 73 and D6. RGB value is (236,115,214). Sum of RGB (Red+Green+Blue) = 236+115+214=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73D6 is #138C29. Grayscale: #A2A2A2. Windows color (decimal): -1281066 or 14054380. OLE color: 14054380.

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

Color convert

RGB 236 115 214 -
CMYK 0 0.51 0.09 0.07
HSL 310.91º 0.76% 0.69% -
HSV(B) 310.91º 0.51% 0.93% -
XYZ 52.86 34.95 67.58 -
YUV 162.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 236 115 214 0 0.51 0.09 0.07 310.91 0.76 0.69
Hex EC 73 D6 0 33 9 7 137 4C 45
Octal 354 163 326 0 63 11 7 467 114 105
Binary 11101100 1110011 11010110 0 110011 1001 111 100110111 1001100 1000101

Color Harmonies of #EC73D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73D6

Black with #EC73D6

Text Example


Text Example

White with #EC73D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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