Html Css Color HEX #E179D9 Orchid

📋 copy color: '#E179D9'

red 225 ◦ green 121 ◦ blue 217

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

Shades of Orchid #E179D9

Tints of Orchid #E179D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 39.96%
G = 21.49%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E179D9 (or 0xE179D9) is known color: Orchid. HEX triplet: E1, 79 and D9. RGB value is (225,121,217). Sum of RGB (Red+Green+Blue) = 225+121+217=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E179D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179D9 is #1E8626. Grayscale: #A2A2A2. Windows color (decimal): -2000423 or 14252513. OLE color: 14252513.

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

Color convert

RGB 225 121 217 -
CMYK 0 0.46 0.04 0.12
HSL 304.62º 0.63% 0.68% -
HSV(B) 304.62º 0.46% 0.88% -
XYZ 50.41 34.69 69.68 -
YUV 163.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 225 121 217 0 0.46 0.04 0.12 304.62 0.63 0.68
Hex E1 79 D9 0 2E 4 C 131 3F 44
Octal 341 171 331 0 56 4 14 461 77 104
Binary 11100001 1111001 11011001 0 101110 100 1100 100110001 111111 1000100

Color Harmonies of #E179D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E179D9

Black with #E179D9

Text Example


Text Example

White with #E179D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E179D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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