#D57DBF

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

Shades of Orchid #D57DBF

Tints of Orchid #D57DBF

Color information

#D57DBF (or 0xD57DBF) is unknown color: approx Orchid. HEX triplet: D5, 7D and BF. RGB value is (213,125,191). Sum of RGB (Red+Green+Blue) = 213+125+191=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DBF is #2A8240. Grayscale: #9E9E9E. Windows color (decimal): -2785857 or 12549589. OLE color: 12549589.

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

Color convert

RGB213125191-
CMYK00.410.100.16
HSL315º51.16%66.27%-
HSV(B)315º41.31%83.53%-
XYZ44.1832.5753.25-
YUV158.84146.15166.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 191 (75% from 255) = 36.11%
R=40.26%
G=23.63%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312519100.410.100.1631551.1666.27
HexD57DBF029A1013b3342
Octal325175277051122047363102
Binary1101010111111011011111101010011010100001001110111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DBF; }

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

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

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

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

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

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

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

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