#E86CCC

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

Shades of Orchid #E86CCC

Tints of Orchid #E86CCC

Color information

#E86CCC (or 0xE86CCC) is unknown color: approx Orchid. HEX triplet: E8, 6C and CC. RGB value is (232,108,204). Sum of RGB (Red+Green+Blue) = 232+108+204=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CCC is #179333. Grayscale: #9B9B9B. Windows color (decimal): -1545012 or 13397224. OLE color: 13397224.

HSL color Cylindrical-coordinate representation of color #E86CCC: hue angle of 313.55º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86CCC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232108204-
CMYK00.530.120.09
HSL313.55º72.94%66.67%-
HSV(B)313.55º53.45%90.98%-
XYZ49.5432.2460.74-
YUV156.02155.08182.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.65%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=42.65%
G=19.85%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210820400.530.120.09313.5572.9466.67
HexE86CCC035C913a4943
Octal3501543140651411472111103
Binary1110100011011001100110001101011100100110011101010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CCC; }

 p { color: rgb(232,108,204); }

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

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

 a { background-color: rgb(232,108,204); }

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

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

 span { border-color: rgb(232,108,204); }

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