#D57ED6

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

Shades of Orchid #D57ED6

Tints of Orchid #D57ED6

Color information

#D57ED6 (or 0xD57ED6) is unknown color: approx Orchid. HEX triplet: D5, 7E and D6. RGB value is (213,126,214). Sum of RGB (Red+Green+Blue) = 213+126+214=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #D57ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ED6 is #2A8129. Grayscale: #A1A1A1. Windows color (decimal): -2785578 or 14057173. OLE color: 14057173.

HSL color Cylindrical-coordinate representation of color #D57ED6: hue angle of 299.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57ED6 is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213126214-
CMYK0.000.4100.16
HSL299.32º51.76%66.67%-
HSV(B)299.32º41.12%83.92%-
XYZ47.0433.9267.69-
YUV162.05157.32164.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=38.52%
G=22.78%
B=38.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131262140.000.4100.16299.3251.7666.67
HexD57ED602901012b3443
Octal32517632605102045364103
Binary1101010111111101101011001010010100001001010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57ED6; }

 p { color: rgb(213,126,214); }

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

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

 a { background-color: rgb(213,126,214); }

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

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

 span { border-color: rgb(213,126,214); }

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