Shades of Melrose #C7B3F9
Tints of Melrose #C7B3F9
RGB
CMYK
RGB Variations
Color information
#C7B3F9 (or 0xC7B3F9) is known color: Melrose. HEX triplet: C7, B3 and F9. RGB value is (199,179,249). Sum of RGB (Red+Green+Blue) = 199+179+249=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #C7B3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3F9 is #384C06. Grayscale: #C0C0C0. Windows color (decimal): -3689479 or 16364487. OLE color: 16364487.
HSL color Cylindrical-coordinate representation of color #C7B3F9: hue angle of 257.14º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B3F9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 179 | 249 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.02 |
| HSL | 257.14º | 0.85% | 0.84% | - |
| HSV(B) | 257.14º | 0.28% | 0.98% | - |
| XYZ | 56.77 | 51.22 | 96.52 | - |
| YUV | 192.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 249 | 0.20 | 0.28 | 0 | 0.02 | 257.14 | 0.85 | 0.84 |
| Hex | C7 | B3 | F9 | 14 | 1C | 0 | 2 | 101 | 55 | 54 |
| Octal | 307 | 263 | 371 | 24 | 34 | 0 | 2 | 401 | 125 | 124 |
| Binary | 11000111 | 10110011 | 11111001 | 10100 | 11100 | 0 | 10 | 100000001 | 1010101 | 1010100 |
Color Harmonies of #C7B3F9
Complementary color
Monochromatic Colors of #C7B3F9
Black with #C7B3F9
Text Example
Text Example
White with #C7B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3F9; }
p { color: rgb(199,179,249); }
H1.HeaderClassName
{
color: #C7B3F9;
}
.AnyTagClassName
{
color: #C7B3F9;
}
</style>
background-color css
<style>
a { background-color: #C7B3F9; }
a { background-color: rgb(199,179,249); }
div.DivClassName
{
background-color: #C7B3F9;
}
.BgClassName
{
background-color: #C7B3F9;
}
</style>
border-color css
<style>
span { border-color: #C7B3F9; }
span { border-color: rgb(199,179,249); }
td.TdClassName
{
border-color: #C7B3F9;
}
.TagClassName
{
border-color: #C7B3F9;
}
</style>