Shades of Melrose #C0ACFC
Tints of Melrose #C0ACFC
RGB
CMYK
RGB Variations
Color information
#C0ACFC (or 0xC0ACFC) is known color: Melrose. HEX triplet: C0, AC and FC. RGB value is (192,172,252). Sum of RGB (Red+Green+Blue) = 192+172+252=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACFC is #3F5303. Grayscale: #BABABA. Windows color (decimal): -4150020 or 16559296. OLE color: 16559296.
HSL color Cylindrical-coordinate representation of color #C0ACFC: hue angle of 255º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0ACFC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 172 | 252 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.01 |
| HSL | 255º | 0.93% | 0.83% | - |
| HSV(B) | 255º | 0.32% | 0.99% | - |
| XYZ | 54.06 | 47.74 | 98.46 | - |
| YUV | 187.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 252 | 0.24 | 0.32 | 0 | 0.01 | 255 | 0.93 | 0.83 |
| Hex | C0 | AC | FC | 18 | 20 | 0 | 1 | FF | 5D | 53 |
| Octal | 300 | 254 | 374 | 30 | 40 | 0 | 1 | 377 | 135 | 123 |
| Binary | 11000000 | 10101100 | 11111100 | 11000 | 100000 | 0 | 1 | 11111111 | 1011101 | 1010011 |
Color Harmonies of #C0ACFC
Complementary color
Monochromatic Colors of #C0ACFC
Black with #C0ACFC
Text Example
Text Example
White with #C0ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACFC; }
p { color: rgb(192,172,252); }
H1.HeaderClassName
{
color: #C0ACFC;
}
.AnyTagClassName
{
color: #C0ACFC;
}
</style>
background-color css
<style>
a { background-color: #C0ACFC; }
a { background-color: rgb(192,172,252); }
div.DivClassName
{
background-color: #C0ACFC;
}
.BgClassName
{
background-color: #C0ACFC;
}
</style>
border-color css
<style>
span { border-color: #C0ACFC; }
span { border-color: rgb(192,172,252); }
td.TdClassName
{
border-color: #C0ACFC;
}
.TagClassName
{
border-color: #C0ACFC;
}
</style>