#E06CC7

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

Shades of Orchid #E06CC7

Tints of Orchid #E06CC7

Color information

#E06CC7 (or 0xE06CC7) is unknown color: approx Orchid. HEX triplet: E0, 6C and C7. RGB value is (224,108,199). Sum of RGB (Red+Green+Blue) = 224+108+199=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CC7 is #1F9338. Grayscale: #989898. Windows color (decimal): -2069305 or 13069536. OLE color: 13069536.

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

Color convert

RGB224108199-
CMYK00.520.110.12
HSL312.93º65.17%65.1%-
HSV(B)312.93º51.79%87.84%-
XYZ46.4130.757.51-
YUV153.06153.93178.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=42.18%
G=20.34%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410819900.520.110.12312.9365.1765.1
HexE06CC7034BC1394141
Octal3401543070641314471101101
Binary1110000011011001100011101101001011110010011100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CC7; }

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

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

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

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

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

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

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

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