#E06CDC

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

Shades of Orchid #E06CDC

Tints of Orchid #E06CDC

Color information

#E06CDC (or 0xE06CDC) is unknown color: approx Orchid. HEX triplet: E0, 6C and DC. RGB value is (224,108,220). Sum of RGB (Red+Green+Blue) = 224+108+220=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDC is #1F9323. Grayscale: #9B9B9B. Windows color (decimal): -2069284 or 14445792. OLE color: 14445792.

HSL color Cylindrical-coordinate representation of color #E06CDC: hue angle of 302.07º 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 #E06CDC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224108220-
CMYK00.520.020.12
HSL302.07º65.17%65.1%-
HSV(B)302.07º51.79%87.84%-
XYZ49.0231.7471.25-
YUV155.45164.43176.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 108 (42.58% from 255) = 19.57%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=40.58%
G=19.57%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410822000.520.020.12302.0765.1765.1
HexE06CDC0342C12e4141
Octal340154334064214456101101
Binary11100000110110011011100011010010110010010111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CDC; }

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

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

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

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

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

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

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

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