Shades of Melrose #C0ACFD
Tints of Melrose #C0ACFD
RGB
CMYK
RGB Variations
Color information
#C0ACFD (or 0xC0ACFD) is known color: Melrose. HEX triplet: C0, AC and FD. RGB value is (192,172,253). Sum of RGB (Red+Green+Blue) = 192+172+253=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACFD is #3F5302. Grayscale: #BABABA. Windows color (decimal): -4150019 or 16624832. OLE color: 16624832.
HSL color Cylindrical-coordinate representation of color #C0ACFD: hue angle of 254.81º degrees, saturation: 0.95, 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 #C0ACFD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 172 | 253 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.01 |
| HSL | 254.81º | 0.95% | 0.83% | - |
| HSV(B) | 254.81º | 0.32% | 0.99% | - |
| XYZ | 54.22 | 47.8 | 99.3 | - |
| YUV | 187.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 253 | 0.24 | 0.32 | 0 | 0.01 | 254.81 | 0.95 | 0.83 |
| Hex | C0 | AC | FD | 18 | 20 | 0 | 1 | FF | 5F | 53 |
| Octal | 300 | 254 | 375 | 30 | 40 | 0 | 1 | 377 | 137 | 123 |
| Binary | 11000000 | 10101100 | 11111101 | 11000 | 100000 | 0 | 1 | 11111111 | 1011111 | 1010011 |
Color Harmonies of #C0ACFD
Complementary color
Monochromatic Colors of #C0ACFD
Black with #C0ACFD
Text Example
Text Example
White with #C0ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACFD; }
p { color: rgb(192,172,253); }
H1.HeaderClassName
{
color: #C0ACFD;
}
.AnyTagClassName
{
color: #C0ACFD;
}
</style>
background-color css
<style>
a { background-color: #C0ACFD; }
a { background-color: rgb(192,172,253); }
div.DivClassName
{
background-color: #C0ACFD;
}
.BgClassName
{
background-color: #C0ACFD;
}
</style>
border-color css
<style>
span { border-color: #C0ACFD; }
span { border-color: rgb(192,172,253); }
td.TdClassName
{
border-color: #C0ACFD;
}
.TagClassName
{
border-color: #C0ACFD;
}
</style>