Shades of Mulberry #C557A4
Tints of Mulberry #C557A4
RGB
CMYK
RGB Variations
Color information
#C557A4 (or 0xC557A4) is known color: Mulberry. HEX triplet: C5, 57 and A4. RGB value is (197,87,164). Sum of RGB (Red+Green+Blue) = 197+87+164=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C557A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C557A4 is #3AA85B. Grayscale: #808080. Windows color (decimal): -3844188 or 10770373. OLE color: 10770373.
HSL color Cylindrical-coordinate representation of color #C557A4: hue angle of 318º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C557A4 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 164 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.23 |
| HSL | 318º | 0.49% | 0.56% | - |
| HSV(B) | 318º | 0.56% | 0.77% | - |
| XYZ | 33.13 | 21.37 | 37.5 | - |
| YUV | 128.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 164 | 0 | 0.56 | 0.17 | 0.23 | 318 | 0.49 | 0.56 |
| Hex | C5 | 57 | A4 | 0 | 38 | 11 | 17 | 13E | 31 | 38 |
| Octal | 305 | 127 | 244 | 0 | 70 | 21 | 27 | 476 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10100100 | 0 | 111000 | 10001 | 10111 | 100111110 | 110001 | 111000 |
Color Harmonies of #C557A4
Complementary color
Monochromatic Colors of #C557A4
Black with #C557A4
Text Example
Text Example
White with #C557A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557A4; }
p { color: rgb(197,87,164); }
H1.HeaderClassName
{
color: #C557A4;
}
.AnyTagClassName
{
color: #C557A4;
}
</style>
background-color css
<style>
a { background-color: #C557A4; }
a { background-color: rgb(197,87,164); }
div.DivClassName
{
background-color: #C557A4;
}
.BgClassName
{
background-color: #C557A4;
}
</style>
border-color css
<style>
span { border-color: #C557A4; }
span { border-color: rgb(197,87,164); }
td.TdClassName
{
border-color: #C557A4;
}
.TagClassName
{
border-color: #C557A4;
}
</style>