#E97ACD

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

Shades of Orchid #E97ACD

Tints of Orchid #E97ACD

Color information

#E97ACD (or 0xE97ACD) is unknown color: approx Orchid. HEX triplet: E9, 7A and CD. RGB value is (233,122,205). Sum of RGB (Red+Green+Blue) = 233+122+205=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACD is #168532. Grayscale: #A4A4A4. Windows color (decimal): -1475891 or 13466345. OLE color: 13466345.

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

Color convert

RGB233122205-
CMYK00.480.120.09
HSL315.14º71.61%69.61%-
HSV(B)315.14º47.64%91.37%-
XYZ51.5835.6561.92-
YUV164.65150.77176.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=41.61%
G=21.79%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312220500.480.120.09315.1471.6169.61
HexE97ACD030C913b4846
Octal3511723150601411473110106
Binary1110100111110101100110101100001100100110011101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ACD; }

 p { color: rgb(233,122,205); }

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

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

 a { background-color: rgb(233,122,205); }

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

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

 span { border-color: rgb(233,122,205); }

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