Shades of Mulberry #CA55A7
Tints of Mulberry #CA55A7
RGB
CMYK
RGB Variations
Color information
#CA55A7 (or 0xCA55A7) is known color: Mulberry. HEX triplet: CA, 55 and A7. RGB value is (202,85,167). Sum of RGB (Red+Green+Blue) = 202+85+167=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA55A7 is #35AA58. Grayscale: #818181. Windows color (decimal): -3517017 or 10966474. OLE color: 10966474.
HSL color Cylindrical-coordinate representation of color #CA55A7: hue angle of 317.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55A7 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 167 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.21 |
| HSL | 317.95º | 0.52% | 0.56% | - |
| HSV(B) | 317.95º | 0.58% | 0.79% | - |
| XYZ | 34.58 | 21.84 | 38.95 | - |
| YUV | 129.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 167 | 0 | 0.58 | 0.17 | 0.21 | 317.95 | 0.52 | 0.56 |
| Hex | CA | 55 | A7 | 0 | 3A | 11 | 15 | 13E | 34 | 38 |
| Octal | 312 | 125 | 247 | 0 | 72 | 21 | 25 | 476 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10100111 | 0 | 111010 | 10001 | 10101 | 100111110 | 110100 | 111000 |
Color Harmonies of #CA55A7
Complementary color
Monochromatic Colors of #CA55A7
Black with #CA55A7
Text Example
Text Example
White with #CA55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55A7; }
p { color: rgb(202,85,167); }
H1.HeaderClassName
{
color: #CA55A7;
}
.AnyTagClassName
{
color: #CA55A7;
}
</style>
background-color css
<style>
a { background-color: #CA55A7; }
a { background-color: rgb(202,85,167); }
div.DivClassName
{
background-color: #CA55A7;
}
.BgClassName
{
background-color: #CA55A7;
}
</style>
border-color css
<style>
span { border-color: #CA55A7; }
span { border-color: rgb(202,85,167); }
td.TdClassName
{
border-color: #CA55A7;
}
.TagClassName
{
border-color: #CA55A7;
}
</style>