#D56DBC

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

Shades of Orchid #D56DBC

Tints of Orchid #D56DBC

Color information

#D56DBC (or 0xD56DBC) is unknown color: approx Orchid. HEX triplet: D5, 6D and BC. RGB value is (213,109,188). Sum of RGB (Red+Green+Blue) = 213+109+188=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DBC is #2A9243. Grayscale: #949494. Windows color (decimal): -2789956 or 12348885. OLE color: 12348885.

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

Color convert

RGB213109188-
CMYK00.490.120.16
HSL314.42º55.32%63.14%-
HSV(B)314.42º48.83%83.53%-
XYZ41.9928.7150.91-
YUV149.1149.96173.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=41.76%
G=21.37%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310918800.490.120.16314.4255.3263.14
HexD56DBC031C1013a373f
Octal32515527406114204726777
Binary110101011101101101111000110001110010000100111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DBC; }

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

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

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

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

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

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

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

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