#E771D0

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

Shades of Orchid #E771D0

Tints of Orchid #E771D0

Color information

#E771D0 (or 0xE771D0) is unknown color: approx Orchid. HEX triplet: E7, 71 and D0. RGB value is (231,113,208). Sum of RGB (Red+Green+Blue) = 231+113+208=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E771D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771D0 is #188E2F. Grayscale: #9E9E9E. Windows color (decimal): -1609264 or 13660647. OLE color: 13660647.

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

Color convert

RGB231113208-
CMYK00.510.100.09
HSL311.69º71.08%67.45%-
HSV(B)311.69º51.08%90.59%-
XYZ50.2533.3563.46-
YUV159.11155.59179.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 113 (44.53% from 255) = 20.47%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=41.85%
G=20.47%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111320800.510.100.09311.6971.0867.45
HexE771D0033A91384743
Octal3471613200631211470107103
Binary1110011111100011101000001100111010100110011100010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771D0; }

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

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

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

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

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

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

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

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