Html Css Color HEX #E172DF Orchid

📋 copy color: '#E172DF'

red 225 ◦ green 114 ◦ blue 223

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

Shades of Orchid #E172DF

Tints of Orchid #E172DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.28%

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

R = 40.04%
G = 20.28%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E172DF (or 0xE172DF) is known color: Orchid. HEX triplet: E1, 72 and DF. RGB value is (225,114,223). Sum of RGB (Red+Green+Blue) = 225+114+223=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E172DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172DF is #1E8D20. Grayscale: #9F9F9F. Windows color (decimal): -2002209 or 14643937. OLE color: 14643937.

HSL color Cylindrical-coordinate representation of color #E172DF: hue angle of 301.08º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172DF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 223 -
CMYK 0 0.49 0.01 0.12
HSL 301.08º 0.65% 0.66% -
HSV(B) 301.08º 0.49% 0.88% -
XYZ 50.39 33.37 73.6 -
YUV 159.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 225 114 223 0 0.49 0.01 0.12 301.08 0.65 0.66
Hex E1 72 DF 0 31 1 C 12D 41 42
Octal 341 162 337 0 61 1 14 455 101 102
Binary 11100001 1110010 11011111 0 110001 1 1100 100101101 1000001 1000010

Color Harmonies of #E172DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172DF

Black with #E172DF

Text Example


Text Example

White with #E172DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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