#EC76D4

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

Shades of Orchid #EC76D4

Tints of Orchid #EC76D4

Color information

#EC76D4 (or 0xEC76D4) is unknown color: approx Orchid. HEX triplet: EC, 76 and D4. RGB value is (236,118,212). Sum of RGB (Red+Green+Blue) = 236+118+212=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76D4 is #13892B. Grayscale: #A3A3A3. Windows color (decimal): -1280300 or 13924076. OLE color: 13924076.

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

Color convert

RGB236118212-
CMYK00.50.100.07
HSL312.2º75.64%69.41%-
HSV(B)312.2º50%92.55%-
XYZ52.9535.5466.36-
YUV164155.09179.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 118 (46.48% from 255) = 20.85%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=41.70%
G=20.85%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611821200.50.100.07312.275.6469.41
HexEC76D4032A71384c45
Octal354166324062127470114105
Binary111011001110110110101000110010101011110011100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC76D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC76D4; }

 p { color: rgb(236,118,212); }

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

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

 a { background-color: rgb(236,118,212); }

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

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

 span { border-color: rgb(236,118,212); }

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