Shades of Mulberry #CA53A8
Tints of Mulberry #CA53A8
RGB
CMYK
RGB Variations
Color information
#CA53A8 (or 0xCA53A8) is known color: Mulberry. HEX triplet: CA, 53 and A8. RGB value is (202,83,168). Sum of RGB (Red+Green+Blue) = 202+83+168=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53A8 is #35AC57. Grayscale: #808080. Windows color (decimal): -3517528 or 11031498. OLE color: 11031498.
HSL color Cylindrical-coordinate representation of color #CA53A8: hue angle of 317.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA53A8 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 168 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.21 |
| HSL | 317.14º | 0.53% | 0.56% | - |
| HSV(B) | 317.14º | 0.59% | 0.79% | - |
| XYZ | 34.52 | 21.57 | 39.39 | - |
| YUV | 128.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 168 | 0 | 0.59 | 0.17 | 0.21 | 317.14 | 0.53 | 0.56 |
| Hex | CA | 53 | A8 | 0 | 3B | 11 | 15 | 13D | 35 | 38 |
| Octal | 312 | 123 | 250 | 0 | 73 | 21 | 25 | 475 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10101000 | 0 | 111011 | 10001 | 10101 | 100111101 | 110101 | 111000 |
Color Harmonies of #CA53A8
Complementary color
Monochromatic Colors of #CA53A8
Black with #CA53A8
Text Example
Text Example
White with #CA53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53A8; }
p { color: rgb(202,83,168); }
H1.HeaderClassName
{
color: #CA53A8;
}
.AnyTagClassName
{
color: #CA53A8;
}
</style>
background-color css
<style>
a { background-color: #CA53A8; }
a { background-color: rgb(202,83,168); }
div.DivClassName
{
background-color: #CA53A8;
}
.BgClassName
{
background-color: #CA53A8;
}
</style>
border-color css
<style>
span { border-color: #CA53A8; }
span { border-color: rgb(202,83,168); }
td.TdClassName
{
border-color: #CA53A8;
}
.TagClassName
{
border-color: #CA53A8;
}
</style>