#EC6DDA

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

Shades of Orchid #EC6DDA

Tints of Orchid #EC6DDA

Color information

#EC6DDA (or 0xEC6DDA) is unknown color: approx Orchid. HEX triplet: EC, 6D and DA. RGB value is (236,109,218). Sum of RGB (Red+Green+Blue) = 236+109+218=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DDA is #139225. Grayscale: #9F9F9F. Windows color (decimal): -1282598 or 14314988. OLE color: 14314988.

HSL color Cylindrical-coordinate representation of color #EC6DDA: hue angle of 308.5º degrees, saturation: 0.77, 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 #EC6DDA is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236109218-
CMYK00.540.080.07
HSL308.5º76.97%67.65%-
HSV(B)308.5º53.81%92.55%-
XYZ52.7233.8370.08-
YUV159.4161.08182.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 109 (42.97% from 255) = 19.36%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=41.92%
G=19.36%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610921800.540.080.07308.576.9767.65
HexEC6DDA036871354d44
Octal354155332066107465115104
Binary111011001101101110110100110110100011110011010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6DDA; }

 p { color: rgb(236,109,218); }

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

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

 a { background-color: rgb(236,109,218); }

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

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

 span { border-color: rgb(236,109,218); }

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