#C26EBA

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

Shades of Fuchsia #C26EBA

Tints of Fuchsia #C26EBA

Color information

#C26EBA (or 0xC26EBA) is unknown color: approx Fuchsia. HEX triplet: C2, 6E and BA. RGB value is (194,110,186). Sum of RGB (Red+Green+Blue) = 194+110+186=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EBA is #3D9145. Grayscale: #8F8F8F. Windows color (decimal): -4034886 or 12218050. OLE color: 12218050.

HSL color Cylindrical-coordinate representation of color #C26EBA: hue angle of 305.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26EBA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194110186-
CMYK00.430.040.24
HSL305.71º40.78%59.61%-
HSV(B)305.71º43.3%76.08%-
XYZ36.6926.1749.57-
YUV143.78151.83163.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=39.59%
G=22.45%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411018600.430.040.24305.7140.7859.61
HexC26EBA02B418132293c
Octal3021562720534304625174
Binary11000010110111010111010010101110011000100110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26EBA; }

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

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

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

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

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

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

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

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