#ED6EDD

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

Shades of Orchid #ED6EDD

Tints of Orchid #ED6EDD

Color information

#ED6EDD (or 0xED6EDD) is unknown color: approx Orchid. HEX triplet: ED, 6E and DD. RGB value is (237,110,221). Sum of RGB (Red+Green+Blue) = 237+110+221=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EDD is #129122. Grayscale: #A0A0A0. Windows color (decimal): -1216803 or 14511853. OLE color: 14511853.

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

Color convert

RGB237110221-
CMYK00.540.070.07
HSL307.56º77.91%68.04%-
HSV(B)307.56º53.59%92.94%-
XYZ53.5534.3872.22-
YUV160.63162.08182.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 110 (43.36% from 255) = 19.37%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=41.73%
G=19.37%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711022100.540.070.07307.5677.9168.04
HexED6EDD036771344e44
Octal35515633506677464116104
Binary11101101110111011011101011011011111110011010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6EDD; }

 p { color: rgb(237,110,221); }

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

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

 a { background-color: rgb(237,110,221); }

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

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

 span { border-color: rgb(237,110,221); }

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