#D56DB9

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

Shades of Orchid #D56DB9

Tints of Orchid #D56DB9

Color information

#D56DB9 (or 0xD56DB9) is unknown color: approx Orchid. HEX triplet: D5, 6D and B9. RGB value is (213,109,185). Sum of RGB (Red+Green+Blue) = 213+109+185=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DB9 is #2A9246. Grayscale: #949494. Windows color (decimal): -2789959 or 12152277. OLE color: 12152277.

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

Color convert

RGB213109185-
CMYK00.490.130.16
HSL316.15º55.32%63.14%-
HSV(B)316.15º48.83%83.53%-
XYZ41.6728.5949.22-
YUV148.76148.46173.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=42.01%
G=21.50%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310918500.490.130.16316.1555.3263.14
HexD56DB9031D1013c373f
Octal32515527106115204746777
Binary110101011101101101110010110001110110000100111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DB9; }

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

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

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

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

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

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

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

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