Shades of Melrose #C4ACF7
Tints of Melrose #C4ACF7
RGB
CMYK
RGB Variations
Color information
#C4ACF7 (or 0xC4ACF7) is known color: Melrose. HEX triplet: C4, AC and F7. RGB value is (196,172,247). Sum of RGB (Red+Green+Blue) = 196+172+247=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #C4ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACF7 is #3B5308. Grayscale: #BBBBBB. Windows color (decimal): -3887881 or 16231620. OLE color: 16231620.
HSL color Cylindrical-coordinate representation of color #C4ACF7: hue angle of 259.2º 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 #C4ACF7 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 172 | 247 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.03 |
| HSL | 259.2º | 0.82% | 0.82% | - |
| HSV(B) | 259.2º | 0.3% | 0.97% | - |
| XYZ | 54.31 | 47.96 | 94.39 | - |
| YUV | 187.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 247 | 0.21 | 0.30 | 0 | 0.03 | 259.2 | 0.82 | 0.82 |
| Hex | C4 | AC | F7 | 15 | 1E | 0 | 3 | 103 | 52 | 52 |
| Octal | 304 | 254 | 367 | 25 | 36 | 0 | 3 | 403 | 122 | 122 |
| Binary | 11000100 | 10101100 | 11110111 | 10101 | 11110 | 0 | 11 | 100000011 | 1010010 | 1010010 |
Color Harmonies of #C4ACF7
Complementary color
Monochromatic Colors of #C4ACF7
Black with #C4ACF7
Text Example
Text Example
White with #C4ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACF7; }
p { color: rgb(196,172,247); }
H1.HeaderClassName
{
color: #C4ACF7;
}
.AnyTagClassName
{
color: #C4ACF7;
}
</style>
background-color css
<style>
a { background-color: #C4ACF7; }
a { background-color: rgb(196,172,247); }
div.DivClassName
{
background-color: #C4ACF7;
}
.BgClassName
{
background-color: #C4ACF7;
}
</style>
border-color css
<style>
span { border-color: #C4ACF7; }
span { border-color: rgb(196,172,247); }
td.TdClassName
{
border-color: #C4ACF7;
}
.TagClassName
{
border-color: #C4ACF7;
}
</style>