Html Css Color HEX #E177CC Orchid

📋 copy color: '#E177CC'

red 225 ◦ green 119 ◦ blue 204

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

Shades of Orchid #E177CC

Tints of Orchid #E177CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 41.06%
G = 21.72%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E177CC (or 0xE177CC) is known color: Orchid. HEX triplet: E1, 77 and CC. RGB value is (225,119,204). Sum of RGB (Red+Green+Blue) = 225+119+204=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E177CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177CC is #1E8833. Grayscale: #A0A0A0. Windows color (decimal): -2000948 or 13400033. OLE color: 13400033.

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

Color convert

RGB 225 119 204 -
CMYK 0 0.47 0.09 0.12
HSL 311.89º 0.64% 0.67% -
HSV(B) 311.89º 0.47% 0.88% -
XYZ 48.55 33.56 61.05 -
YUV 160.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 225 119 204 0 0.47 0.09 0.12 311.89 0.64 0.67
Hex E1 77 CC 0 2F 9 C 138 40 43
Octal 341 167 314 0 57 11 14 470 100 103
Binary 11100001 1110111 11001100 0 101111 1001 1100 100111000 1000000 1000011

Color Harmonies of #E177CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177CC

Black with #E177CC

Text Example


Text Example

White with #E177CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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