Shades of Melrose #C5ACF7
Tints of Melrose #C5ACF7
RGB
CMYK
RGB Variations
Color information
#C5ACF7 (or 0xC5ACF7) is known color: Melrose. HEX triplet: C5, AC and F7. RGB value is (197,172,247). Sum of RGB (Red+Green+Blue) = 197+172+247=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACF7 is #3A5308. Grayscale: #BBBBBB. Windows color (decimal): -3822345 or 16231621. OLE color: 16231621.
HSL color Cylindrical-coordinate representation of color #C5ACF7: hue angle of 260º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5ACF7 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 172 | 247 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.03 |
| HSL | 260º | 0.82% | 0.82% | - |
| HSV(B) | 260º | 0.3% | 0.97% | - |
| XYZ | 54.57 | 48.09 | 94.4 | - |
| YUV | 188.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 247 | 0.20 | 0.30 | 0 | 0.03 | 260 | 0.82 | 0.82 |
| Hex | C5 | AC | F7 | 14 | 1E | 0 | 3 | 104 | 52 | 52 |
| Octal | 305 | 254 | 367 | 24 | 36 | 0 | 3 | 404 | 122 | 122 |
| Binary | 11000101 | 10101100 | 11110111 | 10100 | 11110 | 0 | 11 | 100000100 | 1010010 | 1010010 |
Color Harmonies of #C5ACF7
Complementary color
Monochromatic Colors of #C5ACF7
Black with #C5ACF7
Text Example
Text Example
White with #C5ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACF7; }
p { color: rgb(197,172,247); }
H1.HeaderClassName
{
color: #C5ACF7;
}
.AnyTagClassName
{
color: #C5ACF7;
}
</style>
background-color css
<style>
a { background-color: #C5ACF7; }
a { background-color: rgb(197,172,247); }
div.DivClassName
{
background-color: #C5ACF7;
}
.BgClassName
{
background-color: #C5ACF7;
}
</style>
border-color css
<style>
span { border-color: #C5ACF7; }
span { border-color: rgb(197,172,247); }
td.TdClassName
{
border-color: #C5ACF7;
}
.TagClassName
{
border-color: #C5ACF7;
}
</style>