#d56fdd

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

Shades of Orchid #D56FDD

Tints of Orchid #D56FDD

Color information

#D56FDD (or 0xD56FDD) is unknown color: approx Orchid. HEX triplet: D5, 6F and DD. RGB value is (213,111,221). Sum of RGB (Red+Green+Blue) = 213+111+221=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D56FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FDD is #2A9022. Grayscale: #999999. Windows color (decimal): -2789411 or 14512085. OLE color: 14512085.

HSL color Cylindrical-coordinate representation of color #D56FDD: hue angle of 295.64º degrees, saturation: 0.62, 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 #D56FDD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213111221-
CMYK0.040.5000.13
HSL295.64º61.8%65.1%-
HSV(B)295.64º49.77%86.67%-
XYZ46.1830.7471.91-
YUV154.04165.79170.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=39.08%
G=20.37%
B=40.55%

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
Decimal2131112210.040.5000.13295.6461.865.1
HexD56FDD4320D1283e41
Octal32515733546201545076101
Binary11010101110111111011101100110010011011001010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56fdd; }

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

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

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

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

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

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

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

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