Html Css Color HEX #EC76D9 Orchid

📋 copy color: '#EC76D9'

red 236 ◦ green 118 ◦ blue 217

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

Shades of Orchid #EC76D9

Tints of Orchid #EC76D9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.67%

 BLUE value IS 217 (85.16% from 255) = 38%

R = 41.33%
G = 20.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC76D9 (or 0xEC76D9) is known color: Orchid. HEX triplet: EC, 76 and D9. RGB value is (236,118,217). Sum of RGB (Red+Green+Blue) = 236+118+217=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76D9 is #138926. Grayscale: #A4A4A4. Windows color (decimal): -1280295 or 14251756. OLE color: 14251756.

HSL color Cylindrical-coordinate representation of color #EC76D9: hue angle of 309.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76D9 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 217 -
CMYK 0 0.5 0.08 0.07
HSL 309.66º 0.76% 0.69% -
HSV(B) 309.66º 0.5% 0.93% -
XYZ 53.59 35.8 69.73 -
YUV 164.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 236 118 217 0 0.5 0.08 0.07 309.66 0.76 0.69
Hex EC 76 D9 0 32 8 7 136 4C 45
Octal 354 166 331 0 62 10 7 466 114 105
Binary 11101100 1110110 11011001 0 110010 1000 111 100110110 1001100 1000101

Color Harmonies of #EC76D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76D9

Black with #EC76D9

Text Example


Text Example

White with #EC76D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76D9; }

 p { color: rgb(236,118,217); }

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

background-color css

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

 a { background-color: rgb(236,118,217); }

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

border-color css

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

 span { border-color: rgb(236,118,217); }

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