#D56FDF

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

Shades of Orchid #D56FDF

Tints of Orchid #D56FDF

Color information

#D56FDF (or 0xD56FDF) is unknown color: approx Orchid. HEX triplet: D5, 6F and DF. RGB value is (213,111,223). Sum of RGB (Red+Green+Blue) = 213+111+223=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D56FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FDF is #2A9020. Grayscale: #999999. Windows color (decimal): -2789409 or 14643157. OLE color: 14643157.

HSL color Cylindrical-coordinate representation of color #D56FDF: hue angle of 294.64º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56FDF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213111223-
CMYK0.040.5000.13
HSL294.64º63.64%65.49%-
HSV(B)294.64º50.22%87.45%-
XYZ46.4430.8473.32-
YUV154.27166.79169.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 111 (43.75% from 255) = 20.29%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=38.94%
G=20.29%
B=40.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131112230.040.5000.13294.6463.6465.49
HexD56FDF4320D1274041
Octal325157337462015447100101
Binary110101011101111110111111001100100110110010011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56FDF; }

 p { color: rgb(213,111,223); }

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

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

 a { background-color: rgb(213,111,223); }

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

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

 span { border-color: rgb(213,111,223); }

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