#D57EBC

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

Shades of Orchid #D57EBC

Tints of Orchid #D57EBC

Color information

#D57EBC (or 0xD57EBC) is unknown color: approx Orchid. HEX triplet: D5, 7E and BC. RGB value is (213,126,188). Sum of RGB (Red+Green+Blue) = 213+126+188=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EBC is #2A8143. Grayscale: #9E9E9E. Windows color (decimal): -2785604 or 12353237. OLE color: 12353237.

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

Color convert

RGB213126188-
CMYK00.410.120.16
HSL317.24º50.88%66.47%-
HSV(B)317.24º40.85%83.53%-
XYZ43.9832.751.57-
YUV159.08144.32166.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=40.42%
G=23.91%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312618800.410.120.16317.2450.8866.47
HexD57EBC029C1013d3342
Octal325176274051142047563102
Binary1101010111111101011110001010011100100001001111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EBC; }

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

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

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

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

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

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

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

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