#C26CC6

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

Shades of Fuchsia #C26CC6

Tints of Fuchsia #C26CC6

Color information

#C26CC6 (or 0xC26CC6) is unknown color: approx Fuchsia. HEX triplet: C2, 6C and C6. RGB value is (194,108,198). Sum of RGB (Red+Green+Blue) = 194+108+198=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #C26CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CC6 is #3D9339. Grayscale: #8F8F8F. Windows color (decimal): -4035386 or 13003970. OLE color: 13003970.

HSL color Cylindrical-coordinate representation of color #C26CC6: hue angle of 297.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26CC6 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194108198-
CMYK0.020.4500.22
HSL297.33º44.12%60%-
HSV(B)297.33º45.45%77.65%-
XYZ37.826.2756.5-
YUV143.97158.49163.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 108 (42.58% from 255) = 21.6%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=38.8%
G=21.6%
B=39.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941081980.020.4500.22297.3344.1260
HexC26CC622D0161292c3c
Octal3021543062550264515474
Binary1100001011011001100011010101101010110100101001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CC6; }

 p { color: rgb(194,108,198); }

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

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

 a { background-color: rgb(194,108,198); }

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

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

 span { border-color: rgb(194,108,198); }

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