Html Css Color HEX #EC76D4 Orchid

📋 copy color: '#EC76D4'

red 236 ◦ green 118 ◦ blue 212

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

Shades of Orchid #EC76D4

Tints of Orchid #EC76D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.46%

R = 41.7%
G = 20.85%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC76D4 (or 0xEC76D4) is known color: Orchid. HEX triplet: EC, 76 and D4. RGB value is (236,118,212). Sum of RGB (Red+Green+Blue) = 236+118+212=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76D4 is #13892B. Grayscale: #A3A3A3. Windows color (decimal): -1280300 or 13924076. OLE color: 13924076.

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

Color convert

RGB 236 118 212 -
CMYK 0 0.5 0.10 0.07
HSL 312.2º 0.76% 0.69% -
HSV(B) 312.2º 0.5% 0.93% -
XYZ 52.95 35.54 66.36 -
YUV 164 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 236 118 212 0 0.5 0.10 0.07 312.2 0.76 0.69
Hex EC 76 D4 0 32 A 7 138 4C 45
Octal 354 166 324 0 62 12 7 470 114 105
Binary 11101100 1110110 11010100 0 110010 1010 111 100111000 1001100 1000101

Color Harmonies of #EC76D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76D4

Black with #EC76D4

Text Example


Text Example

White with #EC76D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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