Html Css Color HEX #E17CDF Orchid

📋 copy color: '#E17CDF'

red 225 ◦ green 124 ◦ blue 223

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

Shades of Orchid #E17CDF

Tints of Orchid #E17CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.68%

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

R = 39.34%
G = 21.68%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E17CDF (or 0xE17CDF) is known color: Orchid. HEX triplet: E1, 7C and DF. RGB value is (225,124,223). Sum of RGB (Red+Green+Blue) = 225+124+223=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CDF is #1E8320. Grayscale: #A5A5A5. Windows color (decimal): -1999649 or 14646497. OLE color: 14646497.

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

Color convert

RGB 225 124 223 -
CMYK 0 0.45 0.01 0.12
HSL 301.19º 0.63% 0.68% -
HSV(B) 301.19º 0.45% 0.88% -
XYZ 51.58 35.75 73.99 -
YUV 165.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 225 124 223 0 0.45 0.01 0.12 301.19 0.63 0.68
Hex E1 7C DF 0 2D 1 C 12D 3F 44
Octal 341 174 337 0 55 1 14 455 77 104
Binary 11100001 1111100 11011111 0 101101 1 1100 100101101 111111 1000100

Color Harmonies of #E17CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CDF

Black with #E17CDF

Text Example


Text Example

White with #E17CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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