Shades of Mulberry #CD5BA3
Tints of Mulberry #CD5BA3
RGB
CMYK
RGB Variations
Color information
#CD5BA3 (or 0xCD5BA3) is known color: Mulberry. HEX triplet: CD, 5B and A3. RGB value is (205,91,163). Sum of RGB (Red+Green+Blue) = 205+91+163=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5BA3 is #32A45C. Grayscale: #858585. Windows color (decimal): -3318877 or 10705869. OLE color: 10705869.
HSL color Cylindrical-coordinate representation of color #CD5BA3: hue angle of 322.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5BA3 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 91 | 163 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.20 |
| HSL | 322.11º | 0.53% | 0.58% | - |
| HSV(B) | 322.11º | 0.56% | 0.8% | - |
| XYZ | 35.53 | 23.11 | 37.24 | - |
| YUV | 133.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 91 | 163 | 0 | 0.56 | 0.20 | 0.20 | 322.11 | 0.53 | 0.58 |
| Hex | CD | 5B | A3 | 0 | 38 | 14 | 14 | 142 | 35 | 3A |
| Octal | 315 | 133 | 243 | 0 | 70 | 24 | 24 | 502 | 65 | 72 |
| Binary | 11001101 | 1011011 | 10100011 | 0 | 111000 | 10100 | 10100 | 101000010 | 110101 | 111010 |
Color Harmonies of #CD5BA3
Complementary color
Monochromatic Colors of #CD5BA3
Black with #CD5BA3
Text Example
Text Example
White with #CD5BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5BA3; }
p { color: rgb(205,91,163); }
H1.HeaderClassName
{
color: #CD5BA3;
}
.AnyTagClassName
{
color: #CD5BA3;
}
</style>
background-color css
<style>
a { background-color: #CD5BA3; }
a { background-color: rgb(205,91,163); }
div.DivClassName
{
background-color: #CD5BA3;
}
.BgClassName
{
background-color: #CD5BA3;
}
</style>
border-color css
<style>
span { border-color: #CD5BA3; }
span { border-color: rgb(205,91,163); }
td.TdClassName
{
border-color: #CD5BA3;
}
.TagClassName
{
border-color: #CD5BA3;
}
</style>