Html Css Color HEX #E171DA Orchid

📋 copy color: '#E171DA'

red 225 ◦ green 113 ◦ blue 218

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

Shades of Orchid #E171DA

Tints of Orchid #E171DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 40.47%
G = 20.32%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E171DA (or 0xE171DA) is known color: Orchid. HEX triplet: E1, 71 and DA. RGB value is (225,113,218). Sum of RGB (Red+Green+Blue) = 225+113+218=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E171DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171DA is #1E8E25. Grayscale: #9E9E9E. Windows color (decimal): -2002470 or 14316001. OLE color: 14316001.

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

Color convert

RGB 225 113 218 -
CMYK 0 0.50 0.03 0.12
HSL 303.75º 0.65% 0.66% -
HSV(B) 303.75º 0.5% 0.88% -
XYZ 49.61 32.88 70.06 -
YUV 158.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 225 113 218 0 0.50 0.03 0.12 303.75 0.65 0.66
Hex E1 71 DA 0 32 3 C 130 41 42
Octal 341 161 332 0 62 3 14 460 101 102
Binary 11100001 1110001 11011010 0 110010 11 1100 100110000 1000001 1000010

Color Harmonies of #E171DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171DA

Black with #E171DA

Text Example


Text Example

White with #E171DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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