#C26ABB

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

Shades of Fuchsia #C26ABB

Tints of Fuchsia #C26ABB

Color information

#C26ABB (or 0xC26ABB) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and BB. RGB value is (194,106,187). Sum of RGB (Red+Green+Blue) = 194+106+187=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C26ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ABB is #3D9544. Grayscale: #8D8D8D. Windows color (decimal): -4035909 or 12282562. OLE color: 12282562.

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

Color convert

RGB194106187-
CMYK00.450.040.24
HSL304.77º41.9%58.82%-
HSV(B)304.77º45.36%76.08%-
XYZ36.3725.3749.99-
YUV141.55153.65165.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=39.84%
G=21.77%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410618700.450.040.24304.7741.958.82
HexC26ABB02D4181312a3b
Octal3021522730554304615273
Binary11000010110101010111011010110110011000100110001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ABB; }

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

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

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

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

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

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

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

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