#C467C6

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

Shades of Fuchsia #C467C6

Tints of Fuchsia #C467C6

Color information

#C467C6 (or 0xC467C6) is unknown color: approx Fuchsia. HEX triplet: C4, 67 and C6. RGB value is (196,103,198). Sum of RGB (Red+Green+Blue) = 196+103+198=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 103 (40.62% from 255 or 20.72% 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 #C467C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467C6 is #3B9839. Grayscale: #8D8D8D. Windows color (decimal): -3905594 or 13002692. OLE color: 13002692.

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

Color convert

RGB196103198-
CMYK0.010.4800.22
HSL298.74º45.45%59.02%-
HSV(B)298.74º47.98%77.65%-
XYZ37.8125.5156.36-
YUV141.64159.81166.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=39.44%
G=20.72%
B=39.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961031980.010.4800.22298.7445.4559.02
HexC467C613001612b2d3b
Octal3041473061600264535573
Binary110001001100111110001101110000010110100101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467C6; }

 p { color: rgb(196,103,198); }

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

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

 a { background-color: rgb(196,103,198); }

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

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

 span { border-color: rgb(196,103,198); }

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