#C466C6

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

Shades of Fuchsia #C466C6

Tints of Fuchsia #C466C6

Color information

#C466C6 (or 0xC466C6) is unknown color: approx Fuchsia. HEX triplet: C4, 66 and C6. RGB value is (196,102,198). Sum of RGB (Red+Green+Blue) = 196+102+198=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #C466C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466C6 is #3B9939. Grayscale: #8C8C8C. Windows color (decimal): -3905850 or 13002436. OLE color: 13002436.

HSL color Cylindrical-coordinate representation of color #C466C6: hue angle of 298.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C466C6 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196102198-
CMYK0.010.4800.22
HSL298.75º45.71%58.82%-
HSV(B)298.75º48.48%77.65%-
XYZ37.7125.3256.33-
YUV141.05160.14167.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=39.52%
G=20.56%
B=39.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961021980.010.4800.22298.7545.7158.82
HexC466C613001612b2e3b
Octal3041463061600264535673
Binary110001001100110110001101110000010110100101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C466C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C466C6; }

 p { color: rgb(196,102,198); }

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

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

 a { background-color: rgb(196,102,198); }

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

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

 span { border-color: rgb(196,102,198); }

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