Html Css Color HEX #EC77D4 Orchid

📋 copy color: '#EC77D4'

red 236 ◦ green 119 ◦ blue 212

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

Shades of Orchid #EC77D4

Tints of Orchid #EC77D4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.99%

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

R = 41.62%
G = 20.99%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC77D4 (or 0xEC77D4) is known color: Orchid. HEX triplet: EC, 77 and D4. RGB value is (236,119,212). Sum of RGB (Red+Green+Blue) = 236+119+212=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77D4 is #13882B. Grayscale: #A4A4A4. Windows color (decimal): -1280044 or 13924332. OLE color: 13924332.

HSL color Cylindrical-coordinate representation of color #EC77D4: hue angle of 312.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC77D4 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 119 212 -
CMYK 0 0.50 0.10 0.07
HSL 312.31º 0.75% 0.7% -
HSV(B) 312.31º 0.5% 0.93% -
XYZ 53.07 35.78 66.4 -
YUV 164.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 236 119 212 0 0.50 0.10 0.07 312.31 0.75 0.7
Hex EC 77 D4 0 32 A 7 138 4B 46
Octal 354 167 324 0 62 12 7 470 113 106
Binary 11101100 1110111 11010100 0 110010 1010 111 100111000 1001011 1000110

Color Harmonies of #EC77D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77D4

Black with #EC77D4

Text Example


Text Example

White with #EC77D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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