Html Css Color HEX #EC73DE Orchid

📋 copy color: '#EC73DE'

red 236 ◦ green 115 ◦ blue 222

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

Shades of Orchid #EC73DE

Tints of Orchid #EC73DE

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 value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC73DE (or 0xEC73DE) is known color: 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

RGB 236 115 222 -
CMYK 0 0.51 0.06 0.07
HSL 306.94º 0.76% 0.69% -
HSV(B) 306.94º 0.51% 0.93% -
XYZ 53.91 35.37 73.09 -
YUV 163.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 236 115 222 0 0.51 0.06 0.07 306.94 0.76 0.69
Hex EC 73 DE 0 33 6 7 133 4C 45
Octal 354 163 336 0 63 6 7 463 114 105
Binary 11101100 1110011 11011110 0 110011 110 111 100110011 1001100 1000101

Color Harmonies of #EC73DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73DE

Black with #EC73DE

Text Example


Text Example

White with #EC73DE

Text Example


Text Example

HTML Codes & Css Web 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>