#C540A4

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

Shades of Mulberry #C540A4

Tints of Mulberry #C540A4

Color information

#C540A4 (or 0xC540A4) is unknown color: approx Mulberry. HEX triplet: C5, 40 and A4. RGB value is (197,64,164). Sum of RGB (Red+Green+Blue) = 197+64+164=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C540A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540A4 is #3ABF5B. Grayscale: #727272. Windows color (decimal): -3850076 or 10764485. OLE color: 10764485.

HSL color Cylindrical-coordinate representation of color #C540A4: hue angle of 314.89º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540A4 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19764164-
CMYK00.680.170.23
HSL314.89º53.41%51.18%-
HSV(B)314.89º67.51%77.25%-
XYZ31.5618.2236.97-
YUV115.17155.56186.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=46.35%
G=15.06%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976416400.680.170.23314.8953.4151.18
HexC540A4044111713b3533
Octal305100244010421274736563
Binary11000101100000010100100010001001000110111100111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C540A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C540A4; }

 p { color: rgb(197,64,164); }

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

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

 a { background-color: rgb(197,64,164); }

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

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

 span { border-color: rgb(197,64,164); }

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