#D56DD2

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

Shades of Orchid #D56DD2

Tints of Orchid #D56DD2

Color information

#D56DD2 (or 0xD56DD2) is unknown color: approx Orchid. HEX triplet: D5, 6D and D2. RGB value is (213,109,210). Sum of RGB (Red+Green+Blue) = 213+109+210=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DD2 is #2A922D. Grayscale: #979797. Windows color (decimal): -2789934 or 13790677. OLE color: 13790677.

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

Color convert

RGB213109210-
CMYK00.490.010.16
HSL301.73º55.32%63.14%-
HSV(B)301.73º48.83%83.53%-
XYZ44.5429.7464.36-
YUV151.61160.96171.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 210 (82.42% from 255) = 39.47%
R=40.04%
G=20.49%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310921000.490.010.16301.7355.3263.14
HexD56DD203111012e373f
Octal3251553220611204566777
Binary110101011101101110100100110001110000100101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DD2; }

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

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

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

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

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

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

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

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