#D57ABA

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

Shades of Orchid #D57ABA

Tints of Orchid #D57ABA

Color information

#D57ABA (or 0xD57ABA) is unknown color: approx Orchid. HEX triplet: D5, 7A and BA. RGB value is (213,122,186). Sum of RGB (Red+Green+Blue) = 213+122+186=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ABA is #2A8545. Grayscale: #9C9C9C. Windows color (decimal): -2786630 or 12221141. OLE color: 12221141.

HSL color Cylindrical-coordinate representation of color #D57ABA: hue angle of 317.8º 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 #D57ABA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213122186-
CMYK00.430.130.16
HSL317.8º52%65.69%-
HSV(B)317.8º42.72%83.53%-
XYZ43.2631.6150.28-
YUV156.5144.65168.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=40.88%
G=23.42%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312218600.430.130.16317.85265.69
HexD57ABA02BD1013e3442
Octal325172272053152047664102
Binary1101010111110101011101001010111101100001001111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57ABA; }

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

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

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

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

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

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

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

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