#C566C0

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

Shades of Fuchsia #C566C0

Tints of Fuchsia #C566C0

Color information

#C566C0 (or 0xC566C0) is unknown color: approx Fuchsia. HEX triplet: C5, 66 and C0. RGB value is (197,102,192). Sum of RGB (Red+Green+Blue) = 197+102+192=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C566C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566C0 is #3A993F. Grayscale: #8C8C8C. Windows color (decimal): -3840320 or 12609221. OLE color: 12609221.

HSL color Cylindrical-coordinate representation of color #C566C0: hue angle of 303.16º 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 #C566C0 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197102192-
CMYK00.480.030.23
HSL303.16º45.02%58.63%-
HSV(B)303.16º48.22%77.25%-
XYZ37.2925.1852.76-
YUV140.66156.97168.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=40.12%
G=20.77%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710219200.480.030.23303.1645.0258.63
HexC566C003031712f2d3b
Octal3051463000603274575573
Binary1100010111001101100000001100001110111100101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566C0; }

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

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

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

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

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

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

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

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