Shades of Melrose #C6ACF8
Tints of Melrose #C6ACF8
RGB
CMYK
RGB Variations
Color information
#C6ACF8 (or 0xC6ACF8) is known color: Melrose. HEX triplet: C6, AC and F8. RGB value is (198,172,248). Sum of RGB (Red+Green+Blue) = 198+172+248=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #C6ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACF8 is #395307. Grayscale: #BCBCBC. Windows color (decimal): -3756808 or 16297158. OLE color: 16297158.
HSL color Cylindrical-coordinate representation of color #C6ACF8: hue angle of 260.53º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6ACF8 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 172 | 248 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.03 |
| HSL | 260.53º | 0.84% | 0.82% | - |
| HSV(B) | 260.53º | 0.31% | 0.97% | - |
| XYZ | 54.98 | 48.29 | 95.23 | - |
| YUV | 188.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 248 | 0.20 | 0.31 | 0 | 0.03 | 260.53 | 0.84 | 0.82 |
| Hex | C6 | AC | F8 | 14 | 1F | 0 | 3 | 105 | 54 | 52 |
| Octal | 306 | 254 | 370 | 24 | 37 | 0 | 3 | 405 | 124 | 122 |
| Binary | 11000110 | 10101100 | 11111000 | 10100 | 11111 | 0 | 11 | 100000101 | 1010100 | 1010010 |
Color Harmonies of #C6ACF8
Complementary color
Monochromatic Colors of #C6ACF8
Black with #C6ACF8
Text Example
Text Example
White with #C6ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACF8; }
p { color: rgb(198,172,248); }
H1.HeaderClassName
{
color: #C6ACF8;
}
.AnyTagClassName
{
color: #C6ACF8;
}
</style>
background-color css
<style>
a { background-color: #C6ACF8; }
a { background-color: rgb(198,172,248); }
div.DivClassName
{
background-color: #C6ACF8;
}
.BgClassName
{
background-color: #C6ACF8;
}
</style>
border-color css
<style>
span { border-color: #C6ACF8; }
span { border-color: rgb(198,172,248); }
td.TdClassName
{
border-color: #C6ACF8;
}
.TagClassName
{
border-color: #C6ACF8;
}
</style>