#E571CD

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

Shades of Orchid #E571CD

Tints of Orchid #E571CD

Color information

#E571CD (or 0xE571CD) is unknown color: approx Orchid. HEX triplet: E5, 71 and CD. RGB value is (229,113,205). Sum of RGB (Red+Green+Blue) = 229+113+205=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E571CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571CD is #1A8E32. Grayscale: #9D9D9D. Windows color (decimal): -1740339 or 13464037. OLE color: 13464037.

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

Color convert

RGB229113205-
CMYK00.510.100.10
HSL312.41º69.05%67.06%-
HSV(B)312.41º50.66%89.8%-
XYZ49.2432.8861.51-
YUV158.17154.43178.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=41.86%
G=20.66%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911320500.510.100.10312.4169.0567.06
HexE571CD033AA1384543
Octal3451613150631212470105103
Binary1110010111100011100110101100111010101010011100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571CD; }

 p { color: rgb(229,113,205); }

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

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

 a { background-color: rgb(229,113,205); }

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

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

 span { border-color: rgb(229,113,205); }

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