Html Css Color HEX #EC73D3 Orchid

📋 copy color: '#EC73D3'

red 236 ◦ green 115 ◦ blue 211

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

Shades of Orchid #EC73D3

Tints of Orchid #EC73D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 41.99%
G = 20.46%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC73D3 (or 0xEC73D3) is known color: Orchid. HEX triplet: EC, 73 and D3. RGB value is (236,115,211). Sum of RGB (Red+Green+Blue) = 236+115+211=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73D3 is #138C2C. Grayscale: #A1A1A1. Windows color (decimal): -1281069 or 13857772. OLE color: 13857772.

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

Color convert

RGB 236 115 211 -
CMYK 0 0.51 0.11 0.07
HSL 312.4º 0.76% 0.69% -
HSV(B) 312.4º 0.51% 0.93% -
XYZ 52.48 34.8 65.58 -
YUV 162.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 236 115 211 0 0.51 0.11 0.07 312.4 0.76 0.69
Hex EC 73 D3 0 33 B 7 138 4C 45
Octal 354 163 323 0 63 13 7 470 114 105
Binary 11101100 1110011 11010011 0 110011 1011 111 100111000 1001100 1000101

Color Harmonies of #EC73D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73D3

Black with #EC73D3

Text Example


Text Example

White with #EC73D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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