Html Css Color HEX #E17CD1 Orchid

📋 copy color: '#E17CD1'

red 225 ◦ green 124 ◦ blue 209

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

Shades of Orchid #E17CD1

Tints of Orchid #E17CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 40.32%
G = 22.22%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E17CD1 (or 0xE17CD1) is known color: Orchid. HEX triplet: E1, 7C and D1. RGB value is (225,124,209). Sum of RGB (Red+Green+Blue) = 225+124+209=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CD1 is #1E832E. Grayscale: #A3A3A3. Windows color (decimal): -1999663 or 13728993. OLE color: 13728993.

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

Color convert

RGB 225 124 209 -
CMYK 0 0.45 0.07 0.12
HSL 309.5º 0.63% 0.68% -
HSV(B) 309.5º 0.45% 0.88% -
XYZ 49.77 35.03 64.46 -
YUV 163.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 225 124 209 0 0.45 0.07 0.12 309.5 0.63 0.68
Hex E1 7C D1 0 2D 7 C 136 3F 44
Octal 341 174 321 0 55 7 14 466 77 104
Binary 11100001 1111100 11010001 0 101101 111 1100 100110110 111111 1000100

Color Harmonies of #E17CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CD1

Black with #E17CD1

Text Example


Text Example

White with #E17CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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