#C26EBC

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

Shades of Fuchsia #C26EBC

Tints of Fuchsia #C26EBC

Color information

#C26EBC (or 0xC26EBC) is unknown color: approx Fuchsia. HEX triplet: C2, 6E and BC. RGB value is (194,110,188). Sum of RGB (Red+Green+Blue) = 194+110+188=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EBC is #3D9143. Grayscale: #8F8F8F. Windows color (decimal): -4034884 or 12349122. OLE color: 12349122.

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

Color convert

RGB194110188-
CMYK00.430.030.24
HSL304.29º40.78%59.61%-
HSV(B)304.29º43.3%76.08%-
XYZ36.926.2550.7-
YUV144.01152.83163.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 110 (43.36% from 255) = 22.36%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=39.43%
G=22.36%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411018800.430.030.24304.2940.7859.61
HexC26EBC02B318130293c
Octal3021562740533304605174
Binary1100001011011101011110001010111111000100110000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26EBC; }

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

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

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

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

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

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

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

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