Html Css Color HEX #E179D0 Orchid

📋 copy color: '#E179D0'

red 225 ◦ green 121 ◦ blue 208

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

Shades of Orchid #E179D0

Tints of Orchid #E179D0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.84%

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 40.61%
G = 21.84%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E179D0 (or 0xE179D0) is known color: Orchid. HEX triplet: E1, 79 and D0. RGB value is (225,121,208). Sum of RGB (Red+Green+Blue) = 225+121+208=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E179D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179D0 is #1E862F. Grayscale: #A1A1A1. Windows color (decimal): -2000432 or 13662689. OLE color: 13662689.

HSL color Cylindrical-coordinate representation of color #E179D0: hue angle of 309.81º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179D0 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 121 208 -
CMYK 0 0.46 0.08 0.12
HSL 309.81º 0.63% 0.68% -
HSV(B) 309.81º 0.46% 0.88% -
XYZ 49.27 34.24 63.69 -
YUV 162.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 225 121 208 0 0.46 0.08 0.12 309.81 0.63 0.68
Hex E1 79 D0 0 2E 8 C 136 3F 44
Octal 341 171 320 0 56 10 14 466 77 104
Binary 11100001 1111001 11010000 0 101110 1000 1100 100110110 111111 1000100

Color Harmonies of #E179D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E179D0

Black with #E179D0

Text Example


Text Example

White with #E179D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E179D0; }

 p { color: rgb(225,121,208); }

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

background-color css

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

 a { background-color: rgb(225,121,208); }

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

border-color css

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

 span { border-color: rgb(225,121,208); }

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