#D57DCB

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

Shades of Orchid #D57DCB

Tints of Orchid #D57DCB

Color information

#D57DCB (or 0xD57DCB) is unknown color: approx Orchid. HEX triplet: D5, 7D and CB. RGB value is (213,125,203). Sum of RGB (Red+Green+Blue) = 213+125+203=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCB is #2A8234. Grayscale: #9F9F9F. Windows color (decimal): -2785845 or 13336021. OLE color: 13336021.

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

Color convert

RGB213125203-
CMYK00.410.050.16
HSL306.82º51.16%66.27%-
HSV(B)306.82º41.31%83.53%-
XYZ45.5533.1360.49-
YUV160.2152.15165.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=39.37%
G=23.11%
B=37.52%

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
Decimal21312520300.410.050.16306.8251.1666.27
HexD57DCB0295101333342
Octal32517531305152046363102
Binary110101011111101110010110101001101100001001100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DCB; }

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

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

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

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

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

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

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

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