Html Css Color HEX #E170C4 Orchid

📋 copy color: '#E170C4'

red 225 ◦ green 112 ◦ blue 196

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

Shades of Orchid #E170C4

Tints of Orchid #E170C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 42.21%
G = 21.01%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E170C4 (or 0xE170C4) is known color: Orchid. HEX triplet: E1, 70 and C4. RGB value is (225,112,196). Sum of RGB (Red+Green+Blue) = 225+112+196=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E170C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170C4 is #1E8F3B. Grayscale: #9B9B9B. Windows color (decimal): -2002748 or 12873953. OLE color: 12873953.

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

Color convert

RGB 225 112 196 -
CMYK 0 0.50 0.13 0.12
HSL 315.4º 0.65% 0.66% -
HSV(B) 315.4º 0.5% 0.88% -
XYZ 46.81 31.58 55.85 -
YUV 155.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 225 112 196 0 0.50 0.13 0.12 315.4 0.65 0.66
Hex E1 70 C4 0 32 D C 13B 41 42
Octal 341 160 304 0 62 15 14 473 101 102
Binary 11100001 1110000 11000100 0 110010 1101 1100 100111011 1000001 1000010

Color Harmonies of #E170C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170C4

Black with #E170C4

Text Example


Text Example

White with #E170C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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