#D57DD1

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

Shades of Orchid #D57DD1

Tints of Orchid #D57DD1

Color information

#D57DD1 (or 0xD57DD1) is unknown color: approx Orchid. HEX triplet: D5, 7D and D1. RGB value is (213,125,209). Sum of RGB (Red+Green+Blue) = 213+125+209=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DD1 is #2A822E. Grayscale: #A0A0A0. Windows color (decimal): -2785839 or 13729237. OLE color: 13729237.

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

Color convert

RGB213125209-
CMYK00.410.020.16
HSL302.73º51.16%66.27%-
HSV(B)302.73º41.31%83.53%-
XYZ46.2833.4264.33-
YUV160.89155.15165.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=38.94%
G=22.85%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312520900.410.020.16302.7351.1666.27
HexD57DD102921012f3342
Octal32517532105122045763102
Binary11010101111110111010001010100110100001001011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DD1; }

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

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

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

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

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

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

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

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