#C26EBD

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

Shades of Fuchsia #C26EBD

Tints of Fuchsia #C26EBD

Color information

#C26EBD (or 0xC26EBD) is unknown color: approx Fuchsia. HEX triplet: C2, 6E and BD. RGB value is (194,110,189). Sum of RGB (Red+Green+Blue) = 194+110+189=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EBD is #3D9142. Grayscale: #8F8F8F. Windows color (decimal): -4034883 or 12414658. OLE color: 12414658.

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

Color convert

RGB194110189-
CMYK00.430.030.24
HSL303.57º40.78%59.61%-
HSV(B)303.57º43.3%76.08%-
XYZ37.0126.351.27-
YUV144.12153.33163.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=39.35%
G=22.31%
B=38.34%

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
Decimal19411018900.430.030.24303.5740.7859.61
HexC26EBD02B318130293c
Octal3021562750533304605174
Binary1100001011011101011110101010111111000100110000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26EBD; }

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

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

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

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

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

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

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

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