Shades of Melrose #C4ABFC
Tints of Melrose #C4ABFC
RGB
CMYK
RGB Variations
Color information
#C4ABFC (or 0xC4ABFC) is known color: Melrose. HEX triplet: C4, AB and FC. RGB value is (196,171,252). Sum of RGB (Red+Green+Blue) = 196+171+252=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABFC is #3B5403. Grayscale: #BBBBBB. Windows color (decimal): -3888132 or 16559044. OLE color: 16559044.
HSL color Cylindrical-coordinate representation of color #C4ABFC: hue angle of 258.52º 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 #C4ABFC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 171 | 252 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.01 |
| HSL | 258.52º | 0.93% | 0.83% | - |
| HSV(B) | 258.52º | 0.32% | 0.99% | - |
| XYZ | 54.9 | 47.89 | 98.45 | - |
| YUV | 187.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 252 | 0.22 | 0.32 | 0 | 0.01 | 258.52 | 0.93 | 0.83 |
| Hex | C4 | AB | FC | 16 | 20 | 0 | 1 | 103 | 5D | 53 |
| Octal | 304 | 253 | 374 | 26 | 40 | 0 | 1 | 403 | 135 | 123 |
| Binary | 11000100 | 10101011 | 11111100 | 10110 | 100000 | 0 | 1 | 100000011 | 1011101 | 1010011 |
Color Harmonies of #C4ABFC
Complementary color
Monochromatic Colors of #C4ABFC
Black with #C4ABFC
Text Example
Text Example
White with #C4ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABFC; }
p { color: rgb(196,171,252); }
H1.HeaderClassName
{
color: #C4ABFC;
}
.AnyTagClassName
{
color: #C4ABFC;
}
</style>
background-color css
<style>
a { background-color: #C4ABFC; }
a { background-color: rgb(196,171,252); }
div.DivClassName
{
background-color: #C4ABFC;
}
.BgClassName
{
background-color: #C4ABFC;
}
</style>
border-color css
<style>
span { border-color: #C4ABFC; }
span { border-color: rgb(196,171,252); }
td.TdClassName
{
border-color: #C4ABFC;
}
.TagClassName
{
border-color: #C4ABFC;
}
</style>