#C468B6

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

Shades of Fuchsia #C468B6

Tints of Fuchsia #C468B6

Color information

#C468B6 (or 0xC468B6) is unknown color: approx Fuchsia. HEX triplet: C4, 68 and B6. RGB value is (196,104,182). Sum of RGB (Red+Green+Blue) = 196+104+182=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C468B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468B6 is #3B9749. Grayscale: #8C8C8C. Windows color (decimal): -3905354 or 11954372. OLE color: 11954372.

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

Color convert

RGB196104182-
CMYK00.470.070.23
HSL309.13º43.81%58.82%-
HSV(B)309.13º46.94%76.86%-
XYZ36.1625.0147.18-
YUV140.4151.48167.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=40.66%
G=21.58%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610418200.470.070.23309.1343.8158.82
HexC468B602F7171352c3b
Octal3041502660577274655473
Binary11000100110100010110110010111111110111100110101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468B6; }

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

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

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

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

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

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

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

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