#C568AC

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

Shades of Fuchsia #C568AC

Tints of Fuchsia #C568AC

Color information

#C568AC (or 0xC568AC) is unknown color: approx Fuchsia. HEX triplet: C5, 68 and AC. RGB value is (197,104,172). Sum of RGB (Red+Green+Blue) = 197+104+172=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C568AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C568AC is #3A9753. Grayscale: #8B8B8B. Windows color (decimal): -3839828 or 11299013. OLE color: 11299013.

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

Color convert

RGB197104172-
CMYK00.470.130.23
HSL316.13º44.5%59.02%-
HSV(B)316.13º47.21%77.25%-
XYZ35.4224.7541.94-
YUV139.56146.31168.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=41.65%
G=21.99%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710417200.470.130.23316.1344.559.02
HexC568AC02FD1713c2c3b
Octal30515025405715274745473
Binary110001011101000101011000101111110110111100111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568AC; }

 p { color: rgb(197,104,172); }

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

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

 a { background-color: rgb(197,104,172); }

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

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

 span { border-color: rgb(197,104,172); }

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