#E771CE

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

Shades of Orchid #E771CE

Tints of Orchid #E771CE

Color information

#E771CE (or 0xE771CE) is unknown color: approx Orchid. HEX triplet: E7, 71 and CE. RGB value is (231,113,206). Sum of RGB (Red+Green+Blue) = 231+113+206=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E771CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771CE is #188E31. Grayscale: #9E9E9E. Windows color (decimal): -1609266 or 13529575. OLE color: 13529575.

HSL color Cylindrical-coordinate representation of color #E771CE: hue angle of 312.71º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771CE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231113206-
CMYK00.510.110.09
HSL312.71º71.08%67.45%-
HSV(B)312.71º51.08%90.59%-
XYZ5033.2662.18-
YUV158.88154.59179.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 113 (44.53% from 255) = 20.55%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=42%
G=20.55%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111320600.510.110.09312.7171.0867.45
HexE771CE033B91394743
Octal3471613160631311471107103
Binary1110011111100011100111001100111011100110011100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771CE; }

 p { color: rgb(231,113,206); }

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

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

 a { background-color: rgb(231,113,206); }

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

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

 span { border-color: rgb(231,113,206); }

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