#C465B0

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

Shades of Fuchsia #C465B0

Tints of Fuchsia #C465B0

Color information

#C465B0 (or 0xC465B0) is unknown color: approx Fuchsia. HEX triplet: C4, 65 and B0. RGB value is (196,101,176). Sum of RGB (Red+Green+Blue) = 196+101+176=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C465B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C465B0 is #3B9A4F. Grayscale: #898989. Windows color (decimal): -3906128 or 11560388. OLE color: 11560388.

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

Color convert

RGB196101176-
CMYK00.480.100.23
HSL312.63º44.6%58.24%-
HSV(B)312.63º48.47%76.86%-
XYZ35.2624.1843.88-
YUV137.95149.47169.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 101 (39.84% from 255) = 21.35%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=41.44%
G=21.35%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610117600.480.100.23312.6344.658.24
HexC465B0030A171392d3a
Octal30414526006012274715572
Binary110001001100101101100000110000101010111100111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465B0; }

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

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

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

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

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

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

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

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