#C15DAD

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

Shades of Fuchsia #C15DAD

Tints of Fuchsia #C15DAD

Color information

#C15DAD (or 0xC15DAD) is unknown color: approx Fuchsia. HEX triplet: C1, 5D and AD. RGB value is (193,93,173). Sum of RGB (Red+Green+Blue) = 193+93+173=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15DAD is #3EA252. Grayscale: #838383. Windows color (decimal): -4104787 or 11361729. OLE color: 11361729.

HSL color Cylindrical-coordinate representation of color #C15DAD: hue angle of 312º degrees, saturation: 0.45, 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 #C15DAD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19393173-
CMYK00.520.100.24
HSL312º44.64%56.08%-
HSV(B)312º51.81%75.69%-
XYZ33.4522.1842.05-
YUV132.02151.13171.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=42.05%
G=20.26%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939317300.520.100.2431244.6456.08
HexC15DAD034A181382d38
Octal30113525506412304705570
Binary110000011011101101011010110100101011000100111000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DAD; }

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

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

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

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

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

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

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

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