#E06CD4

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

Shades of Orchid #E06CD4

Tints of Orchid #E06CD4

Color information

#E06CD4 (or 0xE06CD4) is unknown color: approx Orchid. HEX triplet: E0, 6C and D4. RGB value is (224,108,212). Sum of RGB (Red+Green+Blue) = 224+108+212=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CD4 is #1F932B. Grayscale: #9A9A9A. Windows color (decimal): -2069292 or 13921504. OLE color: 13921504.

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

Color convert

RGB224108212-
CMYK00.520.050.12
HSL306.21º65.17%65.1%-
HSV(B)306.21º51.79%87.84%-
XYZ47.9931.3365.8-
YUV154.54160.43177.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=41.18%
G=19.85%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410821200.520.050.12306.2165.1765.1
HexE06CD40345C1324141
Octal340154324064514462101101
Binary111000001101100110101000110100101110010011001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CD4; }

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

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

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

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

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

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

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

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