Shades of Mulberry #CA5DA8
Tints of Mulberry #CA5DA8
RGB
CMYK
RGB Variations
Color information
#CA5DA8 (or 0xCA5DA8) is known color: Mulberry. HEX triplet: CA, 5D and A8. RGB value is (202,93,168). Sum of RGB (Red+Green+Blue) = 202+93+168=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5DA8 is #35A257. Grayscale: #858585. Windows color (decimal): -3514968 or 11034058. OLE color: 11034058.
HSL color Cylindrical-coordinate representation of color #CA5DA8: hue angle of 318.72º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DA8 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 168 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.21 |
| HSL | 318.72º | 0.51% | 0.58% | - |
| HSV(B) | 318.72º | 0.54% | 0.79% | - |
| XYZ | 35.34 | 23.21 | 39.66 | - |
| YUV | 134.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 168 | 0 | 0.54 | 0.17 | 0.21 | 318.72 | 0.51 | 0.58 |
| Hex | CA | 5D | A8 | 0 | 36 | 11 | 15 | 13F | 33 | 3A |
| Octal | 312 | 135 | 250 | 0 | 66 | 21 | 25 | 477 | 63 | 72 |
| Binary | 11001010 | 1011101 | 10101000 | 0 | 110110 | 10001 | 10101 | 100111111 | 110011 | 111010 |
Color Harmonies of #CA5DA8
Complementary color
Monochromatic Colors of #CA5DA8
Black with #CA5DA8
Text Example
Text Example
White with #CA5DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DA8; }
p { color: rgb(202,93,168); }
H1.HeaderClassName
{
color: #CA5DA8;
}
.AnyTagClassName
{
color: #CA5DA8;
}
</style>
background-color css
<style>
a { background-color: #CA5DA8; }
a { background-color: rgb(202,93,168); }
div.DivClassName
{
background-color: #CA5DA8;
}
.BgClassName
{
background-color: #CA5DA8;
}
</style>
border-color css
<style>
span { border-color: #CA5DA8; }
span { border-color: rgb(202,93,168); }
td.TdClassName
{
border-color: #CA5DA8;
}
.TagClassName
{
border-color: #CA5DA8;
}
</style>