Shades of Mulberry #C855A7
Tints of Mulberry #C855A7
RGB
CMYK
RGB Variations
Color information
#C855A7 (or 0xC855A7) is known color: Mulberry. HEX triplet: C8, 55 and A7. RGB value is (200,85,167). Sum of RGB (Red+Green+Blue) = 200+85+167=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A7 is #37AA58. Grayscale: #808080. Windows color (decimal): -3648089 or 10966472. OLE color: 10966472.
HSL color Cylindrical-coordinate representation of color #C855A7: hue angle of 317.22º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855A7 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 167 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.22 |
| HSL | 317.22º | 0.51% | 0.56% | - |
| HSV(B) | 317.22º | 0.58% | 0.78% | - |
| XYZ | 34.04 | 21.57 | 38.93 | - |
| YUV | 128.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 167 | 0 | 0.58 | 0.16 | 0.22 | 317.22 | 0.51 | 0.56 |
| Hex | C8 | 55 | A7 | 0 | 3A | 10 | 16 | 13D | 33 | 38 |
| Octal | 310 | 125 | 247 | 0 | 72 | 20 | 26 | 475 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10100111 | 0 | 111010 | 10000 | 10110 | 100111101 | 110011 | 111000 |
Color Harmonies of #C855A7
Complementary color
Monochromatic Colors of #C855A7
Black with #C855A7
Text Example
Text Example
White with #C855A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855A7; }
p { color: rgb(200,85,167); }
H1.HeaderClassName
{
color: #C855A7;
}
.AnyTagClassName
{
color: #C855A7;
}
</style>
background-color css
<style>
a { background-color: #C855A7; }
a { background-color: rgb(200,85,167); }
div.DivClassName
{
background-color: #C855A7;
}
.BgClassName
{
background-color: #C855A7;
}
</style>
border-color css
<style>
span { border-color: #C855A7; }
span { border-color: rgb(200,85,167); }
td.TdClassName
{
border-color: #C855A7;
}
.TagClassName
{
border-color: #C855A7;
}
</style>