Html Css Color HEX #E175DF Orchid

📋 copy color: '#E175DF'

red 225 ◦ green 117 ◦ blue 223

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

Shades of Orchid #E175DF

Tints of Orchid #E175DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 39.82%
G = 20.71%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E175DF (or 0xE175DF) is known color: Orchid. HEX triplet: E1, 75 and DF. RGB value is (225,117,223). Sum of RGB (Red+Green+Blue) = 225+117+223=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DF is #1E8A20. Grayscale: #A1A1A1. Windows color (decimal): -2001441 or 14644705. OLE color: 14644705.

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

Color convert

RGB 225 117 223 -
CMYK 0 0.48 0.01 0.12
HSL 301.11º 0.64% 0.67% -
HSV(B) 301.11º 0.48% 0.88% -
XYZ 50.73 34.06 73.71 -
YUV 161.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 225 117 223 0 0.48 0.01 0.12 301.11 0.64 0.67
Hex E1 75 DF 0 30 1 C 12D 40 43
Octal 341 165 337 0 60 1 14 455 100 103
Binary 11100001 1110101 11011111 0 110000 1 1100 100101101 1000000 1000011

Color Harmonies of #E175DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175DF

Black with #E175DF

Text Example


Text Example

White with #E175DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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