#D56DBD

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

Shades of Orchid #D56DBD

Tints of Orchid #D56DBD

Color information

#D56DBD (or 0xD56DBD) is unknown color: approx Orchid. HEX triplet: D5, 6D and BD. RGB value is (213,109,189). Sum of RGB (Red+Green+Blue) = 213+109+189=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DBD is #2A9242. Grayscale: #959595. Windows color (decimal): -2789955 or 12414421. OLE color: 12414421.

HSL color Cylindrical-coordinate representation of color #D56DBD: hue angle of 313.85º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DBD is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213109189-
CMYK00.490.110.16
HSL313.85º55.32%63.14%-
HSV(B)313.85º48.83%83.53%-
XYZ42.0928.7651.48-
YUV149.22150.46173.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=41.68%
G=21.33%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310918900.490.110.16313.8555.3263.14
HexD56DBD031B1013a373f
Octal32515527506113204726777
Binary110101011101101101111010110001101110000100111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DBD; }

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

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

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

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

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

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

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

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