Html Css Color HEX #E177C6 Orchid

📋 copy color: '#E177C6'

red 225 ◦ green 119 ◦ blue 198

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

Shades of Orchid #E177C6

Tints of Orchid #E177C6

RGB

 RED value IS 225 (88.28% from 255) = 41.51%

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

 BLUE value IS 198 (77.73% from 255) = 36.53%

R = 41.51%
G = 21.96%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E177C6 (or 0xE177C6) is known color: Orchid. HEX triplet: E1, 77 and C6. RGB value is (225,119,198). Sum of RGB (Red+Green+Blue) = 225+119+198=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E177C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177C6 is #1E8839. Grayscale: #9F9F9F. Windows color (decimal): -2000954 or 13006817. OLE color: 13006817.

HSL color Cylindrical-coordinate representation of color #E177C6: hue angle of 315.28º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177C6 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 198 -
CMYK 0 0.47 0.12 0.12
HSL 315.28º 0.64% 0.67% -
HSV(B) 315.28º 0.47% 0.88% -
XYZ 47.84 33.28 57.33 -
YUV 159.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 225 119 198 0 0.47 0.12 0.12 315.28 0.64 0.67
Hex E1 77 C6 0 2F C C 13B 40 43
Octal 341 167 306 0 57 14 14 473 100 103
Binary 11100001 1110111 11000110 0 101111 1100 1100 100111011 1000000 1000011

Color Harmonies of #E177C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177C6

Black with #E177C6

Text Example


Text Example

White with #E177C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177C6; }

 p { color: rgb(225,119,198); }

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

background-color css

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

 a { background-color: rgb(225,119,198); }

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

border-color css

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

 span { border-color: rgb(225,119,198); }

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