Shades of Melrose #C6ACF3
Tints of Melrose #C6ACF3
RGB
CMYK
RGB Variations
Color information
#C6ACF3 (or 0xC6ACF3) is known color: Melrose. HEX triplet: C6, AC and F3. RGB value is (198,172,243). Sum of RGB (Red+Green+Blue) = 198+172+243=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACF3 is #39530C. Grayscale: #BBBBBB. Windows color (decimal): -3756813 or 15969478. OLE color: 15969478.
HSL color Cylindrical-coordinate representation of color #C6ACF3: hue angle of 261.97º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6ACF3 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 172 | 243 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.05 |
| HSL | 261.97º | 0.75% | 0.81% | - |
| HSV(B) | 261.97º | 0.29% | 0.95% | - |
| XYZ | 54.22 | 47.98 | 91.2 | - |
| YUV | 187.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 243 | 0.19 | 0.29 | 0 | 0.05 | 261.97 | 0.75 | 0.81 |
| Hex | C6 | AC | F3 | 13 | 1D | 0 | 5 | 106 | 4B | 51 |
| Octal | 306 | 254 | 363 | 23 | 35 | 0 | 5 | 406 | 113 | 121 |
| Binary | 11000110 | 10101100 | 11110011 | 10011 | 11101 | 0 | 101 | 100000110 | 1001011 | 1010001 |
Color Harmonies of #C6ACF3
Complementary color
Monochromatic Colors of #C6ACF3
Black with #C6ACF3
Text Example
Text Example
White with #C6ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACF3; }
p { color: rgb(198,172,243); }
H1.HeaderClassName
{
color: #C6ACF3;
}
.AnyTagClassName
{
color: #C6ACF3;
}
</style>
background-color css
<style>
a { background-color: #C6ACF3; }
a { background-color: rgb(198,172,243); }
div.DivClassName
{
background-color: #C6ACF3;
}
.BgClassName
{
background-color: #C6ACF3;
}
</style>
border-color css
<style>
span { border-color: #C6ACF3; }
span { border-color: rgb(198,172,243); }
td.TdClassName
{
border-color: #C6ACF3;
}
.TagClassName
{
border-color: #C6ACF3;
}
</style>