#C563B6

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

Shades of Fuchsia #C563B6

Tints of Fuchsia #C563B6

Color information

#C563B6 (or 0xC563B6) is unknown color: approx Fuchsia. HEX triplet: C5, 63 and B6. RGB value is (197,99,182). Sum of RGB (Red+Green+Blue) = 197+99+182=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C563B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563B6 is #3A9C49. Grayscale: #898989. Windows color (decimal): -3841098 or 11953093. OLE color: 11953093.

HSL color Cylindrical-coordinate representation of color #C563B6: hue angle of 309.18º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C563B6 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19799182-
CMYK00.500.080.23
HSL309.18º45.79%58.04%-
HSV(B)309.18º49.75%77.25%-
XYZ35.9324.1747.03-
YUV137.76152.97170.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=41.21%
G=20.71%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979918200.500.080.23309.1845.7958.04
HexC563B60328171352e3a
Octal30514326606210274655672
Binary110001011100011101101100110010100010111100110101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C563B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C563B6; }

 p { color: rgb(197,99,182); }

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

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

 a { background-color: rgb(197,99,182); }

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

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

 span { border-color: rgb(197,99,182); }

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