Shades of Melrose #C5B1FD
Tints of Melrose #C5B1FD
RGB
CMYK
RGB Variations
Color information
#C5B1FD (or 0xC5B1FD) is known color: Melrose. HEX triplet: C5, B1 and FD. RGB value is (197,177,253). Sum of RGB (Red+Green+Blue) = 197+177+253=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1FD is #3A4E02. Grayscale: #BFBFBF. Windows color (decimal): -3821059 or 16626117. OLE color: 16626117.
HSL color Cylindrical-coordinate representation of color #C5B1FD: hue angle of 255.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B1FD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 177 | 253 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.01 |
| HSL | 255.79º | 0.95% | 0.84% | - |
| HSV(B) | 255.79º | 0.3% | 0.99% | - |
| XYZ | 56.48 | 50.41 | 99.68 | - |
| YUV | 191.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 253 | 0.22 | 0.30 | 0 | 0.01 | 255.79 | 0.95 | 0.84 |
| Hex | C5 | B1 | FD | 16 | 1E | 0 | 1 | 100 | 5F | 54 |
| Octal | 305 | 261 | 375 | 26 | 36 | 0 | 1 | 400 | 137 | 124 |
| Binary | 11000101 | 10110001 | 11111101 | 10110 | 11110 | 0 | 1 | 100000000 | 1011111 | 1010100 |
Color Harmonies of #C5B1FD
Complementary color
Monochromatic Colors of #C5B1FD
Black with #C5B1FD
Text Example
Text Example
White with #C5B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1FD; }
p { color: rgb(197,177,253); }
H1.HeaderClassName
{
color: #C5B1FD;
}
.AnyTagClassName
{
color: #C5B1FD;
}
</style>
background-color css
<style>
a { background-color: #C5B1FD; }
a { background-color: rgb(197,177,253); }
div.DivClassName
{
background-color: #C5B1FD;
}
.BgClassName
{
background-color: #C5B1FD;
}
</style>
border-color css
<style>
span { border-color: #C5B1FD; }
span { border-color: rgb(197,177,253); }
td.TdClassName
{
border-color: #C5B1FD;
}
.TagClassName
{
border-color: #C5B1FD;
}
</style>