#E575DC

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

Shades of Orchid #E575DC

Tints of Orchid #E575DC

Color information

#E575DC (or 0xE575DC) is unknown color: approx Orchid. HEX triplet: E5, 75 and DC. RGB value is (229,117,220). Sum of RGB (Red+Green+Blue) = 229+117+220=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E575DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575DC is #1A8A23. Grayscale: #A1A1A1. Windows color (decimal): -1739300 or 14448101. OLE color: 14448101.

HSL color Cylindrical-coordinate representation of color #E575DC: hue angle of 304.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575DC is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229117220-
CMYK00.490.040.10
HSL304.82º68.29%67.84%-
HSV(B)304.82º48.91%89.8%-
XYZ51.5934.5571.66-
YUV162.23160.61175.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 117 (46.09% from 255) = 20.67%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=40.46%
G=20.67%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911722000.490.040.10304.8268.2967.84
HexE575DC0314A1314444
Octal345165334061412461104104
Binary111001011110101110111000110001100101010011000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E575DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E575DC; }

 p { color: rgb(229,117,220); }

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

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

 a { background-color: rgb(229,117,220); }

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

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

 span { border-color: rgb(229,117,220); }

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