Shades of Mulberry #C650A7
Tints of Mulberry #C650A7
RGB
CMYK
RGB Variations
Color information
#C650A7 (or 0xC650A7) is known color: Mulberry. HEX triplet: C6, 50 and A7. RGB value is (198,80,167). Sum of RGB (Red+Green+Blue) = 198+80+167=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C650A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650A7 is #39AF58. Grayscale: #7C7C7C. Windows color (decimal): -3780441 or 10965190. OLE color: 10965190.
HSL color Cylindrical-coordinate representation of color #C650A7: hue angle of 315.76º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C650A7 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 167 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.22 |
| HSL | 315.76º | 0.51% | 0.55% | - |
| HSV(B) | 315.76º | 0.6% | 0.78% | - |
| XYZ | 33.13 | 20.53 | 38.78 | - |
| YUV | 125.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 167 | 0 | 0.60 | 0.16 | 0.22 | 315.76 | 0.51 | 0.55 |
| Hex | C6 | 50 | A7 | 0 | 3C | 10 | 16 | 13C | 33 | 37 |
| Octal | 306 | 120 | 247 | 0 | 74 | 20 | 26 | 474 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10100111 | 0 | 111100 | 10000 | 10110 | 100111100 | 110011 | 110111 |
Color Harmonies of #C650A7
Complementary color
Monochromatic Colors of #C650A7
Black with #C650A7
Text Example
Text Example
White with #C650A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650A7; }
p { color: rgb(198,80,167); }
H1.HeaderClassName
{
color: #C650A7;
}
.AnyTagClassName
{
color: #C650A7;
}
</style>
background-color css
<style>
a { background-color: #C650A7; }
a { background-color: rgb(198,80,167); }
div.DivClassName
{
background-color: #C650A7;
}
.BgClassName
{
background-color: #C650A7;
}
</style>
border-color css
<style>
span { border-color: #C650A7; }
span { border-color: rgb(198,80,167); }
td.TdClassName
{
border-color: #C650A7;
}
.TagClassName
{
border-color: #C650A7;
}
</style>