#C56DE2

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

Shades of Medium Orchid #C56DE2

Tints of Medium Orchid #C56DE2

Color information

#C56DE2 (or 0xC56DE2) is unknown color: approx Medium Orchid. HEX triplet: C5, 6D and E2. RGB value is (197,109,226). Sum of RGB (Red+Green+Blue) = 197+109+226=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #C56DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DE2 is #3A921D. Grayscale: #949494. Windows color (decimal): -3838494 or 14839237. OLE color: 14839237.

HSL color Cylindrical-coordinate representation of color #C56DE2: hue angle of 285.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56DE2 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197109226-
CMYK0.130.5200.11
HSL285.13º66.86%65.69%-
HSV(B)285.13º51.77%88.63%-
XYZ42.2228.375.19-
YUV148.65171.65162.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=37.03%
G=20.49%
B=42.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971092260.130.5200.11285.1366.8665.69
HexC56DE2D340B11d4342
Octal3051553421564013435103102
Binary1100010111011011110001011011101000101110001110110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56DE2; }

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

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

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

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

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

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

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

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