#E387CF

Color #E387CF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E387CF

Tints of Orchid #E387CF

Color information

#E387CF (or 0xE387CF) is unknown color: approx Orchid. HEX triplet: E3, 87 and CF. RGB value is (227,135,207). Sum of RGB (Red+Green+Blue) = 227+135+207=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E387CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E387CF is #1C7830. Grayscale: #AAAAAA. Windows color (decimal): -1865777 or 13600739. OLE color: 13600739.

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

Color convert

RGB227135207-
CMYK00.410.090.11
HSL313.04º62.16%70.98%-
HSV(B)313.04º40.53%89.02%-
XYZ51.6138.1663.68-
YUV170.72148.48168.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.89%
GREEN value IS 135 (53.12% from 255) = 23.73%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=39.89%
G=23.73%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713520700.410.090.11313.0462.1670.98
HexE387CF0299B1393e47
Octal343207317051111347176107
Binary1110001110000111110011110101001100110111001110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E387CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E387CF; }

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

 H1.HeaderClassName
 {
   color: #E387CF;
 }
 .AnyTagClassName
 {
   color: #E387CF;
 }
</style>
background-color css

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

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

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

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

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

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