#C56DE6

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

Shades of Medium Orchid #C56DE6

Tints of Medium Orchid #C56DE6

Color information

#C56DE6 (or 0xC56DE6) is unknown color: approx Medium Orchid. HEX triplet: C5, 6D and E6. RGB value is (197,109,230). Sum of RGB (Red+Green+Blue) = 197+109+230=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #C56DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56DE6 is #3A9219. Grayscale: #949494. Windows color (decimal): -3838490 or 15101381. OLE color: 15101381.

HSL color Cylindrical-coordinate representation of color #C56DE6: hue angle of 283.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56DE6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197109230-
CMYK0.140.5300.10
HSL283.64º70.76%66.47%-
HSV(B)283.64º52.61%90.2%-
XYZ42.7828.5278.11-
YUV149.11173.65162.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.75%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=36.75%
G=20.34%
B=42.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971092300.140.5300.10283.6470.7666.47
HexC56DE6E350A11c4742
Octal3051553461665012434107102
Binary1100010111011011110011011101101010101010001110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56DE6; }

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

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

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

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

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

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

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

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