#c15bc6

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

Shades of Fuchsia #C15BC6

Tints of Fuchsia #C15BC6

Color information

#C15BC6 (or 0xC15BC6) is unknown color: approx Fuchsia. HEX triplet: C1, 5B and C6. RGB value is (193,91,198). Sum of RGB (Red+Green+Blue) = 193+91+198=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #C15BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BC6 is #3EA439. Grayscale: #858585. Windows color (decimal): -4105274 or 12999617. OLE color: 12999617.

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

Color convert

RGB19391198-
CMYK0.030.5400.22
HSL297.2º48.42%56.67%-
HSV(B)297.2º54.04%77.65%-
XYZ35.9322.955.95-
YUV133.7164.29170.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 91 (35.94% from 255) = 18.88%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=40.04%
G=18.88%
B=41.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193911980.030.5400.22297.248.4256.67
HexC15BC63360161293039
Octal3011333063660264516071
Binary1100000110110111100011011110110010110100101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15bc6; }

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

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

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

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

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

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

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

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