#D57DBD

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

Shades of Orchid #D57DBD

Tints of Orchid #D57DBD

Color information

#D57DBD (or 0xD57DBD) is unknown color: approx Orchid. HEX triplet: D5, 7D and BD. RGB value is (213,125,189). Sum of RGB (Red+Green+Blue) = 213+125+189=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DBD is #2A8242. Grayscale: #9E9E9E. Windows color (decimal): -2785859 or 12418517. OLE color: 12418517.

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

Color convert

RGB213125189-
CMYK00.410.110.16
HSL316.36º51.16%66.27%-
HSV(B)316.36º41.31%83.53%-
XYZ43.9632.4952.1-
YUV158.61145.15166.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=40.42%
G=23.72%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312518900.410.110.16316.3651.1666.27
HexD57DBD029B1013c3342
Octal325175275051132047463102
Binary1101010111111011011110101010011011100001001111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DBD; }

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

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

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

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

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

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

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

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