#C566BA

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

Shades of Fuchsia #C566BA

Tints of Fuchsia #C566BA

Color information

#C566BA (or 0xC566BA) is unknown color: approx Fuchsia. HEX triplet: C5, 66 and BA. RGB value is (197,102,186). Sum of RGB (Red+Green+Blue) = 197+102+186=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C566BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566BA is #3A9945. Grayscale: #8B8B8B. Windows color (decimal): -3840326 or 12216005. OLE color: 12216005.

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

Color convert

RGB197102186-
CMYK00.480.060.23
HSL306.95º45.02%58.63%-
HSV(B)306.95º48.22%77.25%-
XYZ36.6424.9249.33-
YUV139.98153.97168.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.62%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=40.62%
G=21.03%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710218600.480.060.23306.9545.0258.63
HexC566BA0306171332d3b
Octal3051462720606274635573
Binary11000101110011010111010011000011010111100110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566BA; }

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

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

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

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

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

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

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

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