#D56DBA

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

Shades of Orchid #D56DBA

Tints of Orchid #D56DBA

Color information

#D56DBA (or 0xD56DBA) is unknown color: approx Orchid. HEX triplet: D5, 6D and BA. RGB value is (213,109,186). Sum of RGB (Red+Green+Blue) = 213+109+186=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DBA is #2A9245. Grayscale: #949494. Windows color (decimal): -2789958 or 12217813. OLE color: 12217813.

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

Color convert

RGB213109186-
CMYK00.490.130.16
HSL315.58º55.32%63.14%-
HSV(B)315.58º48.83%83.53%-
XYZ41.7728.6349.78-
YUV148.87148.96173.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=41.93%
G=21.46%
B=36.61%

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
Decimal21310918600.490.130.16315.5855.3263.14
HexD56DBA031D1013c373f
Octal32515527206115204746777
Binary110101011101101101110100110001110110000100111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DBA; }

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

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

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

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

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

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

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

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