Html Css Color HEX #E175C9 Orchid

📋 copy color: '#E175C9'

red 225 ◦ green 117 ◦ blue 201

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

Shades of Orchid #E175C9

Tints of Orchid #E175C9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.55%

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

R = 41.44%
G = 21.55%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E175C9 (or 0xE175C9) is known color: Orchid. HEX triplet: E1, 75 and C9. RGB value is (225,117,201). Sum of RGB (Red+Green+Blue) = 225+117+201=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E175C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175C9 is #1E8A36. Grayscale: #9E9E9E. Windows color (decimal): -2001463 or 13202913. OLE color: 13202913.

HSL color Cylindrical-coordinate representation of color #E175C9: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175C9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 117 201 -
CMYK 0 0.48 0.11 0.12
HSL 313.33º 0.64% 0.67% -
HSV(B) 313.33º 0.48% 0.88% -
XYZ 47.96 32.95 59.09 -
YUV 158.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 225 117 201 0 0.48 0.11 0.12 313.33 0.64 0.67
Hex E1 75 C9 0 30 B C 139 40 43
Octal 341 165 311 0 60 13 14 471 100 103
Binary 11100001 1110101 11001001 0 110000 1011 1100 100111001 1000000 1000011

Color Harmonies of #E175C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175C9

Black with #E175C9

Text Example


Text Example

White with #E175C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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