#EC6DE0

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

Shades of Orchid #EC6DE0

Tints of Orchid #EC6DE0

Color information

#EC6DE0 (or 0xEC6DE0) is unknown color: approx Orchid. HEX triplet: EC, 6D and E0. RGB value is (236,109,224). Sum of RGB (Red+Green+Blue) = 236+109+224=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DE0 is #13921F. Grayscale: #9F9F9F. Windows color (decimal): -1282592 or 14708204. OLE color: 14708204.

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

Color convert

RGB236109224-
CMYK00.540.050.07
HSL305.67º76.97%67.65%-
HSV(B)305.67º53.81%92.55%-
XYZ53.5234.1574.29-
YUV160.08164.08182.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 109 (42.97% from 255) = 19.16%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=41.48%
G=19.16%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610922400.540.050.07305.6776.9767.65
HexEC6DE0036571324d44
Octal35415534006657462115104
Binary11101100110110111100000011011010111110011001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6DE0; }

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

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

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

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

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

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

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

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