Html Css Color HEX #E177C8 Orchid

📋 copy color: '#E177C8'

red 225 ◦ green 119 ◦ blue 200

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

Shades of Orchid #E177C8

Tints of Orchid #E177C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 41.36%
G = 21.88%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E177C8 (or 0xE177C8) is known color: Orchid. HEX triplet: E1, 77 and C8. RGB value is (225,119,200). Sum of RGB (Red+Green+Blue) = 225+119+200=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E177C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177C8 is #1E8837. Grayscale: #9F9F9F. Windows color (decimal): -2000952 or 13137889. OLE color: 13137889.

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

Color convert

RGB 225 119 200 -
CMYK 0 0.47 0.11 0.12
HSL 314.15º 0.64% 0.67% -
HSV(B) 314.15º 0.47% 0.88% -
XYZ 48.07 33.37 58.55 -
YUV 159.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 225 119 200 0 0.47 0.11 0.12 314.15 0.64 0.67
Hex E1 77 C8 0 2F B C 13A 40 43
Octal 341 167 310 0 57 13 14 472 100 103
Binary 11100001 1110111 11001000 0 101111 1011 1100 100111010 1000000 1000011

Color Harmonies of #E177C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177C8

Black with #E177C8

Text Example


Text Example

White with #E177C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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