Shades of Mulberry #C65EA3
Tints of Mulberry #C65EA3
RGB
CMYK
RGB Variations
Color information
#C65EA3 (or 0xC65EA3) is known color: Mulberry. HEX triplet: C6, 5E and A3. RGB value is (198,94,163). Sum of RGB (Red+Green+Blue) = 198+94+163=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65EA3 is #39A15C. Grayscale: #848484. Windows color (decimal): -3776861 or 10706630. OLE color: 10706630.
HSL color Cylindrical-coordinate representation of color #C65EA3: hue angle of 320.19º degrees, saturation: 0.48, 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 #C65EA3 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 163 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.22 |
| HSL | 320.19º | 0.48% | 0.57% | - |
| HSV(B) | 320.19º | 0.53% | 0.78% | - |
| XYZ | 33.9 | 22.66 | 37.24 | - |
| YUV | 132.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 163 | 0 | 0.53 | 0.18 | 0.22 | 320.19 | 0.48 | 0.57 |
| Hex | C6 | 5E | A3 | 0 | 35 | 12 | 16 | 140 | 30 | 39 |
| Octal | 306 | 136 | 243 | 0 | 65 | 22 | 26 | 500 | 60 | 71 |
| Binary | 11000110 | 1011110 | 10100011 | 0 | 110101 | 10010 | 10110 | 101000000 | 110000 | 111001 |
Color Harmonies of #C65EA3
Complementary color
Monochromatic Colors of #C65EA3
Black with #C65EA3
Text Example
Text Example
White with #C65EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65EA3; }
p { color: rgb(198,94,163); }
H1.HeaderClassName
{
color: #C65EA3;
}
.AnyTagClassName
{
color: #C65EA3;
}
</style>
background-color css
<style>
a { background-color: #C65EA3; }
a { background-color: rgb(198,94,163); }
div.DivClassName
{
background-color: #C65EA3;
}
.BgClassName
{
background-color: #C65EA3;
}
</style>
border-color css
<style>
span { border-color: #C65EA3; }
span { border-color: rgb(198,94,163); }
td.TdClassName
{
border-color: #C65EA3;
}
.TagClassName
{
border-color: #C65EA3;
}
</style>