Html Css Color HEX #E187CD Orchid

📋 copy color: '#E187CD'

red 225 ◦ green 135 ◦ blue 205

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

Shades of Orchid #E187CD

Tints of Orchid #E187CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 39.82%
G = 23.89%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E187CD (or 0xE187CD) is known color: Orchid. HEX triplet: E1, 87 and CD. RGB value is (225,135,205). Sum of RGB (Red+Green+Blue) = 225+135+205=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E187CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187CD is #1E7832. Grayscale: #A9A9A9. Windows color (decimal): -1996851 or 13469665. OLE color: 13469665.

HSL color Cylindrical-coordinate representation of color #E187CD: hue angle of 313.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 #E187CD is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 135 205 -
CMYK 0 0.4 0.09 0.12
HSL 313.33º 0.6% 0.71% -
HSV(B) 313.33º 0.4% 0.88% -
XYZ 50.73 37.74 62.37 -
YUV 169.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 225 135 205 0 0.4 0.09 0.12 313.33 0.6 0.71
Hex E1 87 CD 0 28 9 C 139 3C 47
Octal 341 207 315 0 50 11 14 471 74 107
Binary 11100001 10000111 11001101 0 101000 1001 1100 100111001 111100 1000111

Color Harmonies of #E187CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E187CD

Black with #E187CD

Text Example


Text Example

White with #E187CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E187CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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