Html Css Color HEX #E177DE Orchid

📋 copy color: '#E177DE'

red 225 ◦ green 119 ◦ blue 222

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

Shades of Orchid #E177DE

Tints of Orchid #E177DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 39.75%
G = 21.02%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E177DE (or 0xE177DE) is known color: Orchid. HEX triplet: E1, 77 and DE. RGB value is (225,119,222). Sum of RGB (Red+Green+Blue) = 225+119+222=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E177DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177DE is #1E8821. Grayscale: #A2A2A2. Windows color (decimal): -2000930 or 14579681. OLE color: 14579681.

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

Color convert

RGB 225 119 222 -
CMYK 0 0.47 0.01 0.12
HSL 301.7º 0.64% 0.67% -
HSV(B) 301.7º 0.47% 0.88% -
XYZ 50.83 34.48 73.08 -
YUV 162.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 225 119 222 0 0.47 0.01 0.12 301.7 0.64 0.67
Hex E1 77 DE 0 2F 1 C 12E 40 43
Octal 341 167 336 0 57 1 14 456 100 103
Binary 11100001 1110111 11011110 0 101111 1 1100 100101110 1000000 1000011

Color Harmonies of #E177DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177DE

Black with #E177DE

Text Example


Text Example

White with #E177DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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