#D56DDC

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

Shades of Orchid #D56DDC

Tints of Orchid #D56DDC

Color information

#D56DDC (or 0xD56DDC) is unknown color: approx Orchid. HEX triplet: D5, 6D and DC. RGB value is (213,109,220). Sum of RGB (Red+Green+Blue) = 213+109+220=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #D56DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DDC is #2A9223. Grayscale: #989898. Windows color (decimal): -2789924 or 14446037. OLE color: 14446037.

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

Color convert

RGB213109220-
CMYK0.030.5000.14
HSL296.22º61.33%64.51%-
HSV(B)296.22º50.45%86.27%-
XYZ45.8330.2571.13-
YUV152.75165.96170.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 109 (42.97% from 255) = 20.11%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=39.30%
G=20.11%
B=40.59%

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
Decimal2131092200.030.5000.14296.2261.3364.51
HexD56DDC3320E1283d41
Octal32515533436201645075101
Binary1101010111011011101110011110010011101001010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DDC; }

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

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

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

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

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

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

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

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