#C26EB6

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

Shades of Fuchsia #C26EB6

Tints of Fuchsia #C26EB6

Color information

#C26EB6 (or 0xC26EB6) is unknown color: approx Fuchsia. HEX triplet: C2, 6E and B6. RGB value is (194,110,182). Sum of RGB (Red+Green+Blue) = 194+110+182=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EB6 is #3D9149. Grayscale: #8F8F8F. Windows color (decimal): -4034890 or 11955906. OLE color: 11955906.

HSL color Cylindrical-coordinate representation of color #C26EB6: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26EB6 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194110182-
CMYK00.430.060.24
HSL308.57º40.78%59.61%-
HSV(B)308.57º43.3%76.08%-
XYZ36.272647.36-
YUV143.32149.83164.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=39.92%
G=22.63%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411018200.430.060.24308.5740.7859.61
HexC26EB602B618135293c
Octal3021562660536304655174
Binary11000010110111010110110010101111011000100110101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26EB6; }

 p { color: rgb(194,110,182); }

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

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

 a { background-color: rgb(194,110,182); }

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

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

 span { border-color: rgb(194,110,182); }

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