#C165AD

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

Shades of Fuchsia #C165AD

Tints of Fuchsia #C165AD

Color information

#C165AD (or 0xC165AD) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and AD. RGB value is (193,101,173). Sum of RGB (Red+Green+Blue) = 193+101+173=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C165AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165AD is #3E9A52. Grayscale: #888888. Windows color (decimal): -4102739 or 11363777. OLE color: 11363777.

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

Color convert

RGB193101173-
CMYK00.480.100.24
HSL313.04º42.59%57.65%-
HSV(B)313.04º47.67%75.69%-
XYZ34.1923.6642.3-
YUV136.72148.48168.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=41.33%
G=21.63%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310117300.480.100.24313.0442.5957.65
HexC165AD030A181392b3a
Octal30114525506012304715372
Binary110000011100101101011010110000101011000100111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165AD; }

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

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

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

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

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

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

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

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