Html Css Color HEX #E170DF Orchid

📋 copy color: '#E170DF'

red 225 ◦ green 112 ◦ blue 223

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

Shades of Orchid #E170DF

Tints of Orchid #E170DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20%

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

R = 40.18%
G = 20%
B = 39.82%

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

#E170DF (or 0xE170DF) is known color: Orchid. HEX triplet: E1, 70 and DF. RGB value is (225,112,223). Sum of RGB (Red+Green+Blue) = 225+112+223=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E170DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170DF is #1E8F20. Grayscale: #9E9E9E. Windows color (decimal): -2002721 or 14643425. OLE color: 14643425.

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

Color convert

RGB 225 112 223 -
CMYK 0 0.50 0.01 0.12
HSL 301.06º 0.65% 0.66% -
HSV(B) 301.06º 0.5% 0.88% -
XYZ 50.16 32.92 73.52 -
YUV 158.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 225 112 223 0 0.50 0.01 0.12 301.06 0.65 0.66
Hex E1 70 DF 0 32 1 C 12D 41 42
Octal 341 160 337 0 62 1 14 455 101 102
Binary 11100001 1110000 11011111 0 110010 1 1100 100101101 1000001 1000010

Color Harmonies of #E170DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170DF

Black with #E170DF

Text Example


Text Example

White with #E170DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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