#C165BD

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

Shades of Fuchsia #C165BD

Tints of Fuchsia #C165BD

Color information

#C165BD (or 0xC165BD) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and BD. RGB value is (193,101,189). Sum of RGB (Red+Green+Blue) = 193+101+189=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C165BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165BD is #3E9A42. Grayscale: #8A8A8A. Windows color (decimal): -4102723 or 12412353. OLE color: 12412353.

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

Color convert

RGB193101189-
CMYK00.480.020.24
HSL302.61º42.59%57.65%-
HSV(B)302.61º47.67%75.69%-
XYZ35.8324.3250.95-
YUV138.54156.48166.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=39.96%
G=20.91%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310118900.480.020.24302.6142.5957.65
HexC165BD03021812f2b3a
Octal3011452750602304575372
Binary1100000111001011011110101100001011000100101111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165BD; }

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

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

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

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

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

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

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

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