#D56EB6

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

Shades of Orchid #D56EB6

Tints of Orchid #D56EB6

Color information

#D56EB6 (or 0xD56EB6) is unknown color: approx Orchid. HEX triplet: D5, 6E and B6. RGB value is (213,110,182). Sum of RGB (Red+Green+Blue) = 213+110+182=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EB6 is #2A9149. Grayscale: #949494. Windows color (decimal): -2789706 or 11955925. OLE color: 11955925.

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

Color convert

RGB213110182-
CMYK00.480.150.16
HSL318.06º55.08%63.33%-
HSV(B)318.06º48.36%83.53%-
XYZ41.4628.6847.61-
YUV149146.62173.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=42.18%
G=21.78%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311018200.480.150.16318.0655.0863.33
HexD56EB6030F1013e373f
Octal32515626606017204766777
Binary110101011101110101101100110000111110000100111110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56EB6; }

 p { color: rgb(213,110,182); }

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

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

 a { background-color: rgb(213,110,182); }

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

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

 span { border-color: rgb(213,110,182); }

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