#C165C0

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

Shades of Fuchsia #C165C0

Tints of Fuchsia #C165C0

Color information

#C165C0 (or 0xC165C0) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and C0. RGB value is (193,101,192). Sum of RGB (Red+Green+Blue) = 193+101+192=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C165C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165C0 is #3E9A3F. Grayscale: #8A8A8A. Windows color (decimal): -4102720 or 12608961. OLE color: 12608961.

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

Color convert

RGB193101192-
CMYK00.480.010.24
HSL300.65º42.59%57.65%-
HSV(B)300.65º47.67%75.69%-
XYZ36.1624.4552.68-
YUV138.88157.98166.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 101 (39.84% from 255) = 20.78%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=39.71%
G=20.78%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310119200.480.010.24300.6542.5957.65
HexC165C003011812d2b3a
Octal3011453000601304555372
Binary110000011100101110000000110000111000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165C0; }

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

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

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

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

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

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

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

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