#E76BD3

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

Shades of Orchid #E76BD3

Tints of Orchid #E76BD3

Color information

#E76BD3 (or 0xE76BD3) is unknown color: approx Orchid. HEX triplet: E7, 6B and D3. RGB value is (231,107,211). Sum of RGB (Red+Green+Blue) = 231+107+211=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BD3 is #18942C. Grayscale: #9B9B9B. Windows color (decimal): -1610797 or 13855719. OLE color: 13855719.

HSL color Cylindrical-coordinate representation of color #E76BD3: hue angle of 309.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BD3 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB231107211-
CMYK00.540.090.09
HSL309.68º72.09%66.27%-
HSV(B)309.68º53.68%90.59%-
XYZ49.9732.2165.21-
YUV155.93159.08181.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=42.08%
G=19.49%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110721100.540.090.09309.6872.0966.27
HexE76BD3036991364842
Octal3471533230661111466110102
Binary1110011111010111101001101101101001100110011011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76BD3; }

 p { color: rgb(231,107,211); }

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

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

 a { background-color: rgb(231,107,211); }

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

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

 span { border-color: rgb(231,107,211); }

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