Shades of Mulberry #C85DA4
Tints of Mulberry #C85DA4
RGB
CMYK
RGB Variations
Color information
#C85DA4 (or 0xC85DA4) is known color: Mulberry. HEX triplet: C8, 5D and A4. RGB value is (200,93,164). Sum of RGB (Red+Green+Blue) = 200+93+164=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DA4 is #37A25B. Grayscale: #848484. Windows color (decimal): -3646044 or 10771912. OLE color: 10771912.
HSL color Cylindrical-coordinate representation of color #C85DA4: hue angle of 320.19º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DA4 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 164 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.22 |
| HSL | 320.19º | 0.49% | 0.57% | - |
| HSV(B) | 320.19º | 0.54% | 0.78% | - |
| XYZ | 34.43 | 22.79 | 37.71 | - |
| YUV | 133.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 164 | 0 | 0.54 | 0.18 | 0.22 | 320.19 | 0.49 | 0.57 |
| Hex | C8 | 5D | A4 | 0 | 36 | 12 | 16 | 140 | 31 | 39 |
| Octal | 310 | 135 | 244 | 0 | 66 | 22 | 26 | 500 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10100100 | 0 | 110110 | 10010 | 10110 | 101000000 | 110001 | 111001 |
Color Harmonies of #C85DA4
Complementary color
Monochromatic Colors of #C85DA4
Black with #C85DA4
Text Example
Text Example
White with #C85DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DA4; }
p { color: rgb(200,93,164); }
H1.HeaderClassName
{
color: #C85DA4;
}
.AnyTagClassName
{
color: #C85DA4;
}
</style>
background-color css
<style>
a { background-color: #C85DA4; }
a { background-color: rgb(200,93,164); }
div.DivClassName
{
background-color: #C85DA4;
}
.BgClassName
{
background-color: #C85DA4;
}
</style>
border-color css
<style>
span { border-color: #C85DA4; }
span { border-color: rgb(200,93,164); }
td.TdClassName
{
border-color: #C85DA4;
}
.TagClassName
{
border-color: #C85DA4;
}
</style>