Html Css Color HEX #E176DC Orchid

📋 copy color: '#E176DC'

red 225 ◦ green 118 ◦ blue 220

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

Shades of Orchid #E176DC

Tints of Orchid #E176DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 39.96%
G = 20.96%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E176DC (or 0xE176DC) is known color: Orchid. HEX triplet: E1, 76 and DC. RGB value is (225,118,220). Sum of RGB (Red+Green+Blue) = 225+118+220=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E176DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176DC is #1E8923. Grayscale: #A1A1A1. Windows color (decimal): -2001188 or 14448353. OLE color: 14448353.

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

Color convert

RGB 225 118 220 -
CMYK 0 0.48 0.02 0.12
HSL 302.8º 0.64% 0.67% -
HSV(B) 302.8º 0.48% 0.88% -
XYZ 50.45 34.13 71.64 -
YUV 161.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 225 118 220 0 0.48 0.02 0.12 302.8 0.64 0.67
Hex E1 76 DC 0 30 2 C 12F 40 43
Octal 341 166 334 0 60 2 14 457 100 103
Binary 11100001 1110110 11011100 0 110000 10 1100 100101111 1000000 1000011

Color Harmonies of #E176DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E176DC

Black with #E176DC

Text Example


Text Example

White with #E176DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E176DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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