#D57ECB

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

Shades of Orchid #D57ECB

Tints of Orchid #D57ECB

Color information

#D57ECB (or 0xD57ECB) is unknown color: approx Orchid. HEX triplet: D5, 7E and CB. RGB value is (213,126,203). Sum of RGB (Red+Green+Blue) = 213+126+203=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ECB is #2A8134. Grayscale: #A0A0A0. Windows color (decimal): -2785589 or 13336277. OLE color: 13336277.

HSL color Cylindrical-coordinate representation of color #D57ECB: hue angle of 306.9º 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 #D57ECB is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213126203-
CMYK00.410.050.16
HSL306.9º50.88%66.47%-
HSV(B)306.9º40.85%83.53%-
XYZ45.6833.3860.54-
YUV160.79151.82165.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 126 (49.61% from 255) = 23.25%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=39.30%
G=23.25%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312620300.410.050.16306.950.8866.47
HexD57ECB0295101333342
Octal32517631305152046363102
Binary110101011111110110010110101001101100001001100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57ECB; }

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

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

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

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

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

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

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

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