Html Css Color HEX #E187D9 Orchid

📋 copy color: '#E187D9'

red 225 ◦ green 135 ◦ blue 217

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

Shades of Orchid #E187D9

Tints of Orchid #E187D9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.4%

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 38.99%
G = 23.4%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E187D9 (or 0xE187D9) is known color: Orchid. HEX triplet: E1, 87 and D9. RGB value is (225,135,217). Sum of RGB (Red+Green+Blue) = 225+135+217=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E187D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187D9 is #1E7826. Grayscale: #ABABAB. Windows color (decimal): -1996839 or 14256097. OLE color: 14256097.

HSL color Cylindrical-coordinate representation of color #E187D9: hue angle of 305.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187D9 is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 135 217 -
CMYK 0 0.4 0.04 0.12
HSL 305.33º 0.6% 0.71% -
HSV(B) 305.33º 0.4% 0.88% -
XYZ 52.24 38.35 70.29 -
YUV 171.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 225 135 217 0 0.4 0.04 0.12 305.33 0.6 0.71
Hex E1 87 D9 0 28 4 C 131 3C 47
Octal 341 207 331 0 50 4 14 461 74 107
Binary 11100001 10000111 11011001 0 101000 100 1100 100110001 111100 1000111

Color Harmonies of #E187D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E187D9

Black with #E187D9

Text Example


Text Example

White with #E187D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E187D9; }

 p { color: rgb(225,135,217); }

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

background-color css

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

 a { background-color: rgb(225,135,217); }

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

border-color css

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

 span { border-color: rgb(225,135,217); }

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