Html Css Color HEX #E17DC9 Orchid

📋 copy color: '#E17DC9'

red 225 ◦ green 125 ◦ blue 201

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

Shades of Orchid #E17DC9

Tints of Orchid #E17DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 40.83%
G = 22.69%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E17DC9 (or 0xE17DC9) is known color: Orchid. HEX triplet: E1, 7D and C9. RGB value is (225,125,201). Sum of RGB (Red+Green+Blue) = 225+125+201=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC9 is #1E8236. Grayscale: #A3A3A3. Windows color (decimal): -1999415 or 13204961. OLE color: 13204961.

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

Color convert

RGB 225 125 201 -
CMYK 0 0.44 0.11 0.12
HSL 314.4º 0.63% 0.69% -
HSV(B) 314.4º 0.44% 0.88% -
XYZ 48.93 34.89 59.41 -
YUV 163.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 225 125 201 0 0.44 0.11 0.12 314.4 0.63 0.69
Hex E1 7D C9 0 2C B C 13A 3E 45
Octal 341 175 311 0 54 13 14 472 76 105
Binary 11100001 1111101 11001001 0 101100 1011 1100 100111010 111110 1000101

Color Harmonies of #E17DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DC9

Black with #E17DC9

Text Example


Text Example

White with #E17DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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