#E96CDF

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

Shades of Orchid #E96CDF

Tints of Orchid #E96CDF

Color information

#E96CDF (or 0xE96CDF) is unknown color: approx Orchid. HEX triplet: E9, 6C and DF. RGB value is (233,108,223). Sum of RGB (Red+Green+Blue) = 233+108+223=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CDF is #169320. Grayscale: #9E9E9E. Windows color (decimal): -1479457 or 14642409. OLE color: 14642409.

HSL color Cylindrical-coordinate representation of color #E96CDF: hue angle of 304.8º 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 #E96CDF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233108223-
CMYK00.540.040.09
HSL304.8º73.96%66.86%-
HSV(B)304.8º53.65%91.37%-
XYZ52.2933.3873.5-
YUV158.48164.41181.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 108 (42.58% from 255) = 19.15%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=41.31%
G=19.15%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310822300.540.040.09304.873.9666.86
HexE96CDF036491314a43
Octal351154337066411461112103
Binary111010011101100110111110110110100100110011000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CDF; }

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

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

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

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

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

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

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

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