#EC71DF

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

Shades of Orchid #EC71DF

Tints of Orchid #EC71DF

Color information

#EC71DF (or 0xEC71DF) is unknown color: approx Orchid. HEX triplet: EC, 71 and DF. RGB value is (236,113,223). Sum of RGB (Red+Green+Blue) = 236+113+223=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71DF is #138E20. Grayscale: #A2A2A2. Windows color (decimal): -1281569 or 14643692. OLE color: 14643692.

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

Color convert

RGB236113223-
CMYK00.520.060.07
HSL306.34º76.4%68.43%-
HSV(B)306.34º52.12%92.55%-
XYZ53.8234.9773.73-
YUV162.32162.25180.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 113 (44.53% from 255) = 19.76%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=41.26%
G=19.76%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611322300.520.060.07306.3476.468.43
HexEC71DF034671324c44
Octal35416133706467462114104
Binary11101100111000111011111011010011011110011001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71DF; }

 p { color: rgb(236,113,223); }

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

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

 a { background-color: rgb(236,113,223); }

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

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

 span { border-color: rgb(236,113,223); }

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