#e97bdc

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

Shades of Orchid #E97BDC

Tints of Orchid #E97BDC

Color information

#E97BDC (or 0xE97BDC) is unknown color: approx Orchid. HEX triplet: E9, 7B and DC. RGB value is (233,123,220). Sum of RGB (Red+Green+Blue) = 233+123+220=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BDC is #168423. Grayscale: #A6A6A6. Windows color (decimal): -1475620 or 14449641. OLE color: 14449641.

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

Color convert

RGB233123220-
CMYK00.470.060.09
HSL307.09º71.43%69.8%-
HSV(B)307.09º47.21%91.37%-
XYZ53.6136.6671.96-
YUV166.95157.94175.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 123 (48.44% from 255) = 21.35%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=40.45%
G=21.35%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312322000.470.060.09307.0971.4369.8
HexE97BDC02F691334746
Octal351173334057611463107106
Binary111010011111011110111000101111110100110011001110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e97bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e97bdc; }

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

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

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

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

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

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

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

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