Shades of Mulberry #CE3DA8
Tints of Mulberry #CE3DA8
RGB
CMYK
RGB Variations
Color information
#CE3DA8 (or 0xCE3DA8) is known color: Mulberry. HEX triplet: CE, 3D and A8. RGB value is (206,61,168). Sum of RGB (Red+Green+Blue) = 206+61+168=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DA8 is #31C257. Grayscale: #747474. Windows color (decimal): -3261016 or 11025870. OLE color: 11025870.
HSL color Cylindrical-coordinate representation of color #CE3DA8: hue angle of 315.72º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3DA8 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 168 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.19 |
| HSL | 315.72º | 0.6% | 0.52% | - |
| HSV(B) | 315.72º | 0.7% | 0.81% | - |
| XYZ | 34.19 | 19.29 | 38.97 | - |
| YUV | 116.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 168 | 0 | 0.70 | 0.18 | 0.19 | 315.72 | 0.6 | 0.52 |
| Hex | CE | 3D | A8 | 0 | 46 | 12 | 13 | 13C | 3C | 34 |
| Octal | 316 | 75 | 250 | 0 | 106 | 22 | 23 | 474 | 74 | 64 |
| Binary | 11001110 | 111101 | 10101000 | 0 | 1000110 | 10010 | 10011 | 100111100 | 111100 | 110100 |
Color Harmonies of #CE3DA8
Complementary color
Monochromatic Colors of #CE3DA8
Black with #CE3DA8
Text Example
Text Example
White with #CE3DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DA8; }
p { color: rgb(206,61,168); }
H1.HeaderClassName
{
color: #CE3DA8;
}
.AnyTagClassName
{
color: #CE3DA8;
}
</style>
background-color css
<style>
a { background-color: #CE3DA8; }
a { background-color: rgb(206,61,168); }
div.DivClassName
{
background-color: #CE3DA8;
}
.BgClassName
{
background-color: #CE3DA8;
}
</style>
border-color css
<style>
span { border-color: #CE3DA8; }
span { border-color: rgb(206,61,168); }
td.TdClassName
{
border-color: #CE3DA8;
}
.TagClassName
{
border-color: #CE3DA8;
}
</style>