Html Css Color HEX #E387D6 Orchid

📋 copy color: '#E387D6'

red 227 ◦ green 135 ◦ blue 214

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

Shades of Orchid #E387D6

Tints of Orchid #E387D6

RGB

 RED value IS 227 (89.06% from 255) = 39.41%

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

 BLUE value IS 214 (83.98% from 255) = 37.15%

R = 39.41%
G = 23.44%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E387D6 (or 0xE387D6) is known color: Orchid. HEX triplet: E3, 87 and D6. RGB value is (227,135,214). Sum of RGB (Red+Green+Blue) = 227+135+214=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E387D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E387D6 is #1C7829. Grayscale: #ABABAB. Windows color (decimal): -1865770 or 14059491. OLE color: 14059491.

HSL color Cylindrical-coordinate representation of color #E387D6: hue angle of 308.48º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E387D6 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 135 214 -
CMYK 0 0.41 0.06 0.11
HSL 308.48º 0.62% 0.71% -
HSV(B) 308.48º 0.41% 0.89% -
XYZ 52.48 38.51 68.29 -
YUV 171.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 227 135 214 0 0.41 0.06 0.11 308.48 0.62 0.71
Hex E3 87 D6 0 29 6 B 134 3E 47
Octal 343 207 326 0 51 6 13 464 76 107
Binary 11100011 10000111 11010110 0 101001 110 1011 100110100 111110 1000111

Color Harmonies of #E387D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E387D6

Black with #E387D6

Text Example


Text Example

White with #E387D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E387D6; }

 p { color: rgb(227,135,214); }

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

background-color css

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

 a { background-color: rgb(227,135,214); }

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

border-color css

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

 span { border-color: rgb(227,135,214); }

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