#C26DBE

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

Shades of Fuchsia #C26DBE

Tints of Fuchsia #C26DBE

Color information

#C26DBE (or 0xC26DBE) is unknown color: approx Fuchsia. HEX triplet: C2, 6D and BE. RGB value is (194,109,190). Sum of RGB (Red+Green+Blue) = 194+109+190=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DBE is #3D9241. Grayscale: #8F8F8F. Windows color (decimal): -4035138 or 12479938. OLE color: 12479938.

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

Color convert

RGB194109190-
CMYK00.440.020.24
HSL302.82º41.06%59.41%-
HSV(B)302.82º43.81%76.08%-
XYZ37.0126.1251.81-
YUV143.65154.16163.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=39.35%
G=22.11%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410919000.440.020.24302.8241.0659.41
HexC26DBE02C21812f293b
Octal3021552760542304575173
Binary1100001011011011011111001011001011000100101111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DBE; }

 p { color: rgb(194,109,190); }

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

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

 a { background-color: rgb(194,109,190); }

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

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

 span { border-color: rgb(194,109,190); }

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