#E96FD8

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

Shades of Orchid #E96FD8

Tints of Orchid #E96FD8

Color information

#E96FD8 (or 0xE96FD8) is unknown color: approx Orchid. HEX triplet: E9, 6F and D8. RGB value is (233,111,216). Sum of RGB (Red+Green+Blue) = 233+111+216=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FD8 is #169027. Grayscale: #9F9F9F. Windows color (decimal): -1478696 or 14184425. OLE color: 14184425.

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

Color convert

RGB233111216-
CMYK00.520.070.09
HSL308.36º73.49%67.45%-
HSV(B)308.36º52.36%91.37%-
XYZ51.6833.6568.74-
YUV159.45159.92180.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 111 (43.75% from 255) = 19.82%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=41.61%
G=19.82%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311121600.520.070.09308.3673.4967.45
HexE96FD8034791344943
Octal351157330064711464111103
Binary111010011101111110110000110100111100110011010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96FD8; }

 p { color: rgb(233,111,216); }

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

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

 a { background-color: rgb(233,111,216); }

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

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

 span { border-color: rgb(233,111,216); }

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