#D56DDB

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

Shades of Orchid #D56DDB

Tints of Orchid #D56DDB

Color information

#D56DDB (or 0xD56DDB) is unknown color: approx Orchid. HEX triplet: D5, 6D and DB. RGB value is (213,109,219). Sum of RGB (Red+Green+Blue) = 213+109+219=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D56DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DDB is #2A9224. Grayscale: #989898. Windows color (decimal): -2789925 or 14380501. OLE color: 14380501.

HSL color Cylindrical-coordinate representation of color #D56DDB: hue angle of 296.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56DDB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213109219-
CMYK0.030.5000.14
HSL296.73º60.44%64.31%-
HSV(B)296.73º50.23%85.88%-
XYZ45.730.270.44-
YUV152.64165.46171.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 109 (42.97% from 255) = 20.15%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=39.37%
G=20.15%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131092190.030.5000.14296.7360.4464.31
HexD56DDB3320E1293c40
Octal32515533336201645174100
Binary1101010111011011101101111110010011101001010011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DDB; }

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

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

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

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

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

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

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

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