Shades of Melrose #C5B1F3
Tints of Melrose #C5B1F3
RGB
CMYK
RGB Variations
Color information
#C5B1F3 (or 0xC5B1F3) is known color: Melrose. HEX triplet: C5, B1 and F3. RGB value is (197,177,243). Sum of RGB (Red+Green+Blue) = 197+177+243=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5B1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1F3 is #3A4E0C. Grayscale: #BEBEBE. Windows color (decimal): -3821069 or 15970757. OLE color: 15970757.
HSL color Cylindrical-coordinate representation of color #C5B1F3: hue angle of 258.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5B1F3 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 177 | 243 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.05 |
| HSL | 258.18º | 0.73% | 0.82% | - |
| HSV(B) | 258.18º | 0.27% | 0.95% | - |
| XYZ | 54.93 | 49.79 | 91.51 | - |
| YUV | 190.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 243 | 0.19 | 0.27 | 0 | 0.05 | 258.18 | 0.73 | 0.82 |
| Hex | C5 | B1 | F3 | 13 | 1B | 0 | 5 | 102 | 49 | 52 |
| Octal | 305 | 261 | 363 | 23 | 33 | 0 | 5 | 402 | 111 | 122 |
| Binary | 11000101 | 10110001 | 11110011 | 10011 | 11011 | 0 | 101 | 100000010 | 1001001 | 1010010 |
Color Harmonies of #C5B1F3
Complementary color
Monochromatic Colors of #C5B1F3
Black with #C5B1F3
Text Example
Text Example
White with #C5B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1F3; }
p { color: rgb(197,177,243); }
H1.HeaderClassName
{
color: #C5B1F3;
}
.AnyTagClassName
{
color: #C5B1F3;
}
</style>
background-color css
<style>
a { background-color: #C5B1F3; }
a { background-color: rgb(197,177,243); }
div.DivClassName
{
background-color: #C5B1F3;
}
.BgClassName
{
background-color: #C5B1F3;
}
</style>
border-color css
<style>
span { border-color: #C5B1F3; }
span { border-color: rgb(197,177,243); }
td.TdClassName
{
border-color: #C5B1F3;
}
.TagClassName
{
border-color: #C5B1F3;
}
</style>