Html Css Color HEX #E170D9 Orchid

📋 copy color: '#E170D9'

red 225 ◦ green 112 ◦ blue 217

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

Shades of Orchid #E170D9

Tints of Orchid #E170D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 40.61%
G = 20.22%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E170D9 (or 0xE170D9) is known color: Orchid. HEX triplet: E1, 70 and D9. RGB value is (225,112,217). Sum of RGB (Red+Green+Blue) = 225+112+217=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E170D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170D9 is #1E8F26. Grayscale: #9D9D9D. Windows color (decimal): -2002727 or 14250209. OLE color: 14250209.

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

Color convert

RGB 225 112 217 -
CMYK 0 0.50 0.04 0.12
HSL 304.25º 0.65% 0.66% -
HSV(B) 304.25º 0.5% 0.88% -
XYZ 49.37 32.61 69.34 -
YUV 157.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 225 112 217 0 0.50 0.04 0.12 304.25 0.65 0.66
Hex E1 70 D9 0 32 4 C 130 41 42
Octal 341 160 331 0 62 4 14 460 101 102
Binary 11100001 1110000 11011001 0 110010 100 1100 100110000 1000001 1000010

Color Harmonies of #E170D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170D9

Black with #E170D9

Text Example


Text Example

White with #E170D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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