Shades of Melrose #C0ABFD
Tints of Melrose #C0ABFD
RGB
CMYK
RGB Variations
Color information
#C0ABFD (or 0xC0ABFD) is known color: Melrose. HEX triplet: C0, AB and FD. RGB value is (192,171,253). Sum of RGB (Red+Green+Blue) = 192+171+253=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABFD is #3F5402. Grayscale: #BABABA. Windows color (decimal): -4150275 or 16624576. OLE color: 16624576.
HSL color Cylindrical-coordinate representation of color #C0ABFD: hue angle of 255.37º 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 #C0ABFD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 171 | 253 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.01 |
| HSL | 255.37º | 0.95% | 0.83% | - |
| HSV(B) | 255.37º | 0.32% | 0.99% | - |
| XYZ | 54.03 | 47.42 | 99.23 | - |
| YUV | 186.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 253 | 0.24 | 0.32 | 0 | 0.01 | 255.37 | 0.95 | 0.83 |
| Hex | C0 | AB | FD | 18 | 20 | 0 | 1 | FF | 5F | 53 |
| Octal | 300 | 253 | 375 | 30 | 40 | 0 | 1 | 377 | 137 | 123 |
| Binary | 11000000 | 10101011 | 11111101 | 11000 | 100000 | 0 | 1 | 11111111 | 1011111 | 1010011 |
Color Harmonies of #C0ABFD
Complementary color
Monochromatic Colors of #C0ABFD
Black with #C0ABFD
Text Example
Text Example
White with #C0ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABFD; }
p { color: rgb(192,171,253); }
H1.HeaderClassName
{
color: #C0ABFD;
}
.AnyTagClassName
{
color: #C0ABFD;
}
</style>
background-color css
<style>
a { background-color: #C0ABFD; }
a { background-color: rgb(192,171,253); }
div.DivClassName
{
background-color: #C0ABFD;
}
.BgClassName
{
background-color: #C0ABFD;
}
</style>
border-color css
<style>
span { border-color: #C0ABFD; }
span { border-color: rgb(192,171,253); }
td.TdClassName
{
border-color: #C0ABFD;
}
.TagClassName
{
border-color: #C0ABFD;
}
</style>