#C55CA7

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

Shades of Mulberry #C55CA7

Tints of Mulberry #C55CA7

Color information

#C55CA7 (or 0xC55CA7) is unknown color: approx Mulberry. HEX triplet: C5, 5C and A7. RGB value is (197,92,167). Sum of RGB (Red+Green+Blue) = 197+92+167=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CA7 is #3AA358. Grayscale: #838383. Windows color (decimal): -3842905 or 10968261. OLE color: 10968261.

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

Color convert

RGB19792167-
CMYK00.530.150.23
HSL317.14º47.51%56.67%-
HSV(B)317.14º53.3%77.25%-
XYZ33.8322.3139.08-
YUV131.94147.79174.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=43.20%
G=20.18%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979216700.530.150.23317.1447.5156.67
HexC55CA7035F1713d3039
Octal30513424706517274756071
Binary110001011011100101001110110101111110111100111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CA7; }

 p { color: rgb(197,92,167); }

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

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

 a { background-color: rgb(197,92,167); }

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

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

 span { border-color: rgb(197,92,167); }

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