#C26EBB

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

Shades of Fuchsia #C26EBB

Tints of Fuchsia #C26EBB

Color information

#C26EBB (or 0xC26EBB) is unknown color: approx Fuchsia. HEX triplet: C2, 6E and BB. RGB value is (194,110,187). Sum of RGB (Red+Green+Blue) = 194+110+187=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EBB is #3D9144. Grayscale: #8F8F8F. Windows color (decimal): -4034885 or 12283586. OLE color: 12283586.

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

Color convert

RGB194110187-
CMYK00.430.040.24
HSL305º40.78%59.61%-
HSV(B)305º43.3%76.08%-
XYZ36.7926.2150.13-
YUV143.89152.33163.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=39.51%
G=22.40%
B=38.09%

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
Decimal19411018700.430.040.2430540.7859.61
HexC26EBB02B418131293c
Octal3021562730534304615174
Binary11000010110111010111011010101110011000100110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26EBB; }

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

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

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

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

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

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

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

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