#D57ACE

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

Shades of Orchid #D57ACE

Tints of Orchid #D57ACE

Color information

#D57ACE (or 0xD57ACE) is unknown color: approx Orchid. HEX triplet: D5, 7A and CE. RGB value is (213,122,206). Sum of RGB (Red+Green+Blue) = 213+122+206=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ACE is #2A8531. Grayscale: #9E9E9E. Windows color (decimal): -2786610 or 13531861. OLE color: 13531861.

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

Color convert

RGB213122206-
CMYK00.430.030.16
HSL304.62º52%65.69%-
HSV(B)304.62º42.72%83.53%-
XYZ45.5432.5262.27-
YUV158.78154.65166.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=39.37%
G=22.55%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312220600.430.030.16304.625265.69
HexD57ACE02B3101313442
Octal32517231605332046164102
Binary11010101111101011001110010101111100001001100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57ACE; }

 p { color: rgb(213,122,206); }

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

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

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

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

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

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

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