#EB76D7

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

Shades of Orchid #EB76D7

Tints of Orchid #EB76D7

Color information

#EB76D7 (or 0xEB76D7) is unknown color: approx Orchid. HEX triplet: EB, 76 and D7. RGB value is (235,118,215). Sum of RGB (Red+Green+Blue) = 235+118+215=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76D7 is #148928. Grayscale: #A3A3A3. Windows color (decimal): -1345833 or 14120683. OLE color: 14120683.

HSL color Cylindrical-coordinate representation of color #EB76D7: hue angle of 310.26º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76D7 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235118215-
CMYK00.500.090.08
HSL310.26º74.52%69.22%-
HSV(B)310.26º49.79%92.16%-
XYZ53.0135.5368.35-
YUV164.04156.76178.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=41.37%
G=20.77%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511821500.500.090.08310.2674.5269.22
HexEB76D7032981364b45
Octal3531663270621110466113105
Binary1110101111101101101011101100101001100010011011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76D7; }

 p { color: rgb(235,118,215); }

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

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

 a { background-color: rgb(235,118,215); }

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

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

 span { border-color: rgb(235,118,215); }

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