Shades of Melrose #C5ABFD
Tints of Melrose #C5ABFD
RGB
CMYK
RGB Variations
Color information
#C5ABFD (or 0xC5ABFD) is known color: Melrose. HEX triplet: C5, AB and FD. RGB value is (197,171,253). Sum of RGB (Red+Green+Blue) = 197+171+253=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFD is #3A5402. Grayscale: #BBBBBB. Windows color (decimal): -3822595 or 16624581. OLE color: 16624581.
HSL color Cylindrical-coordinate representation of color #C5ABFD: hue angle of 259.02º degrees, saturation: 0.95, 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 #C5ABFD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 171 | 253 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.01 |
| HSL | 259.02º | 0.95% | 0.83% | - |
| HSV(B) | 259.02º | 0.32% | 0.99% | - |
| XYZ | 55.32 | 48.09 | 99.29 | - |
| YUV | 188.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 253 | 0.22 | 0.32 | 0 | 0.01 | 259.02 | 0.95 | 0.83 |
| Hex | C5 | AB | FD | 16 | 20 | 0 | 1 | 103 | 5F | 53 |
| Octal | 305 | 253 | 375 | 26 | 40 | 0 | 1 | 403 | 137 | 123 |
| Binary | 11000101 | 10101011 | 11111101 | 10110 | 100000 | 0 | 1 | 100000011 | 1011111 | 1010011 |
Color Harmonies of #C5ABFD
Complementary color
Monochromatic Colors of #C5ABFD
Black with #C5ABFD
Text Example
Text Example
White with #C5ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABFD; }
p { color: rgb(197,171,253); }
H1.HeaderClassName
{
color: #C5ABFD;
}
.AnyTagClassName
{
color: #C5ABFD;
}
</style>
background-color css
<style>
a { background-color: #C5ABFD; }
a { background-color: rgb(197,171,253); }
div.DivClassName
{
background-color: #C5ABFD;
}
.BgClassName
{
background-color: #C5ABFD;
}
</style>
border-color css
<style>
span { border-color: #C5ABFD; }
span { border-color: rgb(197,171,253); }
td.TdClassName
{
border-color: #C5ABFD;
}
.TagClassName
{
border-color: #C5ABFD;
}
</style>