#c56dd8

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

Shades of Medium Orchid #C56DD8

Tints of Medium Orchid #C56DD8

Color information

#C56DD8 (or 0xC56DD8) is unknown color: approx Medium Orchid. HEX triplet: C5, 6D and D8. RGB value is (197,109,216). Sum of RGB (Red+Green+Blue) = 197+109+216=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #C56DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DD8 is #3A9227. Grayscale: #939393. Windows color (decimal): -3838504 or 14183877. OLE color: 14183877.

HSL color Cylindrical-coordinate representation of color #C56DD8: hue angle of 289.35º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56DD8 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197109216-
CMYK0.090.5000.15
HSL289.35º57.84%63.73%-
HSV(B)289.35º49.54%84.71%-
XYZ40.8927.7768.17-
YUV147.51166.65163.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=37.74%
G=20.88%
B=41.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971092160.090.5000.15289.3557.8463.73
HexC56DD89320F1213a40
Octal305155330116201744172100
Binary110001011101101110110001001110010011111001000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c56dd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c56dd8; }

 p { color: rgb(197,109,216); }

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

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

 a { background-color: rgb(197,109,216); }

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

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

 span { border-color: rgb(197,109,216); }

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