#D57DDE

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

Shades of Orchid #D57DDE

Tints of Orchid #D57DDE

Color information

#D57DDE (or 0xD57DDE) is unknown color: approx Orchid. HEX triplet: D5, 7D and DE. RGB value is (213,125,222). Sum of RGB (Red+Green+Blue) = 213+125+222=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #D57DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DDE is #2A8221. Grayscale: #A2A2A2. Windows color (decimal): -2785826 or 14581205. OLE color: 14581205.

HSL color Cylindrical-coordinate representation of color #D57DDE: hue angle of 294.43º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57DDE is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213125222-
CMYK0.040.4400.13
HSL294.43º59.51%68.04%-
HSV(B)294.43º43.69%87.06%-
XYZ47.9634.0973.16-
YUV162.37161.65164.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=38.04%
G=22.32%
B=39.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131252220.040.4400.13294.4359.5168.04
HexD57DDE42C0D1263c44
Octal32517533645401544674104
Binary11010101111110111011110100101100011011001001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DDE; }

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

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

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

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

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

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

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

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