Html Css Color HEX #E177CB Orchid

📋 copy color: '#E177CB'

red 225 ◦ green 119 ◦ blue 203

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

Shades of Orchid #E177CB

Tints of Orchid #E177CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 41.13%
G = 21.76%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E177CB (or 0xE177CB) is known color: Orchid. HEX triplet: E1, 77 and CB. RGB value is (225,119,203). Sum of RGB (Red+Green+Blue) = 225+119+203=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E177CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177CB is #1E8834. Grayscale: #A0A0A0. Windows color (decimal): -2000949 or 13334497. OLE color: 13334497.

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

Color convert

RGB 225 119 203 -
CMYK 0 0.47 0.10 0.12
HSL 312.45º 0.64% 0.67% -
HSV(B) 312.45º 0.47% 0.88% -
XYZ 48.43 33.51 60.42 -
YUV 160.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 225 119 203 0 0.47 0.10 0.12 312.45 0.64 0.67
Hex E1 77 CB 0 2F A C 138 40 43
Octal 341 167 313 0 57 12 14 470 100 103
Binary 11100001 1110111 11001011 0 101111 1010 1100 100111000 1000000 1000011

Color Harmonies of #E177CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177CB

Black with #E177CB

Text Example


Text Example

White with #E177CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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