#C165C6

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

Shades of Fuchsia #C165C6

Tints of Fuchsia #C165C6

Color information

#C165C6 (or 0xC165C6) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and C6. RGB value is (193,101,198). Sum of RGB (Red+Green+Blue) = 193+101+198=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #C165C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165C6 is #3E9A39. Grayscale: #8B8B8B. Windows color (decimal): -4102714 or 13002177. OLE color: 13002177.

HSL color Cylindrical-coordinate representation of color #C165C6: hue angle of 296.91º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C165C6 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193101198-
CMYK0.030.4900.22
HSL296.91º45.97%58.63%-
HSV(B)296.91º48.99%77.65%-
XYZ36.8424.7256.26-
YUV139.57160.98166.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=39.23%
G=20.53%
B=40.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931011980.030.4900.22296.9145.9758.63
HexC165C63310161292e3b
Octal3011453063610264515673
Binary1100000111001011100011011110001010110100101001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165C6; }

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

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

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

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

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

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

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

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