Shades of Mulberry #CD5BA8
Tints of Mulberry #CD5BA8
RGB
CMYK
RGB Variations
Color information
#CD5BA8 (or 0xCD5BA8) is known color: Mulberry. HEX triplet: CD, 5B and A8. RGB value is (205,91,168). Sum of RGB (Red+Green+Blue) = 205+91+168=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5BA8 is #32A457. Grayscale: #858585. Windows color (decimal): -3318872 or 11033549. OLE color: 11033549.
HSL color Cylindrical-coordinate representation of color #CD5BA8: hue angle of 319.47º 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 #CD5BA8 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 91 | 168 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.20 |
| HSL | 319.47º | 0.53% | 0.58% | - |
| HSV(B) | 319.47º | 0.56% | 0.8% | - |
| XYZ | 35.99 | 23.29 | 39.64 | - |
| YUV | 133.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 91 | 168 | 0 | 0.56 | 0.18 | 0.20 | 319.47 | 0.53 | 0.58 |
| Hex | CD | 5B | A8 | 0 | 38 | 12 | 14 | 13F | 35 | 3A |
| Octal | 315 | 133 | 250 | 0 | 70 | 22 | 24 | 477 | 65 | 72 |
| Binary | 11001101 | 1011011 | 10101000 | 0 | 111000 | 10010 | 10100 | 100111111 | 110101 | 111010 |
Color Harmonies of #CD5BA8
Complementary color
Monochromatic Colors of #CD5BA8
Black with #CD5BA8
Text Example
Text Example
White with #CD5BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5BA8; }
p { color: rgb(205,91,168); }
H1.HeaderClassName
{
color: #CD5BA8;
}
.AnyTagClassName
{
color: #CD5BA8;
}
</style>
background-color css
<style>
a { background-color: #CD5BA8; }
a { background-color: rgb(205,91,168); }
div.DivClassName
{
background-color: #CD5BA8;
}
.BgClassName
{
background-color: #CD5BA8;
}
</style>
border-color css
<style>
span { border-color: #CD5BA8; }
span { border-color: rgb(205,91,168); }
td.TdClassName
{
border-color: #CD5BA8;
}
.TagClassName
{
border-color: #CD5BA8;
}
</style>