#D57DE0

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

Shades of Orchid #D57DE0

Tints of Orchid #D57DE0

Color information

#D57DE0 (or 0xD57DE0) is unknown color: approx Orchid. HEX triplet: D5, 7D and E0. RGB value is (213,125,224). Sum of RGB (Red+Green+Blue) = 213+125+224=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #D57DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DE0 is #2A821F. Grayscale: #A2A2A2. Windows color (decimal): -2785824 or 14712277. OLE color: 14712277.

HSL color Cylindrical-coordinate representation of color #D57DE0: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57DE0 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213125224-
CMYK0.050.4400.12
HSL293.33º61.49%68.43%-
HSV(B)293.33º44.2%87.84%-
XYZ48.2334.274.58-
YUV162.6162.65163.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=37.90%
G=22.24%
B=39.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131252240.050.4400.12293.3361.4968.43
HexD57DE052C0C1253d44
Octal32517534055401444575104
Binary11010101111110111100000101101100011001001001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DE0; }

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

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

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

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

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

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

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

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