#D57DDC

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

Shades of Orchid #D57DDC

Tints of Orchid #D57DDC

Color information

#D57DDC (or 0xD57DDC) is unknown color: approx Orchid. HEX triplet: D5, 7D and DC. RGB value is (213,125,220). Sum of RGB (Red+Green+Blue) = 213+125+220=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D57DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DDC is #2A8223. Grayscale: #A1A1A1. Windows color (decimal): -2785828 or 14450133. OLE color: 14450133.

HSL color Cylindrical-coordinate representation of color #D57DDC: hue angle of 295.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57DDC is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213125220-
CMYK0.030.4300.14
HSL295.58º57.58%67.65%-
HSV(B)295.58º43.18%86.27%-
XYZ47.6933.9871.76-
YUV162.14160.65164.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=38.17%
G=22.40%
B=39.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131252200.030.4300.14295.5857.5867.65
HexD57DDC32B0E1283a44
Octal32517533435301645072104
Binary1101010111111011101110011101011011101001010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DDC; }

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

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

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

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

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

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

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

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