Shades of Melrose #C0ACF3
Tints of Melrose #C0ACF3
RGB
CMYK
RGB Variations
Color information
#C0ACF3 (or 0xC0ACF3) is known color: Melrose. HEX triplet: C0, AC and F3. RGB value is (192,172,243). Sum of RGB (Red+Green+Blue) = 192+172+243=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACF3 is #3F530C. Grayscale: #B9B9B9. Windows color (decimal): -4150029 or 15969472. OLE color: 15969472.
HSL color Cylindrical-coordinate representation of color #C0ACF3: hue angle of 256.9º 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 #C0ACF3 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 172 | 243 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.05 |
| HSL | 256.9º | 0.75% | 0.81% | - |
| HSV(B) | 256.9º | 0.29% | 0.95% | - |
| XYZ | 52.67 | 47.18 | 91.13 | - |
| YUV | 186.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 243 | 0.21 | 0.29 | 0 | 0.05 | 256.9 | 0.75 | 0.81 |
| Hex | C0 | AC | F3 | 15 | 1D | 0 | 5 | 101 | 4B | 51 |
| Octal | 300 | 254 | 363 | 25 | 35 | 0 | 5 | 401 | 113 | 121 |
| Binary | 11000000 | 10101100 | 11110011 | 10101 | 11101 | 0 | 101 | 100000001 | 1001011 | 1010001 |
Color Harmonies of #C0ACF3
Complementary color
Monochromatic Colors of #C0ACF3
Black with #C0ACF3
Text Example
Text Example
White with #C0ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACF3; }
p { color: rgb(192,172,243); }
H1.HeaderClassName
{
color: #C0ACF3;
}
.AnyTagClassName
{
color: #C0ACF3;
}
</style>
background-color css
<style>
a { background-color: #C0ACF3; }
a { background-color: rgb(192,172,243); }
div.DivClassName
{
background-color: #C0ACF3;
}
.BgClassName
{
background-color: #C0ACF3;
}
</style>
border-color css
<style>
span { border-color: #C0ACF3; }
span { border-color: rgb(192,172,243); }
td.TdClassName
{
border-color: #C0ACF3;
}
.TagClassName
{
border-color: #C0ACF3;
}
</style>