#C468B9

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

Shades of Fuchsia #C468B9

Tints of Fuchsia #C468B9

Color information

#C468B9 (or 0xC468B9) is unknown color: approx Fuchsia. HEX triplet: C4, 68 and B9. RGB value is (196,104,185). Sum of RGB (Red+Green+Blue) = 196+104+185=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C468B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468B9 is #3B9746. Grayscale: #8C8C8C. Windows color (decimal): -3905351 or 12150980. OLE color: 12150980.

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

Color convert

RGB196104185-
CMYK00.470.060.23
HSL307.17º43.81%58.82%-
HSV(B)307.17º46.94%76.86%-
XYZ36.4725.1448.83-
YUV140.74152.98167.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=40.41%
G=21.44%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610418500.470.060.23307.1743.8158.82
HexC468B902F6171332c3b
Octal3041502710576274635473
Binary11000100110100010111001010111111010111100110011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468B9; }

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

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

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

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

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

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

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

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