Shades of Melrose #C1ABFC
Tints of Melrose #C1ABFC
RGB
CMYK
RGB Variations
Color information
#C1ABFC (or 0xC1ABFC) is known color: Melrose. HEX triplet: C1, AB and FC. RGB value is (193,171,252). Sum of RGB (Red+Green+Blue) = 193+171+252=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 171 (67.19% from 255 or 27.76% 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 #C1ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABFC is #3E5403. Grayscale: #BABABA. Windows color (decimal): -4084740 or 16559041. OLE color: 16559041.
HSL color Cylindrical-coordinate representation of color #C1ABFC: hue angle of 256.3º 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 #C1ABFC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 171 | 252 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.01 |
| HSL | 256.3º | 0.93% | 0.83% | - |
| HSV(B) | 256.3º | 0.32% | 0.99% | - |
| XYZ | 54.13 | 47.49 | 98.41 | - |
| YUV | 186.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 252 | 0.23 | 0.32 | 0 | 0.01 | 256.3 | 0.93 | 0.83 |
| Hex | C1 | AB | FC | 17 | 20 | 0 | 1 | 100 | 5D | 53 |
| Octal | 301 | 253 | 374 | 27 | 40 | 0 | 1 | 400 | 135 | 123 |
| Binary | 11000001 | 10101011 | 11111100 | 10111 | 100000 | 0 | 1 | 100000000 | 1011101 | 1010011 |
Color Harmonies of #C1ABFC
Complementary color
Monochromatic Colors of #C1ABFC
Black with #C1ABFC
Text Example
Text Example
White with #C1ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABFC; }
p { color: rgb(193,171,252); }
H1.HeaderClassName
{
color: #C1ABFC;
}
.AnyTagClassName
{
color: #C1ABFC;
}
</style>
background-color css
<style>
a { background-color: #C1ABFC; }
a { background-color: rgb(193,171,252); }
div.DivClassName
{
background-color: #C1ABFC;
}
.BgClassName
{
background-color: #C1ABFC;
}
</style>
border-color css
<style>
span { border-color: #C1ABFC; }
span { border-color: rgb(193,171,252); }
td.TdClassName
{
border-color: #C1ABFC;
}
.TagClassName
{
border-color: #C1ABFC;
}
</style>