Shades of Melrose #C1ACFD
Tints of Melrose #C1ACFD
RGB
CMYK
RGB Variations
Color information
#C1ACFD (or 0xC1ACFD) is known color: Melrose. HEX triplet: C1, AC and FD. RGB value is (193,172,253). Sum of RGB (Red+Green+Blue) = 193+172+253=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACFD is #3E5302. Grayscale: #BBBBBB. Windows color (decimal): -4084483 or 16624833. OLE color: 16624833.
HSL color Cylindrical-coordinate representation of color #C1ACFD: hue angle of 255.56º 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 #C1ACFD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 172 | 253 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.01 |
| HSL | 255.56º | 0.95% | 0.83% | - |
| HSV(B) | 255.56º | 0.32% | 0.99% | - |
| XYZ | 54.47 | 47.93 | 99.31 | - |
| YUV | 187.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 253 | 0.24 | 0.32 | 0 | 0.01 | 255.56 | 0.95 | 0.83 |
| Hex | C1 | AC | FD | 18 | 20 | 0 | 1 | 100 | 5F | 53 |
| Octal | 301 | 254 | 375 | 30 | 40 | 0 | 1 | 400 | 137 | 123 |
| Binary | 11000001 | 10101100 | 11111101 | 11000 | 100000 | 0 | 1 | 100000000 | 1011111 | 1010011 |
Color Harmonies of #C1ACFD
Complementary color
Monochromatic Colors of #C1ACFD
Black with #C1ACFD
Text Example
Text Example
White with #C1ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACFD; }
p { color: rgb(193,172,253); }
H1.HeaderClassName
{
color: #C1ACFD;
}
.AnyTagClassName
{
color: #C1ACFD;
}
</style>
background-color css
<style>
a { background-color: #C1ACFD; }
a { background-color: rgb(193,172,253); }
div.DivClassName
{
background-color: #C1ACFD;
}
.BgClassName
{
background-color: #C1ACFD;
}
</style>
border-color css
<style>
span { border-color: #C1ACFD; }
span { border-color: rgb(193,172,253); }
td.TdClassName
{
border-color: #C1ACFD;
}
.TagClassName
{
border-color: #C1ACFD;
}
</style>