Html Css Color HEX #E170DE Orchid

📋 copy color: '#E170DE'

red 225 ◦ green 112 ◦ blue 222

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

Shades of Orchid #E170DE

Tints of Orchid #E170DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 40.25%
G = 20.04%
B = 39.71%

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

#E170DE (or 0xE170DE) is known color: Orchid. HEX triplet: E1, 70 and DE. RGB value is (225,112,222). Sum of RGB (Red+Green+Blue) = 225+112+222=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E170DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170DE is #1E8F21. Grayscale: #9E9E9E. Windows color (decimal): -2002722 or 14577889. OLE color: 14577889.

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

Color convert

RGB 225 112 222 -
CMYK 0 0.50 0.01 0.12
HSL 301.59º 0.65% 0.66% -
HSV(B) 301.59º 0.5% 0.88% -
XYZ 50.03 32.87 72.81 -
YUV 158.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 225 112 222 0 0.50 0.01 0.12 301.59 0.65 0.66
Hex E1 70 DE 0 32 1 C 12E 41 42
Octal 341 160 336 0 62 1 14 456 101 102
Binary 11100001 1110000 11011110 0 110010 1 1100 100101110 1000001 1000010

Color Harmonies of #E170DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170DE

Black with #E170DE

Text Example


Text Example

White with #E170DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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