Html Css Color HEX #E177DF Orchid

📋 copy color: '#E177DF'

red 225 ◦ green 119 ◦ blue 223

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

Shades of Orchid #E177DF

Tints of Orchid #E177DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 39.68%
G = 20.99%
B = 39.33%

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

#E177DF (or 0xE177DF) is known color: Orchid. HEX triplet: E1, 77 and DF. RGB value is (225,119,223). Sum of RGB (Red+Green+Blue) = 225+119+223=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E177DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177DF is #1E8820. Grayscale: #A2A2A2. Windows color (decimal): -2000929 or 14645217. OLE color: 14645217.

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

Color convert

RGB 225 119 223 -
CMYK 0 0.47 0.01 0.12
HSL 301.13º 0.64% 0.67% -
HSV(B) 301.13º 0.47% 0.88% -
XYZ 50.97 34.53 73.79 -
YUV 162.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 225 119 223 0 0.47 0.01 0.12 301.13 0.64 0.67
Hex E1 77 DF 0 2F 1 C 12D 40 43
Octal 341 167 337 0 57 1 14 455 100 103
Binary 11100001 1110111 11011111 0 101111 1 1100 100101101 1000000 1000011

Color Harmonies of #E177DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177DF

Black with #E177DF

Text Example


Text Example

White with #E177DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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