Html Css Color HEX #E170C9 Orchid

📋 copy color: '#E170C9'

red 225 ◦ green 112 ◦ blue 201

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

Shades of Orchid #E170C9

Tints of Orchid #E170C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 41.82%
G = 20.82%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E170C9 (or 0xE170C9) is known color: Orchid. HEX triplet: E1, 70 and C9. RGB value is (225,112,201). Sum of RGB (Red+Green+Blue) = 225+112+201=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E170C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170C9 is #1E8F36. Grayscale: #9B9B9B. Windows color (decimal): -2002743 or 13201633. OLE color: 13201633.

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

Color convert

RGB 225 112 201 -
CMYK 0 0.50 0.11 0.12
HSL 312.74º 0.65% 0.66% -
HSV(B) 312.74º 0.5% 0.88% -
XYZ 47.39 31.81 58.9 -
YUV 155.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 225 112 201 0 0.50 0.11 0.12 312.74 0.65 0.66
Hex E1 70 C9 0 32 B C 139 41 42
Octal 341 160 311 0 62 13 14 471 101 102
Binary 11100001 1110000 11001001 0 110010 1011 1100 100111001 1000001 1000010

Color Harmonies of #E170C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170C9

Black with #E170C9

Text Example


Text Example

White with #E170C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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