#D57DD9

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

Shades of Orchid #D57DD9

Tints of Orchid #D57DD9

Color information

#D57DD9 (or 0xD57DD9) is unknown color: approx Orchid. HEX triplet: D5, 7D and D9. RGB value is (213,125,217). Sum of RGB (Red+Green+Blue) = 213+125+217=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #D57DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DD9 is #2A8226. Grayscale: #A1A1A1. Windows color (decimal): -2785831 or 14253525. OLE color: 14253525.

HSL color Cylindrical-coordinate representation of color #D57DD9: hue angle of 297.39º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57DD9 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213125217-
CMYK0.020.4200.15
HSL297.39º54.76%67.06%-
HSV(B)297.39º42.4%85.1%-
XYZ47.333.8269.68-
YUV161.8159.15164.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=38.38%
G=22.52%
B=39.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131252170.020.4200.15297.3954.7667.06
HexD57DD922A0F1293743
Octal32517533125201745167103
Binary1101010111111011101100110101010011111001010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DD9; }

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

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

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

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

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

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

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

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