Html Css Color HEX #E177C5 Orchid

📋 copy color: '#E177C5'

red 225 ◦ green 119 ◦ blue 197

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

Shades of Orchid #E177C5

Tints of Orchid #E177C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 41.59%
G = 22%
B = 36.41%

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

#E177C5 (or 0xE177C5) is known color: Orchid. HEX triplet: E1, 77 and C5. RGB value is (225,119,197). Sum of RGB (Red+Green+Blue) = 225+119+197=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E177C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177C5 is #1E883A. Grayscale: #9F9F9F. Windows color (decimal): -2000955 or 12941281. OLE color: 12941281.

HSL color Cylindrical-coordinate representation of color #E177C5: hue angle of 315.85º 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 #E177C5 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 197 -
CMYK 0 0.47 0.12 0.12
HSL 315.85º 0.64% 0.67% -
HSV(B) 315.85º 0.47% 0.88% -
XYZ 47.73 33.23 56.72 -
YUV 159.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 225 119 197 0 0.47 0.12 0.12 315.85 0.64 0.67
Hex E1 77 C5 0 2F C C 13C 40 43
Octal 341 167 305 0 57 14 14 474 100 103
Binary 11100001 1110111 11000101 0 101111 1100 1100 100111100 1000000 1000011

Color Harmonies of #E177C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177C5

Black with #E177C5

Text Example


Text Example

White with #E177C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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