Shades of Melrose #C1ABF0
Tints of Melrose #C1ABF0
RGB
CMYK
RGB Variations
Color information
#C1ABF0 (or 0xC1ABF0) is known color: Melrose. HEX triplet: C1, AB and F0. RGB value is (193,171,240). Sum of RGB (Red+Green+Blue) = 193+171+240=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #C1ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABF0 is #3E540F. Grayscale: #B9B9B9. Windows color (decimal): -4084752 or 15772609. OLE color: 15772609.
HSL color Cylindrical-coordinate representation of color #C1ABF0: hue angle of 259.13º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1ABF0 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 171 | 240 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.06 |
| HSL | 259.13º | 0.7% | 0.81% | - |
| HSV(B) | 259.13º | 0.29% | 0.94% | - |
| XYZ | 52.28 | 46.75 | 88.71 | - |
| YUV | 185.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 240 | 0.20 | 0.29 | 0 | 0.06 | 259.13 | 0.7 | 0.81 |
| Hex | C1 | AB | F0 | 14 | 1D | 0 | 6 | 103 | 46 | 51 |
| Octal | 301 | 253 | 360 | 24 | 35 | 0 | 6 | 403 | 106 | 121 |
| Binary | 11000001 | 10101011 | 11110000 | 10100 | 11101 | 0 | 110 | 100000011 | 1000110 | 1010001 |
Color Harmonies of #C1ABF0
Complementary color
Monochromatic Colors of #C1ABF0
Black with #C1ABF0
Text Example
Text Example
White with #C1ABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABF0; }
p { color: rgb(193,171,240); }
H1.HeaderClassName
{
color: #C1ABF0;
}
.AnyTagClassName
{
color: #C1ABF0;
}
</style>
background-color css
<style>
a { background-color: #C1ABF0; }
a { background-color: rgb(193,171,240); }
div.DivClassName
{
background-color: #C1ABF0;
}
.BgClassName
{
background-color: #C1ABF0;
}
</style>
border-color css
<style>
span { border-color: #C1ABF0; }
span { border-color: rgb(193,171,240); }
td.TdClassName
{
border-color: #C1ABF0;
}
.TagClassName
{
border-color: #C1ABF0;
}
</style>