#C165B0

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

Shades of Fuchsia #C165B0

Tints of Fuchsia #C165B0

Color information

#C165B0 (or 0xC165B0) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and B0. RGB value is (193,101,176). Sum of RGB (Red+Green+Blue) = 193+101+176=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C165B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165B0 is #3E9A4F. Grayscale: #888888. Windows color (decimal): -4102736 or 11560385. OLE color: 11560385.

HSL color Cylindrical-coordinate representation of color #C165B0: hue angle of 311.09º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C165B0 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193101176-
CMYK00.480.090.24
HSL311.09º42.59%57.65%-
HSV(B)311.09º47.67%75.69%-
XYZ34.4823.7843.85-
YUV137.06149.98167.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=41.06%
G=21.49%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310117600.480.090.24311.0942.5957.65
HexC165B00309181372b3a
Octal30114526006011304675372
Binary110000011100101101100000110000100111000100110111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165B0; }

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

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

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

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

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

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

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

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