#C56AC9

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

Shades of Fuchsia #C56AC9

Tints of Fuchsia #C56AC9

Color information

#C56AC9 (or 0xC56AC9) is unknown color: approx Fuchsia. HEX triplet: C5, 6A and C9. RGB value is (197,106,201). Sum of RGB (Red+Green+Blue) = 197+106+201=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #C56AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AC9 is #3A9536. Grayscale: #8F8F8F. Windows color (decimal): -3839287 or 13200069. OLE color: 13200069.

HSL color Cylindrical-coordinate representation of color #C56AC9: hue angle of 297.47º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56AC9 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197106201-
CMYK0.020.4700.21
HSL297.47º46.8%60.2%-
HSV(B)297.47º47.26%78.82%-
XYZ38.7226.458.31-
YUV144.04160.15165.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=39.09%
G=21.03%
B=39.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971062010.020.4700.21297.4746.860.2
HexC56AC922F0151292f3c
Octal3051523112570254515774
Binary1100010111010101100100110101111010101100101001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AC9; }

 p { color: rgb(197,106,201); }

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

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

 a { background-color: rgb(197,106,201); }

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

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

 span { border-color: rgb(197,106,201); }

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