#C565AC

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

Shades of Fuchsia #C565AC

Tints of Fuchsia #C565AC

Color information

#C565AC (or 0xC565AC) is unknown color: approx Fuchsia. HEX triplet: C5, 65 and AC. RGB value is (197,101,172). Sum of RGB (Red+Green+Blue) = 197+101+172=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C565AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565AC is #3A9A53. Grayscale: #898989. Windows color (decimal): -3840596 or 11298245. OLE color: 11298245.

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

Color convert

RGB197101172-
CMYK00.490.130.23
HSL315.62º45.28%58.43%-
HSV(B)315.62º48.73%77.25%-
XYZ35.1324.1641.84-
YUV137.8147.3170.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=41.91%
G=21.49%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710117200.490.130.23315.6245.2858.43
HexC565AC031D1713c2d3a
Octal30514525406115274745572
Binary110001011100101101011000110001110110111100111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C565AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C565AC; }

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

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

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

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

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

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

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

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