#EB78D5

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

Shades of Orchid #EB78D5

Tints of Orchid #EB78D5

Color information

#EB78D5 (or 0xEB78D5) is unknown color: approx Orchid. HEX triplet: EB, 78 and D5. RGB value is (235,120,213). Sum of RGB (Red+Green+Blue) = 235+120+213=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78D5 is #14872A. Grayscale: #A4A4A4. Windows color (decimal): -1345323 or 13990123. OLE color: 13990123.

HSL color Cylindrical-coordinate representation of color #EB78D5: hue angle of 311.48º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB78D5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235120213-
CMYK00.490.090.08
HSL311.48º74.19%69.61%-
HSV(B)311.48º48.94%92.16%-
XYZ52.9935.967.09-
YUV164.99155.1177.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 120 (47.27% from 255) = 21.13%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=41.37%
G=21.13%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512021300.490.090.08311.4874.1969.61
HexEB78D5031981374a46
Octal3531703250611110467112106
Binary1110101111110001101010101100011001100010011011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB78D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB78D5; }

 p { color: rgb(235,120,213); }

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

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

 a { background-color: rgb(235,120,213); }

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

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

 span { border-color: rgb(235,120,213); }

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