#D57ED5

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

Shades of Orchid #D57ED5

Tints of Orchid #D57ED5

Color information

#D57ED5 (or 0xD57ED5) is unknown color: approx Orchid. HEX triplet: D5, 7E and D5. RGB value is (213,126,213). Sum of RGB (Red+Green+Blue) = 213+126+213=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D57ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ED5 is #2A812A. Grayscale: #A1A1A1. Windows color (decimal): -2785579 or 13991637. OLE color: 13991637.

HSL color Cylindrical-coordinate representation of color #D57ED5: hue angle of 300º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57ED5 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213126213-
CMYK00.4100.16
HSL300º50.88%66.47%-
HSV(B)300º40.85%83.53%-
XYZ46.9133.8767.02-
YUV161.93156.82164.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 126 (49.61% from 255) = 22.83%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=38.59%
G=22.83%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312621300.4100.1630050.8866.47
HexD57ED502901012c3342
Octal32517632505102045463102
Binary1101010111111101101010101010010100001001011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57ED5; }

 p { color: rgb(213,126,213); }

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

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

 a { background-color: rgb(213,126,213); }

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

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

 span { border-color: rgb(213,126,213); }

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