#C56AC8

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

Shades of Fuchsia #C56AC8

Tints of Fuchsia #C56AC8

Color information

#C56AC8 (or 0xC56AC8) is unknown color: approx Fuchsia. HEX triplet: C5, 6A and C8. RGB value is (197,106,200). Sum of RGB (Red+Green+Blue) = 197+106+200=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #C56AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AC8 is #3A9537. Grayscale: #8F8F8F. Windows color (decimal): -3839288 or 13134533. OLE color: 13134533.

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

Color convert

RGB197106200-
CMYK0.020.4700.22
HSL298.09º46.08%60%-
HSV(B)298.09º47%78.43%-
XYZ38.6126.3557.69-
YUV143.93159.65165.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=39.17%
G=21.07%
B=39.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971062000.020.4700.22298.0946.0860
HexC56AC822F01612a2e3c
Octal3051523102570264525674
Binary1100010111010101100100010101111010110100101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AC8; }

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

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

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

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

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

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

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

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