Html Css Color HEX #E175DA Orchid

📋 copy color: '#E175DA'

red 225 ◦ green 117 ◦ blue 218

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

Shades of Orchid #E175DA

Tints of Orchid #E175DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 40.18%
G = 20.89%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E175DA (or 0xE175DA) is known color: Orchid. HEX triplet: E1, 75 and DA. RGB value is (225,117,218). Sum of RGB (Red+Green+Blue) = 225+117+218=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DA is #1E8A25. Grayscale: #A0A0A0. Windows color (decimal): -2001446 or 14317025. OLE color: 14317025.

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

Color convert

RGB 225 117 218 -
CMYK 0 0.48 0.03 0.12
HSL 303.89º 0.64% 0.67% -
HSV(B) 303.89º 0.48% 0.88% -
XYZ 50.07 33.79 70.21 -
YUV 160.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 225 117 218 0 0.48 0.03 0.12 303.89 0.64 0.67
Hex E1 75 DA 0 30 3 C 130 40 43
Octal 341 165 332 0 60 3 14 460 100 103
Binary 11100001 1110101 11011010 0 110000 11 1100 100110000 1000000 1000011

Color Harmonies of #E175DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175DA

Black with #E175DA

Text Example


Text Example

White with #E175DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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