#D57AD2

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

Shades of Orchid #D57AD2

Tints of Orchid #D57AD2

Color information

#D57AD2 (or 0xD57AD2) is unknown color: approx Orchid. HEX triplet: D5, 7A and D2. RGB value is (213,122,210). Sum of RGB (Red+Green+Blue) = 213+122+210=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AD2 is #2A852D. Grayscale: #9E9E9E. Windows color (decimal): -2786606 or 13794005. OLE color: 13794005.

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

Color convert

RGB213122210-
CMYK00.430.010.16
HSL301.98º52%65.69%-
HSV(B)301.98º42.72%83.53%-
XYZ46.0332.7264.86-
YUV159.24156.65166.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=39.08%
G=22.39%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312221000.430.010.16301.985265.69
HexD57AD202B11012e3442
Octal32517232205312045664102
Binary1101010111110101101001001010111100001001011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57AD2; }

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

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

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

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

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

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

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

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