#D57AD1

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

Shades of Orchid #D57AD1

Tints of Orchid #D57AD1

Color information

#D57AD1 (or 0xD57AD1) is unknown color: approx Orchid. HEX triplet: D5, 7A and D1. RGB value is (213,122,209). Sum of RGB (Red+Green+Blue) = 213+122+209=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AD1 is #2A852E. Grayscale: #9E9E9E. Windows color (decimal): -2786607 or 13728469. OLE color: 13728469.

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

Color convert

RGB213122209-
CMYK00.430.020.16
HSL302.64º52%65.69%-
HSV(B)302.64º42.72%83.53%-
XYZ45.9132.6764.21-
YUV159.13156.15166.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=39.15%
G=22.43%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312220900.430.020.16302.645265.69
HexD57AD102B21012f3442
Octal32517232105322045764102
Binary11010101111101011010001010101110100001001011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57AD1; }

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

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

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

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

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

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

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

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