Html Css Color HEX #E170DC Orchid

📋 copy color: '#E170DC'

red 225 ◦ green 112 ◦ blue 220

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

Shades of Orchid #E170DC

Tints of Orchid #E170DC

RGB

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

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

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

R = 40.39%
G = 20.11%
B = 39.5%

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

#E170DC (or 0xE170DC) is known color: Orchid. HEX triplet: E1, 70 and DC. RGB value is (225,112,220). Sum of RGB (Red+Green+Blue) = 225+112+220=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E170DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170DC is #1E8F23. Grayscale: #9D9D9D. Windows color (decimal): -2002724 or 14446817. OLE color: 14446817.

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

Color convert

RGB 225 112 220 -
CMYK 0 0.50 0.02 0.12
HSL 302.65º 0.65% 0.66% -
HSV(B) 302.65º 0.5% 0.88% -
XYZ 49.76 32.76 71.41 -
YUV 158.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 225 112 220 0 0.50 0.02 0.12 302.65 0.65 0.66
Hex E1 70 DC 0 32 2 C 12F 41 42
Octal 341 160 334 0 62 2 14 457 101 102
Binary 11100001 1110000 11011100 0 110010 10 1100 100101111 1000001 1000010

Color Harmonies of #E170DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170DC

Black with #E170DC

Text Example


Text Example

White with #E170DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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