#C56FDC

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

Shades of Medium Orchid #C56FDC

Tints of Medium Orchid #C56FDC

Color information

#C56FDC (or 0xC56FDC) is unknown color: approx Medium Orchid. HEX triplet: C5, 6F and DC. RGB value is (197,111,220). Sum of RGB (Red+Green+Blue) = 197+111+220=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C56FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FDC is #3A9023. Grayscale: #949494. Windows color (decimal): -3837988 or 14446533. OLE color: 14446533.

HSL color Cylindrical-coordinate representation of color #C56FDC: hue angle of 287.34º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56FDC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197111220-
CMYK0.100.5000.14
HSL287.34º60.89%64.9%-
HSV(B)287.34º49.55%86.27%-
XYZ41.6328.4171-
YUV149.14167.99162.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.31%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=37.31%
G=21.02%
B=41.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971112200.100.5000.14287.3460.8964.9
HexC56FDCA320E11f3d41
Octal305157334126201643775101
Binary110001011101111110111001010110010011101000111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FDC; }

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

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

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

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

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

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

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

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