#C465AD

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

Shades of Fuchsia #C465AD

Tints of Fuchsia #C465AD

Color information

#C465AD (or 0xC465AD) is unknown color: approx Fuchsia. HEX triplet: C4, 65 and AD. RGB value is (196,101,173). Sum of RGB (Red+Green+Blue) = 196+101+173=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C465AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C465AD is #3B9A52. Grayscale: #898989. Windows color (decimal): -3906131 or 11363780. OLE color: 11363780.

HSL color Cylindrical-coordinate representation of color #C465AD: hue angle of 314.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C465AD is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196101173-
CMYK00.480.120.23
HSL314.53º44.6%58.24%-
HSV(B)314.53º48.47%76.86%-
XYZ34.9624.0642.34-
YUV137.61147.97169.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=41.70%
G=21.49%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610117300.480.120.23314.5344.658.24
HexC465AD030C1713b2d3a
Octal30414525506014274735572
Binary110001001100101101011010110000110010111100111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465AD; }

 p { color: rgb(196,101,173); }

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

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

 a { background-color: rgb(196,101,173); }

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

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

 span { border-color: rgb(196,101,173); }

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