Shades of Melrose #C5ABFC
Tints of Melrose #C5ABFC
RGB
CMYK
RGB Variations
Color information
#C5ABFC (or 0xC5ABFC) is known color: Melrose. HEX triplet: C5, AB and FC. RGB value is (197,171,252). Sum of RGB (Red+Green+Blue) = 197+171+252=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFC is #3A5403. Grayscale: #BBBBBB. Windows color (decimal): -3822596 or 16559045. OLE color: 16559045.
HSL color Cylindrical-coordinate representation of color #C5ABFC: hue angle of 259.26º 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 #C5ABFC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 171 | 252 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.01 |
| HSL | 259.26º | 0.93% | 0.83% | - |
| HSV(B) | 259.26º | 0.32% | 0.99% | - |
| XYZ | 55.16 | 48.02 | 98.46 | - |
| YUV | 188.01 | 164.11 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 252 | 0.22 | 0.32 | 0 | 0.01 | 259.26 | 0.93 | 0.83 |
| Hex | C5 | AB | FC | 16 | 20 | 0 | 1 | 103 | 5D | 53 |
| Octal | 305 | 253 | 374 | 26 | 40 | 0 | 1 | 403 | 135 | 123 |
| Binary | 11000101 | 10101011 | 11111100 | 10110 | 100000 | 0 | 1 | 100000011 | 1011101 | 1010011 |
Color Harmonies of #C5ABFC
Complementary color
Monochromatic Colors of #C5ABFC
Black with #C5ABFC
Text Example
Text Example
White with #C5ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABFC; }
p { color: rgb(197,171,252); }
H1.HeaderClassName
{
color: #C5ABFC;
}
.AnyTagClassName
{
color: #C5ABFC;
}
</style>
background-color css
<style>
a { background-color: #C5ABFC; }
a { background-color: rgb(197,171,252); }
div.DivClassName
{
background-color: #C5ABFC;
}
.BgClassName
{
background-color: #C5ABFC;
}
</style>
border-color css
<style>
span { border-color: #C5ABFC; }
span { border-color: rgb(197,171,252); }
td.TdClassName
{
border-color: #C5ABFC;
}
.TagClassName
{
border-color: #C5ABFC;
}
</style>