Html Css Color HEX #E171DF Orchid

📋 copy color: '#E171DF'

red 225 ◦ green 113 ◦ blue 223

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

Shades of Orchid #E171DF

Tints of Orchid #E171DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 40.11%
G = 20.14%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E171DF (or 0xE171DF) is known color: Orchid. HEX triplet: E1, 71 and DF. RGB value is (225,113,223). Sum of RGB (Red+Green+Blue) = 225+113+223=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E171DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171DF is #1E8E20. Grayscale: #9E9E9E. Windows color (decimal): -2002465 or 14643681. OLE color: 14643681.

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

Color convert

RGB 225 113 223 -
CMYK 0 0.50 0.01 0.12
HSL 301.07º 0.65% 0.66% -
HSV(B) 301.07º 0.5% 0.88% -
XYZ 50.28 33.15 73.56 -
YUV 159.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 225 113 223 0 0.50 0.01 0.12 301.07 0.65 0.66
Hex E1 71 DF 0 32 1 C 12D 41 42
Octal 341 161 337 0 62 1 14 455 101 102
Binary 11100001 1110001 11011111 0 110010 1 1100 100101101 1000001 1000010

Color Harmonies of #E171DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171DF

Black with #E171DF

Text Example


Text Example

White with #E171DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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