#D57DD2

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

Shades of Orchid #D57DD2

Tints of Orchid #D57DD2

Color information

#D57DD2 (or 0xD57DD2) is unknown color: approx Orchid. HEX triplet: D5, 7D and D2. RGB value is (213,125,210). Sum of RGB (Red+Green+Blue) = 213+125+210=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DD2 is #2A822D. Grayscale: #A0A0A0. Windows color (decimal): -2785838 or 13794773. OLE color: 13794773.

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

Color convert

RGB213125210-
CMYK00.410.010.16
HSL302.05º51.16%66.27%-
HSV(B)302.05º41.31%83.53%-
XYZ46.4133.4764.99-
YUV161155.65165.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 210 (82.42% from 255) = 38.32%
R=38.87%
G=22.81%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312521000.410.010.16302.0551.1666.27
HexD57DD202911012e3342
Octal32517532205112045663102
Binary1101010111111011101001001010011100001001011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DD2; }

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

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

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

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

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

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

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

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