#C56FE1

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

Shades of Medium Orchid #C56FE1

Tints of Medium Orchid #C56FE1

Color information

#C56FE1 (or 0xC56FE1) is unknown color: approx Medium Orchid. HEX triplet: C5, 6F and E1. RGB value is (197,111,225). Sum of RGB (Red+Green+Blue) = 197+111+225=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #C56FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FE1 is #3A901E. Grayscale: #959595. Windows color (decimal): -3837983 or 14774213. OLE color: 14774213.

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

Color convert

RGB197111225-
CMYK0.120.5100.12
HSL285.26º65.52%65.88%-
HSV(B)285.26º50.67%88.24%-
XYZ42.328.6874.54-
YUV149.71170.49161.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=36.96%
G=20.83%
B=42.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971112250.120.5100.12285.2665.5265.88
HexC56FE1C330C11d4242
Octal3051573411463014435102102
Binary1100010111011111110000111001100110110010001110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FE1; }

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

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

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

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

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

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

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

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