#E96DCC

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

Shades of Orchid #E96DCC

Tints of Orchid #E96DCC

Color information

#E96DCC (or 0xE96DCC) is unknown color: approx Orchid. HEX triplet: E9, 6D and CC. RGB value is (233,109,204). Sum of RGB (Red+Green+Blue) = 233+109+204=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DCC is #169233. Grayscale: #9C9C9C. Windows color (decimal): -1479220 or 13397481. OLE color: 13397481.

HSL color Cylindrical-coordinate representation of color #E96DCC: hue angle of 314.03º degrees, saturation: 0.74, 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 #E96DCC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233109204-
CMYK00.530.120.09
HSL314.03º73.81%67.06%-
HSV(B)314.03º53.22%91.37%-
XYZ49.9732.6260.79-
YUV156.91154.58182.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 109 (42.97% from 255) = 19.96%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=42.67%
G=19.96%
B=37.36%

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
Decimal23310920400.530.120.09314.0373.8167.06
HexE96DCC035C913a4a43
Octal3511553140651411472112103
Binary1110100111011011100110001101011100100110011101010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DCC; }

 p { color: rgb(233,109,204); }

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

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

 a { background-color: rgb(233,109,204); }

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

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

 span { border-color: rgb(233,109,204); }

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