Html Css Color HEX #E17DDF Orchid

📋 copy color: '#E17DDF'

red 225 ◦ green 125 ◦ blue 223

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

Shades of Orchid #E17DDF

Tints of Orchid #E17DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.82%

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

R = 39.27%
G = 21.82%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E17DDF (or 0xE17DDF) is known color: Orchid. HEX triplet: E1, 7D and DF. RGB value is (225,125,223). Sum of RGB (Red+Green+Blue) = 225+125+223=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DDF is #1E8220. Grayscale: #A5A5A5. Windows color (decimal): -1999393 or 14646753. OLE color: 14646753.

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

Color convert

RGB 225 125 223 -
CMYK 0 0.44 0.01 0.12
HSL 301.2º 0.63% 0.69% -
HSV(B) 301.2º 0.44% 0.88% -
XYZ 51.7 36 74.04 -
YUV 166.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 225 125 223 0 0.44 0.01 0.12 301.2 0.63 0.69
Hex E1 7D DF 0 2C 1 C 12D 3E 45
Octal 341 175 337 0 54 1 14 455 76 105
Binary 11100001 1111101 11011111 0 101100 1 1100 100101101 111110 1000101

Color Harmonies of #E17DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DDF

Black with #E17DDF

Text Example


Text Example

White with #E17DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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