#E76BD8

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

Shades of Orchid #E76BD8

Tints of Orchid #E76BD8

Color information

#E76BD8 (or 0xE76BD8) is unknown color: approx Orchid. HEX triplet: E7, 6B and D8. RGB value is (231,107,216). Sum of RGB (Red+Green+Blue) = 231+107+216=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BD8 is #189427. Grayscale: #9C9C9C. Windows color (decimal): -1610792 or 14183399. OLE color: 14183399.

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

Color convert

RGB231107216-
CMYK00.540.060.09
HSL307.26º72.09%66.27%-
HSV(B)307.26º53.68%90.59%-
XYZ50.6132.4668.56-
YUV156.5161.58181.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 107 (42.19% from 255) = 19.31%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=41.70%
G=19.31%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110721600.540.060.09307.2672.0966.27
HexE76BD8036691334842
Octal347153330066611463110102
Binary111001111101011110110000110110110100110011001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76BD8; }

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

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

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

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

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

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

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

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