#C468B7

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

Shades of Fuchsia #C468B7

Tints of Fuchsia #C468B7

Color information

#C468B7 (or 0xC468B7) is unknown color: approx Fuchsia. HEX triplet: C4, 68 and B7. RGB value is (196,104,183). Sum of RGB (Red+Green+Blue) = 196+104+183=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C468B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468B7 is #3B9748. Grayscale: #8C8C8C. Windows color (decimal): -3905353 or 12019908. OLE color: 12019908.

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

Color convert

RGB196104183-
CMYK00.470.070.23
HSL308.48º43.81%58.82%-
HSV(B)308.48º46.94%76.86%-
XYZ36.2625.0647.72-
YUV140.51151.98167.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=40.58%
G=21.53%
B=37.89%

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
Decimal19610418300.470.070.23308.4843.8158.82
HexC468B702F7171342c3b
Octal3041502670577274645473
Binary11000100110100010110111010111111110111100110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468B7; }

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

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

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

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

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

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

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

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