#E06CDE

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

Shades of Orchid #E06CDE

Tints of Orchid #E06CDE

Color information

#E06CDE (or 0xE06CDE) is unknown color: approx Orchid. HEX triplet: E0, 6C and DE. RGB value is (224,108,222). Sum of RGB (Red+Green+Blue) = 224+108+222=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDE is #1F9321. Grayscale: #9B9B9B. Windows color (decimal): -2069282 or 14576864. OLE color: 14576864.

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

Color convert

RGB224108222-
CMYK00.520.010.12
HSL301.03º65.17%65.1%-
HSV(B)301.03º51.79%87.84%-
XYZ49.2931.8572.66-
YUV155.68165.43176.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 108 (42.58% from 255) = 19.49%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=40.43%
G=19.49%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410822200.520.010.12301.0365.1765.1
HexE06CDE0341C12d4141
Octal340154336064114455101101
Binary1110000011011001101111001101001110010010110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CDE; }

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

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

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

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

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

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

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

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