Html Css Color HEX #EC76D8 Orchid

📋 copy color: '#EC76D8'

red 236 ◦ green 118 ◦ blue 216

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

Shades of Orchid #EC76D8

Tints of Orchid #EC76D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 41.4%
G = 20.7%
B = 37.89%

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

#EC76D8 (or 0xEC76D8) is known color: Orchid. HEX triplet: EC, 76 and D8. RGB value is (236,118,216). Sum of RGB (Red+Green+Blue) = 236+118+216=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76D8 is #138927. Grayscale: #A4A4A4. Windows color (decimal): -1280296 or 14186220. OLE color: 14186220.

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

Color convert

RGB 236 118 216 -
CMYK 0 0.5 0.08 0.07
HSL 310.17º 0.76% 0.69% -
HSV(B) 310.17º 0.5% 0.93% -
XYZ 53.47 35.75 69.05 -
YUV 164.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 236 118 216 0 0.5 0.08 0.07 310.17 0.76 0.69
Hex EC 76 D8 0 32 8 7 136 4C 45
Octal 354 166 330 0 62 10 7 466 114 105
Binary 11101100 1110110 11011000 0 110010 1000 111 100110110 1001100 1000101

Color Harmonies of #EC76D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76D8

Black with #EC76D8

Text Example


Text Example

White with #EC76D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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