Html Css Color HEX #EC77D7 Orchid

📋 copy color: '#EC77D7'

red 236 ◦ green 119 ◦ blue 215

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

Shades of Orchid #EC77D7

Tints of Orchid #EC77D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.72%

R = 41.4%
G = 20.88%
B = 37.72%

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

#EC77D7 (or 0xEC77D7) is known color: Orchid. HEX triplet: EC, 77 and D7. RGB value is (236,119,215). Sum of RGB (Red+Green+Blue) = 236+119+215=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC77D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC77D7 is #138828. Grayscale: #A4A4A4. Windows color (decimal): -1280041 or 14120940. OLE color: 14120940.

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

Color convert

RGB 236 119 215 -
CMYK 0 0.50 0.09 0.07
HSL 310.77º 0.75% 0.7% -
HSV(B) 310.77º 0.5% 0.93% -
XYZ 53.45 35.93 68.41 -
YUV 164.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 236 119 215 0 0.50 0.09 0.07 310.77 0.75 0.7
Hex EC 77 D7 0 32 9 7 137 4B 46
Octal 354 167 327 0 62 11 7 467 113 106
Binary 11101100 1110111 11010111 0 110010 1001 111 100110111 1001011 1000110

Color Harmonies of #EC77D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC77D7

Black with #EC77D7

Text Example


Text Example

White with #EC77D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC77D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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