#C666B0

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

Shades of Fuchsia #C666B0

Tints of Fuchsia #C666B0

Color information

#C666B0 (or 0xC666B0) is unknown color: approx Fuchsia. HEX triplet: C6, 66 and B0. RGB value is (198,102,176). Sum of RGB (Red+Green+Blue) = 198+102+176=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C666B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666B0 is #39994F. Grayscale: #8A8A8A. Windows color (decimal): -3774800 or 11560646. OLE color: 11560646.

HSL color Cylindrical-coordinate representation of color #C666B0: hue angle of 313.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 #C666B0 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198102176-
CMYK00.480.110.22
HSL313.75º45.71%58.82%-
HSV(B)313.75º48.48%77.65%-
XYZ35.8824.6443.94-
YUV139.14148.8169.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 102 (40.23% from 255) = 21.43%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=41.60%
G=21.43%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810217600.480.110.22313.7545.7158.82
HexC666B0030B1613a2e3b
Octal30614626006013264725673
Binary110001101100110101100000110000101110110100111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C666B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C666B0; }

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

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

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

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

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

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

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

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