Shades of Melrose #C7B3F3
Tints of Melrose #C7B3F3
RGB
CMYK
RGB Variations
Color information
#C7B3F3 (or 0xC7B3F3) is known color: Melrose. HEX triplet: C7, B3 and F3. RGB value is (199,179,243). Sum of RGB (Red+Green+Blue) = 199+179+243=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7B3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3F3 is #384C0C. Grayscale: #C0C0C0. Windows color (decimal): -3689485 or 15971271. OLE color: 15971271.
HSL color Cylindrical-coordinate representation of color #C7B3F3: hue angle of 258.75º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7B3F3 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 179 | 243 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.05 |
| HSL | 258.75º | 0.73% | 0.83% | - |
| HSV(B) | 258.75º | 0.26% | 0.95% | - |
| XYZ | 55.85 | 50.85 | 91.67 | - |
| YUV | 192.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 243 | 0.18 | 0.26 | 0 | 0.05 | 258.75 | 0.73 | 0.83 |
| Hex | C7 | B3 | F3 | 12 | 1A | 0 | 5 | 103 | 49 | 53 |
| Octal | 307 | 263 | 363 | 22 | 32 | 0 | 5 | 403 | 111 | 123 |
| Binary | 11000111 | 10110011 | 11110011 | 10010 | 11010 | 0 | 101 | 100000011 | 1001001 | 1010011 |
Color Harmonies of #C7B3F3
Complementary color
Monochromatic Colors of #C7B3F3
Black with #C7B3F3
Text Example
Text Example
White with #C7B3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3F3; }
p { color: rgb(199,179,243); }
H1.HeaderClassName
{
color: #C7B3F3;
}
.AnyTagClassName
{
color: #C7B3F3;
}
</style>
background-color css
<style>
a { background-color: #C7B3F3; }
a { background-color: rgb(199,179,243); }
div.DivClassName
{
background-color: #C7B3F3;
}
.BgClassName
{
background-color: #C7B3F3;
}
</style>
border-color css
<style>
span { border-color: #C7B3F3; }
span { border-color: rgb(199,179,243); }
td.TdClassName
{
border-color: #C7B3F3;
}
.TagClassName
{
border-color: #C7B3F3;
}
</style>