#ED71DC

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

Shades of Orchid #ED71DC

Tints of Orchid #ED71DC

Color information

#ED71DC (or 0xED71DC) is unknown color: approx Orchid. HEX triplet: ED, 71 and DC. RGB value is (237,113,220). Sum of RGB (Red+Green+Blue) = 237+113+220=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71DC is #128E23. Grayscale: #A1A1A1. Windows color (decimal): -1216036 or 14447085. OLE color: 14447085.

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

Color convert

RGB237113220-
CMYK00.520.070.07
HSL308.23º77.5%68.63%-
HSV(B)308.23º52.32%92.94%-
XYZ53.7534.9871.63-
YUV162.27160.58181.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 113 (44.53% from 255) = 19.82%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=41.58%
G=19.82%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711322000.520.070.07308.2377.568.63
HexED71DC034771344e45
Octal35516133406477464116105
Binary11101101111000111011100011010011111110011010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED71DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED71DC; }

 p { color: rgb(237,113,220); }

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

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

 a { background-color: rgb(237,113,220); }

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

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

 span { border-color: rgb(237,113,220); }

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