#ED76D5

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

Shades of Orchid #ED76D5

Tints of Orchid #ED76D5

Color information

#ED76D5 (or 0xED76D5) is unknown color: approx Orchid. HEX triplet: ED, 76 and D5. RGB value is (237,118,213). Sum of RGB (Red+Green+Blue) = 237+118+213=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76D5 is #12892A. Grayscale: #A4A4A4. Windows color (decimal): -1214763 or 13989613. OLE color: 13989613.

HSL color Cylindrical-coordinate representation of color #ED76D5: hue angle of 312.1º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76D5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237118213-
CMYK00.500.100.07
HSL312.1º76.77%69.61%-
HSV(B)312.1º50.21%92.94%-
XYZ53.4135.7767.04-
YUV164.41155.42179.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=41.73%
G=20.77%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711821300.500.100.07312.176.7769.61
HexED76D5032A71384d46
Octal355166325062127470115106
Binary111011011110110110101010110010101011110011100010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76D5; }

 p { color: rgb(237,118,213); }

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

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

 a { background-color: rgb(237,118,213); }

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

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

 span { border-color: rgb(237,118,213); }

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