#C269C6

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

Shades of Fuchsia #C269C6

Tints of Fuchsia #C269C6

Color information

#C269C6 (or 0xC269C6) is unknown color: approx Fuchsia. HEX triplet: C2, 69 and C6. RGB value is (194,105,198). Sum of RGB (Red+Green+Blue) = 194+105+198=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #C269C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269C6 is #3D9639. Grayscale: #8D8D8D. Windows color (decimal): -4036154 or 13003202. OLE color: 13003202.

HSL color Cylindrical-coordinate representation of color #C269C6: hue angle of 297.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C269C6 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194105198-
CMYK0.020.4700.22
HSL297.42º44.93%59.41%-
HSV(B)297.42º46.97%77.65%-
XYZ37.4925.6556.4-
YUV142.21159.49164.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=39.03%
G=21.13%
B=39.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941051980.020.4700.22297.4244.9359.41
HexC269C622F0161292d3b
Octal3021513062570264515573
Binary1100001011010011100011010101111010110100101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269C6; }

 p { color: rgb(194,105,198); }

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

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

 a { background-color: rgb(194,105,198); }

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

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

 span { border-color: rgb(194,105,198); }

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