#E569DF

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

Shades of Orchid #E569DF

Tints of Orchid #E569DF

Color information

#E569DF (or 0xE569DF) is unknown color: approx Orchid. HEX triplet: E5, 69 and DF. RGB value is (229,105,223). Sum of RGB (Red+Green+Blue) = 229+105+223=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E569DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569DF is #1A9620. Grayscale: #9B9B9B. Windows color (decimal): -1742369 or 14641637. OLE color: 14641637.

HSL color Cylindrical-coordinate representation of color #E569DF: hue angle of 302.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569DF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229105223-
CMYK00.540.030.10
HSL302.9º70.45%65.49%-
HSV(B)302.9º54.15%89.8%-
XYZ50.6832.0973.33-
YUV155.53166.08180.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=41.11%
G=18.85%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910522300.540.030.10302.970.4565.49
HexE569DF0363A12f4641
Octal345151337066312457106101
Binary11100101110100111011111011011011101010010111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E569DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E569DF; }

 p { color: rgb(229,105,223); }

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

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

 a { background-color: rgb(229,105,223); }

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

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

 span { border-color: rgb(229,105,223); }

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