Html Css Color HEX #E170C5 Orchid

📋 copy color: '#E170C5'

red 225 ◦ green 112 ◦ blue 197

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

Shades of Orchid #E170C5

Tints of Orchid #E170C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.89%

R = 42.13%
G = 20.97%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E170C5 (or 0xE170C5) is known color: Orchid. HEX triplet: E1, 70 and C5. RGB value is (225,112,197). Sum of RGB (Red+Green+Blue) = 225+112+197=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E170C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170C5 is #1E8F3A. Grayscale: #9B9B9B. Windows color (decimal): -2002747 or 12939489. OLE color: 12939489.

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

Color convert

RGB 225 112 197 -
CMYK 0 0.50 0.12 0.12
HSL 314.87º 0.65% 0.66% -
HSV(B) 314.87º 0.5% 0.88% -
XYZ 46.92 31.63 56.45 -
YUV 155.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 225 112 197 0 0.50 0.12 0.12 314.87 0.65 0.66
Hex E1 70 C5 0 32 C C 13B 41 42
Octal 341 160 305 0 62 14 14 473 101 102
Binary 11100001 1110000 11000101 0 110010 1100 1100 100111011 1000001 1000010

Color Harmonies of #E170C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170C5

Black with #E170C5

Text Example


Text Example

White with #E170C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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