Shades of Mulberry #C85DA8
Tints of Mulberry #C85DA8
RGB
CMYK
RGB Variations
Color information
#C85DA8 (or 0xC85DA8) is known color: Mulberry. HEX triplet: C8, 5D and A8. RGB value is (200,93,168). Sum of RGB (Red+Green+Blue) = 200+93+168=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DA8 is #37A257. Grayscale: #858585. Windows color (decimal): -3646040 or 11034056. OLE color: 11034056.
HSL color Cylindrical-coordinate representation of color #C85DA8: hue angle of 317.94º 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 #C85DA8 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 168 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.22 |
| HSL | 317.94º | 0.49% | 0.57% | - |
| HSV(B) | 317.94º | 0.54% | 0.78% | - |
| XYZ | 34.8 | 22.94 | 39.64 | - |
| YUV | 133.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 168 | 0 | 0.54 | 0.16 | 0.22 | 317.94 | 0.49 | 0.57 |
| Hex | C8 | 5D | A8 | 0 | 36 | 10 | 16 | 13E | 31 | 39 |
| Octal | 310 | 135 | 250 | 0 | 66 | 20 | 26 | 476 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10101000 | 0 | 110110 | 10000 | 10110 | 100111110 | 110001 | 111001 |
Color Harmonies of #C85DA8
Complementary color
Monochromatic Colors of #C85DA8
Black with #C85DA8
Text Example
Text Example
White with #C85DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DA8; }
p { color: rgb(200,93,168); }
H1.HeaderClassName
{
color: #C85DA8;
}
.AnyTagClassName
{
color: #C85DA8;
}
</style>
background-color css
<style>
a { background-color: #C85DA8; }
a { background-color: rgb(200,93,168); }
div.DivClassName
{
background-color: #C85DA8;
}
.BgClassName
{
background-color: #C85DA8;
}
</style>
border-color css
<style>
span { border-color: #C85DA8; }
span { border-color: rgb(200,93,168); }
td.TdClassName
{
border-color: #C85DA8;
}
.TagClassName
{
border-color: #C85DA8;
}
</style>