Html Css Color HEX #E188CD Orchid

📋 copy color: '#E188CD'

red 225 ◦ green 136 ◦ blue 205

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

Shades of Orchid #E188CD

Tints of Orchid #E188CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.03%

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

R = 39.75%
G = 24.03%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E188CD (or 0xE188CD) is known color: Orchid. HEX triplet: E1, 88 and CD. RGB value is (225,136,205). Sum of RGB (Red+Green+Blue) = 225+136+205=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E188CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188CD is #1E7732. Grayscale: #AAAAAA. Windows color (decimal): -1996595 or 13469921. OLE color: 13469921.

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

Color convert

RGB 225 136 205 -
CMYK 0 0.40 0.09 0.12
HSL 313.48º 0.6% 0.71% -
HSV(B) 313.48º 0.4% 0.88% -
XYZ 50.87 38.02 62.42 -
YUV 170.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 225 136 205 0 0.40 0.09 0.12 313.48 0.6 0.71
Hex E1 88 CD 0 28 9 C 139 3C 47
Octal 341 210 315 0 50 11 14 471 74 107
Binary 11100001 10001000 11001101 0 101000 1001 1100 100111001 111100 1000111

Color Harmonies of #E188CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E188CD

Black with #E188CD

Text Example


Text Example

White with #E188CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E188CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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