#C15EB5

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

Shades of Fuchsia #C15EB5

Tints of Fuchsia #C15EB5

Color information

#C15EB5 (or 0xC15EB5) is unknown color: approx Fuchsia. HEX triplet: C1, 5E and B5. RGB value is (193,94,181). Sum of RGB (Red+Green+Blue) = 193+94+181=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EB5 is #3EA14A. Grayscale: #858585. Windows color (decimal): -4104523 or 11886273. OLE color: 11886273.

HSL color Cylindrical-coordinate representation of color #C15EB5: hue angle of 307.27º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15EB5 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19394181-
CMYK00.510.060.24
HSL307.27º44.39%56.27%-
HSV(B)307.27º51.3%75.69%-
XYZ34.3422.6846.28-
YUV133.52154.8170.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=41.24%
G=20.09%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939418100.510.060.24307.2744.3956.27
HexC15EB50336181332c38
Octal3011362650636304635470
Binary11000001101111010110101011001111011000100110011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15EB5; }

 p { color: rgb(193,94,181); }

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

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

 a { background-color: rgb(193,94,181); }

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

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

 span { border-color: rgb(193,94,181); }

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