Shades of Melrose #C1ABF3
Tints of Melrose #C1ABF3
RGB
CMYK
RGB Variations
Color information
#C1ABF3 (or 0xC1ABF3) is known color: Melrose. HEX triplet: C1, AB and F3. RGB value is (193,171,243). Sum of RGB (Red+Green+Blue) = 193+171+243=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABF3 is #3E540C. Grayscale: #B9B9B9. Windows color (decimal): -4084749 or 15969217. OLE color: 15969217.
HSL color Cylindrical-coordinate representation of color #C1ABF3: hue angle of 258.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1ABF3 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 171 | 243 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.05 |
| HSL | 258.33º | 0.75% | 0.81% | - |
| HSV(B) | 258.33º | 0.3% | 0.95% | - |
| XYZ | 52.73 | 46.93 | 91.07 | - |
| YUV | 185.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 243 | 0.21 | 0.30 | 0 | 0.05 | 258.33 | 0.75 | 0.81 |
| Hex | C1 | AB | F3 | 15 | 1E | 0 | 5 | 102 | 4B | 51 |
| Octal | 301 | 253 | 363 | 25 | 36 | 0 | 5 | 402 | 113 | 121 |
| Binary | 11000001 | 10101011 | 11110011 | 10101 | 11110 | 0 | 101 | 100000010 | 1001011 | 1010001 |
Color Harmonies of #C1ABF3
Complementary color
Monochromatic Colors of #C1ABF3
Black with #C1ABF3
Text Example
Text Example
White with #C1ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABF3; }
p { color: rgb(193,171,243); }
H1.HeaderClassName
{
color: #C1ABF3;
}
.AnyTagClassName
{
color: #C1ABF3;
}
</style>
background-color css
<style>
a { background-color: #C1ABF3; }
a { background-color: rgb(193,171,243); }
div.DivClassName
{
background-color: #C1ABF3;
}
.BgClassName
{
background-color: #C1ABF3;
}
</style>
border-color css
<style>
span { border-color: #C1ABF3; }
span { border-color: rgb(193,171,243); }
td.TdClassName
{
border-color: #C1ABF3;
}
.TagClassName
{
border-color: #C1ABF3;
}
</style>