#C26DC4

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

Shades of Fuchsia #C26DC4

Tints of Fuchsia #C26DC4

Color information

#C26DC4 (or 0xC26DC4) is unknown color: approx Fuchsia. HEX triplet: C2, 6D and C4. RGB value is (194,109,196). Sum of RGB (Red+Green+Blue) = 194+109+196=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #C26DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DC4 is #3D923B. Grayscale: #909090. Windows color (decimal): -4035132 or 12873154. OLE color: 12873154.

HSL color Cylindrical-coordinate representation of color #C26DC4: hue angle of 298.62º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26DC4 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194109196-
CMYK0.010.4400.23
HSL298.62º42.44%59.8%-
HSV(B)298.62º44.39%76.86%-
XYZ37.6826.3955.33-
YUV144.33157.16163.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=38.88%
G=21.84%
B=39.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941091960.010.4400.23298.6242.4459.8
HexC26DC412C01712b2a3c
Octal3021553041540274535274
Binary110000101101101110001001101100010111100101011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DC4; }

 p { color: rgb(194,109,196); }

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

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

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

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

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

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

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