#C15DC3

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

Shades of Fuchsia #C15DC3

Tints of Fuchsia #C15DC3

Color information

#C15DC3 (or 0xC15DC3) is unknown color: approx Fuchsia. HEX triplet: C1, 5D and C3. RGB value is (193,93,195). Sum of RGB (Red+Green+Blue) = 193+93+195=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #C15DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DC3 is #3EA23C. Grayscale: #868686. Windows color (decimal): -4104765 or 12803521. OLE color: 12803521.

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

Color convert

RGB19393195-
CMYK0.010.5200.24
HSL298.82º45.95%56.47%-
HSV(B)298.82º52.31%76.47%-
XYZ35.7623.1154.21-
YUV134.53162.13169.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=40.12%
G=19.33%
B=40.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193931950.010.5200.24298.8245.9556.47
HexC15DC313401812b2e38
Octal3011353031640304535670
Binary110000011011101110000111110100011000100101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DC3; }

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

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

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

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

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

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

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

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