Html Css Color HEX #E176D1 Orchid

📋 copy color: '#E176D1'

red 225 ◦ green 118 ◦ blue 209

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

Shades of Orchid #E176D1

Tints of Orchid #E176D1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.38%

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 40.76%
G = 21.38%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E176D1 (or 0xE176D1) is known color: Orchid. HEX triplet: E1, 76 and D1. RGB value is (225,118,209). Sum of RGB (Red+Green+Blue) = 225+118+209=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E176D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176D1 is #1E892E. Grayscale: #A0A0A0. Windows color (decimal): -2001199 or 13727457. OLE color: 13727457.

HSL color Cylindrical-coordinate representation of color #E176D1: hue angle of 308.97º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E176D1 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 118 209 -
CMYK 0 0.48 0.07 0.12
HSL 308.97º 0.64% 0.67% -
HSV(B) 308.97º 0.48% 0.88% -
XYZ 49.04 33.57 64.22 -
YUV 160.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 225 118 209 0 0.48 0.07 0.12 308.97 0.64 0.67
Hex E1 76 D1 0 30 7 C 135 40 43
Octal 341 166 321 0 60 7 14 465 100 103
Binary 11100001 1110110 11010001 0 110000 111 1100 100110101 1000000 1000011

Color Harmonies of #E176D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E176D1

Black with #E176D1

Text Example


Text Example

White with #E176D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E176D1; }

 p { color: rgb(225,118,209); }

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

background-color css

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

 a { background-color: rgb(225,118,209); }

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

border-color css

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

 span { border-color: rgb(225,118,209); }

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