#C26BC4

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

Shades of Fuchsia #C26BC4

Tints of Fuchsia #C26BC4

Color information

#C26BC4 (or 0xC26BC4) is unknown color: approx Fuchsia. HEX triplet: C2, 6B and C4. RGB value is (194,107,196). Sum of RGB (Red+Green+Blue) = 194+107+196=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #C26BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BC4 is #3D943B. Grayscale: #8E8E8E. Windows color (decimal): -4035644 or 12872642. OLE color: 12872642.

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

Color convert

RGB194107196-
CMYK0.010.4500.23
HSL298.65º43%59.41%-
HSV(B)298.65º45.41%76.86%-
XYZ37.4725.9755.26-
YUV143.16157.82164.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 196 (76.95% from 255) = 39.44%
R=39.03%
G=21.53%
B=39.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941071960.010.4500.23298.654359.41
HexC26BC412D01712b2b3b
Octal3021533041550274535373
Binary110000101101011110001001101101010111100101011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BC4; }

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

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

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

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

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

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

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

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