Html Css Color HEX #E177DB Orchid

📋 copy color: '#E177DB'

red 225 ◦ green 119 ◦ blue 219

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

Shades of Orchid #E177DB

Tints of Orchid #E177DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 39.96%
G = 21.14%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E177DB (or 0xE177DB) is known color: Orchid. HEX triplet: E1, 77 and DB. RGB value is (225,119,219). Sum of RGB (Red+Green+Blue) = 225+119+219=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E177DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177DB is #1E8824. Grayscale: #A1A1A1. Windows color (decimal): -2000933 or 14383073. OLE color: 14383073.

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

Color convert

RGB 225 119 219 -
CMYK 0 0.47 0.03 0.12
HSL 303.4º 0.64% 0.67% -
HSV(B) 303.4º 0.47% 0.88% -
XYZ 50.43 34.32 70.98 -
YUV 162.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 225 119 219 0 0.47 0.03 0.12 303.4 0.64 0.67
Hex E1 77 DB 0 2F 3 C 12F 40 43
Octal 341 167 333 0 57 3 14 457 100 103
Binary 11100001 1110111 11011011 0 101111 11 1100 100101111 1000000 1000011

Color Harmonies of #E177DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E177DB

Black with #E177DB

Text Example


Text Example

White with #E177DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E177DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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