#E06CDF

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

Shades of Orchid #E06CDF

Tints of Orchid #E06CDF

Color information

#E06CDF (or 0xE06CDF) is unknown color: approx Orchid. HEX triplet: E0, 6C and DF. RGB value is (224,108,223). Sum of RGB (Red+Green+Blue) = 224+108+223=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDF is #1F9320. Grayscale: #9B9B9B. Windows color (decimal): -2069281 or 14642400. OLE color: 14642400.

HSL color Cylindrical-coordinate representation of color #E06CDF: hue angle of 300.52º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CDF is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224108223-
CMYK00.520.000.12
HSL300.52º65.17%65.1%-
HSV(B)300.52º51.79%87.84%-
XYZ49.4231.973.36-
YUV155.79165.93176.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 108 (42.58% from 255) = 19.46%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=40.36%
G=19.46%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410822300.520.000.12300.5265.1765.1
HexE06CDF0340C12d4141
Octal340154337064014455101101
Binary1110000011011001101111101101000110010010110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CDF; }

 p { color: rgb(224,108,223); }

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

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

 a { background-color: rgb(224,108,223); }

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

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

 span { border-color: rgb(224,108,223); }

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