#C56DE1

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

Shades of Medium Orchid #C56DE1

Tints of Medium Orchid #C56DE1

Color information

#C56DE1 (or 0xC56DE1) is unknown color: approx Medium Orchid. HEX triplet: C5, 6D and E1. RGB value is (197,109,225). Sum of RGB (Red+Green+Blue) = 197+109+225=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #C56DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DE1 is #3A921E. Grayscale: #949494. Windows color (decimal): -3838495 or 14773701. OLE color: 14773701.

HSL color Cylindrical-coordinate representation of color #C56DE1: hue angle of 285.52º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56DE1 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197109225-
CMYK0.120.5200.12
HSL285.52º65.91%65.49%-
HSV(B)285.52º51.56%88.24%-
XYZ42.0928.2474.47-
YUV148.54171.15162.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 109 (42.97% from 255) = 20.53%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=37.10%
G=20.53%
B=42.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971092250.120.5200.12285.5265.9165.49
HexC56DE1C340C11e4241
Octal3051553411464014436102101
Binary1100010111011011110000111001101000110010001111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56DE1; }

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

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

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

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

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

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

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

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