Shades of Melrose #C7B7F8
Tints of Melrose #C7B7F8
RGB
CMYK
RGB Variations
Color information
#C7B7F8 (or 0xC7B7F8) is known color: Melrose. HEX triplet: C7, B7 and F8. RGB value is (199,183,248). Sum of RGB (Red+Green+Blue) = 199+183+248=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #C7B7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7F8 is #384807. Grayscale: #C2C2C2. Windows color (decimal): -3688456 or 16299975. OLE color: 16299975.
HSL color Cylindrical-coordinate representation of color #C7B7F8: hue angle of 254.77º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7B7F8 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 183 | 248 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.03 |
| HSL | 254.77º | 0.82% | 0.85% | - |
| HSV(B) | 254.77º | 0.26% | 0.97% | - |
| XYZ | 57.43 | 52.79 | 95.97 | - |
| YUV | 195.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 248 | 0.20 | 0.26 | 0 | 0.03 | 254.77 | 0.82 | 0.85 |
| Hex | C7 | B7 | F8 | 14 | 1A | 0 | 3 | FF | 52 | 55 |
| Octal | 307 | 267 | 370 | 24 | 32 | 0 | 3 | 377 | 122 | 125 |
| Binary | 11000111 | 10110111 | 11111000 | 10100 | 11010 | 0 | 11 | 11111111 | 1010010 | 1010101 |
Color Harmonies of #C7B7F8
Complementary color
Monochromatic Colors of #C7B7F8
Black with #C7B7F8
Text Example
Text Example
White with #C7B7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7F8; }
p { color: rgb(199,183,248); }
H1.HeaderClassName
{
color: #C7B7F8;
}
.AnyTagClassName
{
color: #C7B7F8;
}
</style>
background-color css
<style>
a { background-color: #C7B7F8; }
a { background-color: rgb(199,183,248); }
div.DivClassName
{
background-color: #C7B7F8;
}
.BgClassName
{
background-color: #C7B7F8;
}
</style>
border-color css
<style>
span { border-color: #C7B7F8; }
span { border-color: rgb(199,183,248); }
td.TdClassName
{
border-color: #C7B7F8;
}
.TagClassName
{
border-color: #C7B7F8;
}
</style>