#C26AC2

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

Shades of Fuchsia #C26AC2

Tints of Fuchsia #C26AC2

Color information

#C26AC2 (or 0xC26AC2) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and C2. RGB value is (194,106,194). Sum of RGB (Red+Green+Blue) = 194+106+194=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C26AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AC2 is #3D953D. Grayscale: #8E8E8E. Windows color (decimal): -4035902 or 12741314. OLE color: 12741314.

HSL color Cylindrical-coordinate representation of color #C26AC2: hue angle of 300º 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 #C26AC2 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194106194-
CMYK00.4500.24
HSL300º41.9%58.82%-
HSV(B)300º45.36%76.08%-
XYZ37.1425.6754.04-
YUV142.34157.15164.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=39.27%
G=21.46%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410619400.4500.2430041.958.82
HexC26AC202D01812c2a3b
Octal3021523020550304545273
Binary110000101101010110000100101101011000100101100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AC2; }

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

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

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

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

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

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

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

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