Html Css Color HEX #E171DC Orchid

📋 copy color: '#E171DC'

red 225 ◦ green 113 ◦ blue 220

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

Shades of Orchid #E171DC

Tints of Orchid #E171DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.25%

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

R = 40.32%
G = 20.25%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E171DC (or 0xE171DC) is known color: Orchid. HEX triplet: E1, 71 and DC. RGB value is (225,113,220). Sum of RGB (Red+Green+Blue) = 225+113+220=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E171DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171DC is #1E8E23. Grayscale: #9E9E9E. Windows color (decimal): -2002468 or 14447073. OLE color: 14447073.

HSL color Cylindrical-coordinate representation of color #E171DC: hue angle of 302.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171DC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 113 220 -
CMYK 0 0.50 0.02 0.12
HSL 302.68º 0.65% 0.66% -
HSV(B) 302.68º 0.5% 0.88% -
XYZ 49.87 32.99 71.45 -
YUV 158.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 225 113 220 0 0.50 0.02 0.12 302.68 0.65 0.66
Hex E1 71 DC 0 32 2 C 12F 41 42
Octal 341 161 334 0 62 2 14 457 101 102
Binary 11100001 1110001 11011100 0 110010 10 1100 100101111 1000001 1000010

Color Harmonies of #E171DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171DC

Black with #E171DC

Text Example


Text Example

White with #E171DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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