#C465CB

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

Shades of Fuchsia #C465CB

Tints of Fuchsia #C465CB

Color information

#C465CB (or 0xC465CB) is unknown color: approx Fuchsia. HEX triplet: C4, 65 and CB. RGB value is (196,101,203). Sum of RGB (Red+Green+Blue) = 196+101+203=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C465CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465CB is #3B9A34. Grayscale: #8C8C8C. Windows color (decimal): -3906101 or 13329860. OLE color: 13329860.

HSL color Cylindrical-coordinate representation of color #C465CB: hue angle of 295.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C465CB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196101203-
CMYK0.030.5000.20
HSL295.88º49.51%59.61%-
HSV(B)295.88º50.25%79.61%-
XYZ38.225.3559.38-
YUV141.03162.97167.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 101 (39.84% from 255) = 20.2%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=39.2%
G=20.2%
B=40.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961012030.030.5000.20295.8849.5159.61
HexC465CB332014128323c
Octal3041453133620244506274
Binary1100010011001011100101111110010010100100101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465CB; }

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

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

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

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

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

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

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

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