#C467C3

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

Shades of Fuchsia #C467C3

Tints of Fuchsia #C467C3

Color information

#C467C3 (or 0xC467C3) is unknown color: approx Fuchsia. HEX triplet: C4, 67 and C3. RGB value is (196,103,195). Sum of RGB (Red+Green+Blue) = 196+103+195=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C467C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467C3 is #3B983C. Grayscale: #8D8D8D. Windows color (decimal): -3905597 or 12806084. OLE color: 12806084.

HSL color Cylindrical-coordinate representation of color #C467C3: hue angle of 300.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C467C3 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB196103195-
CMYK00.470.010.23
HSL300.65º44.08%58.63%-
HSV(B)300.65º47.45%76.86%-
XYZ37.4725.3854.55-
YUV141.29158.31167.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 195 (76.56% from 255) = 39.47%
R=39.68%
G=20.85%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610319500.470.010.23300.6544.0858.63
HexC467C302F11712d2c3b
Octal3041473030571274555473
Binary110001001100111110000110101111110111100101101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467C3; }

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

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

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

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

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

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

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

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