#C26ABE

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

Shades of Fuchsia #C26ABE

Tints of Fuchsia #C26ABE

Color information

#C26ABE (or 0xC26ABE) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and BE. RGB value is (194,106,190). Sum of RGB (Red+Green+Blue) = 194+106+190=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C26ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ABE is #3D9541. Grayscale: #8D8D8D. Windows color (decimal): -4035906 or 12479170. OLE color: 12479170.

HSL color Cylindrical-coordinate representation of color #C26ABE: hue angle of 302.73º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26ABE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194106190-
CMYK00.450.020.24
HSL302.73º41.9%58.82%-
HSV(B)302.73º45.36%76.08%-
XYZ36.725.551.7-
YUV141.89155.15165.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=39.59%
G=21.63%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410619000.450.020.24302.7341.958.82
HexC26ABE02D21812f2a3b
Octal3021522760552304575273
Binary1100001011010101011111001011011011000100101111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ABE; }

 p { color: rgb(194,106,190); }

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

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

 a { background-color: rgb(194,106,190); }

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

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

 span { border-color: rgb(194,106,190); }

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