#E96CDC

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

Shades of Orchid #E96CDC

Tints of Orchid #E96CDC

Color information

#E96CDC (or 0xE96CDC) is unknown color: approx Orchid. HEX triplet: E9, 6C and DC. RGB value is (233,108,220). Sum of RGB (Red+Green+Blue) = 233+108+220=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CDC is #169323. Grayscale: #9D9D9D. Windows color (decimal): -1479460 or 14445801. OLE color: 14445801.

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

Color convert

RGB233108220-
CMYK00.540.060.09
HSL306.24º73.96%66.86%-
HSV(B)306.24º53.65%91.37%-
XYZ51.8933.2271.39-
YUV158.14162.91181.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 108 (42.58% from 255) = 19.25%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=41.53%
G=19.25%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310822000.540.060.09306.2473.9666.86
HexE96CDC036691324a43
Octal351154334066611462112103
Binary111010011101100110111000110110110100110011001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CDC; }

 p { color: rgb(233,108,220); }

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

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

 a { background-color: rgb(233,108,220); }

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

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

 span { border-color: rgb(233,108,220); }

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