Shades of Melrose #C6ABFC
Tints of Melrose #C6ABFC
RGB
CMYK
RGB Variations
Color information
#C6ABFC (or 0xC6ABFC) is known color: Melrose. HEX triplet: C6, AB and FC. RGB value is (198,171,252). Sum of RGB (Red+Green+Blue) = 198+171+252=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFC is #395403. Grayscale: #BCBCBC. Windows color (decimal): -3757060 or 16559046. OLE color: 16559046.
HSL color Cylindrical-coordinate representation of color #C6ABFC: hue angle of 260º 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 #C6ABFC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 171 | 252 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.01 |
| HSL | 260º | 0.93% | 0.83% | - |
| HSV(B) | 260º | 0.32% | 0.99% | - |
| XYZ | 55.42 | 48.16 | 98.47 | - |
| YUV | 188.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 252 | 0.21 | 0.32 | 0 | 0.01 | 260 | 0.93 | 0.83 |
| Hex | C6 | AB | FC | 15 | 20 | 0 | 1 | 104 | 5D | 53 |
| Octal | 306 | 253 | 374 | 25 | 40 | 0 | 1 | 404 | 135 | 123 |
| Binary | 11000110 | 10101011 | 11111100 | 10101 | 100000 | 0 | 1 | 100000100 | 1011101 | 1010011 |
Color Harmonies of #C6ABFC
Complementary color
Monochromatic Colors of #C6ABFC
Black with #C6ABFC
Text Example
Text Example
White with #C6ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABFC; }
p { color: rgb(198,171,252); }
H1.HeaderClassName
{
color: #C6ABFC;
}
.AnyTagClassName
{
color: #C6ABFC;
}
</style>
background-color css
<style>
a { background-color: #C6ABFC; }
a { background-color: rgb(198,171,252); }
div.DivClassName
{
background-color: #C6ABFC;
}
.BgClassName
{
background-color: #C6ABFC;
}
</style>
border-color css
<style>
span { border-color: #C6ABFC; }
span { border-color: rgb(198,171,252); }
td.TdClassName
{
border-color: #C6ABFC;
}
.TagClassName
{
border-color: #C6ABFC;
}
</style>