#C468C1

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

Shades of Fuchsia #C468C1

Tints of Fuchsia #C468C1

Color information

#C468C1 (or 0xC468C1) is unknown color: approx Fuchsia. HEX triplet: C4, 68 and C1. RGB value is (196,104,193). Sum of RGB (Red+Green+Blue) = 196+104+193=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C468C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468C1 is #3B973E. Grayscale: #8D8D8D. Windows color (decimal): -3905343 or 12675268. OLE color: 12675268.

HSL color Cylindrical-coordinate representation of color #C468C1: hue angle of 301.96º 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 #C468C1 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196104193-
CMYK00.470.020.23
HSL301.96º43.81%58.82%-
HSV(B)301.96º46.94%76.86%-
XYZ37.3425.4953.4-
YUV141.65156.98166.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=39.76%
G=21.10%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610419300.470.020.23301.9643.8158.82
HexC468C102F21712e2c3b
Octal3041503010572274565473
Binary1100010011010001100000101011111010111100101110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468C1; }

 p { color: rgb(196,104,193); }

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

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

 a { background-color: rgb(196,104,193); }

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

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

 span { border-color: rgb(196,104,193); }

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