#C26ACA

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

Shades of Fuchsia #C26ACA

Tints of Fuchsia #C26ACA

Color information

#C26ACA (or 0xC26ACA) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and CA. RGB value is (194,106,202). Sum of RGB (Red+Green+Blue) = 194+106+202=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C26ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ACA is #3D9535. Grayscale: #8E8E8E. Windows color (decimal): -4035894 or 13265602. OLE color: 13265602.

HSL color Cylindrical-coordinate representation of color #C26ACA: hue angle of 295º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26ACA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194106202-
CMYK0.040.4800.21
HSL295º47.52%60.39%-
HSV(B)295º47.52%79.22%-
XYZ38.0626.0458.9-
YUV143.26161.15164.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=38.65%
G=21.12%
B=40.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941062020.040.4800.2129547.5260.39
HexC26ACA430015127303c
Octal3021523124600254476074
Binary11000010110101011001010100110000010101100100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ACA; }

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

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

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

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

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

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

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

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