#C26BBA

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

Shades of Fuchsia #C26BBA

Tints of Fuchsia #C26BBA

Color information

#C26BBA (or 0xC26BBA) is unknown color: approx Fuchsia. HEX triplet: C2, 6B and BA. RGB value is (194,107,186). Sum of RGB (Red+Green+Blue) = 194+107+186=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C26BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BBA is #3D9445. Grayscale: #8D8D8D. Windows color (decimal): -4035654 or 12217282. OLE color: 12217282.

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

Color convert

RGB194107186-
CMYK00.450.040.24
HSL305.52º41.63%59.02%-
HSV(B)305.52º44.85%76.08%-
XYZ36.3725.5349.47-
YUV142.02152.82165.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=39.84%
G=21.97%
B=38.19%

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
Decimal19410718600.450.040.24305.5241.6359.02
HexC26BBA02D4181322a3b
Octal3021532720554304625273
Binary11000010110101110111010010110110011000100110010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BBA; }

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

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

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

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

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

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

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

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