Html Css Color HEX #EC77D6 Orchid

📋 copy color: '#EC77D6'

red 236 ◦ green 119 ◦ blue 214

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

Shades of Orchid #EC77D6

Tints of Orchid #EC77D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 41.48%
G = 20.91%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC77D6 (or 0xEC77D6) is known color: Orchid. HEX triplet: EC, 77 and D6. RGB value is (236,119,214). Sum of RGB (Red+Green+Blue) = 236+119+214=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77D6 is #138829. Grayscale: #A4A4A4. Windows color (decimal): -1280042 or 14055404. OLE color: 14055404.

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

Color convert

RGB 236 119 214 -
CMYK 0 0.50 0.09 0.07
HSL 311.28º 0.75% 0.7% -
HSV(B) 311.28º 0.5% 0.93% -
XYZ 53.33 35.88 67.73 -
YUV 164.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 236 119 214 0 0.50 0.09 0.07 311.28 0.75 0.7
Hex EC 77 D6 0 32 9 7 137 4B 46
Octal 354 167 326 0 62 11 7 467 113 106
Binary 11101100 1110111 11010110 0 110010 1001 111 100110111 1001011 1000110

Color Harmonies of #EC77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77D6

Black with #EC77D6

Text Example


Text Example

White with #EC77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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