Html Css Color HEX #E176CD Orchid

📋 copy color: '#E176CD'

red 225 ◦ green 118 ◦ blue 205

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

Shades of Orchid #E176CD

Tints of Orchid #E176CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 41.06%
G = 21.53%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E176CD (or 0xE176CD) is known color: Orchid. HEX triplet: E1, 76 and CD. RGB value is (225,118,205). Sum of RGB (Red+Green+Blue) = 225+118+205=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E176CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176CD is #1E8932. Grayscale: #9F9F9F. Windows color (decimal): -2001203 or 13465313. OLE color: 13465313.

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

Color convert

RGB 225 118 205 -
CMYK 0 0.48 0.09 0.12
HSL 311.22º 0.64% 0.67% -
HSV(B) 311.22º 0.48% 0.88% -
XYZ 48.55 33.37 61.64 -
YUV 159.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 225 118 205 0 0.48 0.09 0.12 311.22 0.64 0.67
Hex E1 76 CD 0 30 9 C 137 40 43
Octal 341 166 315 0 60 11 14 467 100 103
Binary 11100001 1110110 11001101 0 110000 1001 1100 100110111 1000000 1000011

Color Harmonies of #E176CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E176CD

Black with #E176CD

Text Example


Text Example

White with #E176CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E176CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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