#C15DCA

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

Shades of Fuchsia #C15DCA

Tints of Fuchsia #C15DCA

Color information

#C15DCA (or 0xC15DCA) is unknown color: approx Fuchsia. HEX triplet: C1, 5D and CA. RGB value is (193,93,202). Sum of RGB (Red+Green+Blue) = 193+93+202=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #C15DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCA is #3EA235. Grayscale: #868686. Windows color (decimal): -4104758 or 13262273. OLE color: 13262273.

HSL color Cylindrical-coordinate representation of color #C15DCA: hue angle of 295.05º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15DCA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19393202-
CMYK0.040.5400.21
HSL295.05º50.7%57.84%-
HSV(B)295.05º53.96%79.22%-
XYZ36.5723.4358.47-
YUV135.33165.63169.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.55%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=39.55%
G=19.06%
B=41.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193932020.040.5400.21295.0550.757.84
HexC15DCA436015127333a
Octal3011353124660254476372
Binary11000001101110111001010100110110010101100100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DCA; }

 p { color: rgb(193,93,202); }

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

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

 a { background-color: rgb(193,93,202); }

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

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

 span { border-color: rgb(193,93,202); }

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