#C56ABA

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

Shades of Fuchsia #C56ABA

Tints of Fuchsia #C56ABA

Color information

#C56ABA (or 0xC56ABA) is unknown color: approx Fuchsia. HEX triplet: C5, 6A and BA. RGB value is (197,106,186). Sum of RGB (Red+Green+Blue) = 197+106+186=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C56ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ABA is #3A9545. Grayscale: #8E8E8E. Windows color (decimal): -3839302 or 12217029. OLE color: 12217029.

HSL color Cylindrical-coordinate representation of color #C56ABA: hue angle of 307.25º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56ABA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197106186-
CMYK00.460.060.23
HSL307.25º43.96%59.41%-
HSV(B)307.25º46.19%77.25%-
XYZ37.0425.7249.47-
YUV142.33152.65167-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=40.29%
G=21.68%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710618600.460.060.23307.2543.9659.41
HexC56ABA02E6171332c3b
Octal3051522720566274635473
Binary11000101110101010111010010111011010111100110011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56ABA; }

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

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

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

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

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

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

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

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