Shades of Melrose #C7B0FA
Tints of Melrose #C7B0FA
RGB
CMYK
RGB Variations
Color information
#C7B0FA (or 0xC7B0FA) is known color: Melrose. HEX triplet: C7, B0 and FA. RGB value is (199,176,250). Sum of RGB (Red+Green+Blue) = 199+176+250=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0FA is #384F05. Grayscale: #BFBFBF. Windows color (decimal): -3690246 or 16429255. OLE color: 16429255.
HSL color Cylindrical-coordinate representation of color #C7B0FA: hue angle of 258.65º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B0FA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 176 | 250 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.02 |
| HSL | 258.65º | 0.88% | 0.84% | - |
| HSV(B) | 258.65º | 0.3% | 0.98% | - |
| XYZ | 56.33 | 50.09 | 97.14 | - |
| YUV | 191.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 250 | 0.20 | 0.30 | 0 | 0.02 | 258.65 | 0.88 | 0.84 |
| Hex | C7 | B0 | FA | 14 | 1E | 0 | 2 | 103 | 58 | 54 |
| Octal | 307 | 260 | 372 | 24 | 36 | 0 | 2 | 403 | 130 | 124 |
| Binary | 11000111 | 10110000 | 11111010 | 10100 | 11110 | 0 | 10 | 100000011 | 1011000 | 1010100 |
Color Harmonies of #C7B0FA
Complementary color
Monochromatic Colors of #C7B0FA
Black with #C7B0FA
Text Example
Text Example
White with #C7B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0FA; }
p { color: rgb(199,176,250); }
H1.HeaderClassName
{
color: #C7B0FA;
}
.AnyTagClassName
{
color: #C7B0FA;
}
</style>
background-color css
<style>
a { background-color: #C7B0FA; }
a { background-color: rgb(199,176,250); }
div.DivClassName
{
background-color: #C7B0FA;
}
.BgClassName
{
background-color: #C7B0FA;
}
</style>
border-color css
<style>
span { border-color: #C7B0FA; }
span { border-color: rgb(199,176,250); }
td.TdClassName
{
border-color: #C7B0FA;
}
.TagClassName
{
border-color: #C7B0FA;
}
</style>