Shades of Melrose #C7BFF0
Tints of Melrose #C7BFF0
RGB
CMYK
RGB Variations
Color information
#C7BFF0 (or 0xC7BFF0) is known color: Melrose. HEX triplet: C7, BF and F0. RGB value is (199,191,240). Sum of RGB (Red+Green+Blue) = 199+191+240=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFF0 is #38400F. Grayscale: #C6C6C6. Windows color (decimal): -3686416 or 15777735. OLE color: 15777735.
HSL color Cylindrical-coordinate representation of color #C7BFF0: hue angle of 249.8º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BFF0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 191 | 240 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.06 |
| HSL | 249.8º | 0.62% | 0.85% | - |
| HSV(B) | 249.8º | 0.2% | 0.94% | - |
| XYZ | 57.91 | 55.69 | 90.14 | - |
| YUV | 198.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 240 | 0.17 | 0.20 | 0 | 0.06 | 249.8 | 0.62 | 0.85 |
| Hex | C7 | BF | F0 | 11 | 14 | 0 | 6 | FA | 3E | 55 |
| Octal | 307 | 277 | 360 | 21 | 24 | 0 | 6 | 372 | 76 | 125 |
| Binary | 11000111 | 10111111 | 11110000 | 10001 | 10100 | 0 | 110 | 11111010 | 111110 | 1010101 |
Color Harmonies of #C7BFF0
Complementary color
Monochromatic Colors of #C7BFF0
Black with #C7BFF0
Text Example
Text Example
White with #C7BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFF0; }
p { color: rgb(199,191,240); }
H1.HeaderClassName
{
color: #C7BFF0;
}
.AnyTagClassName
{
color: #C7BFF0;
}
</style>
background-color css
<style>
a { background-color: #C7BFF0; }
a { background-color: rgb(199,191,240); }
div.DivClassName
{
background-color: #C7BFF0;
}
.BgClassName
{
background-color: #C7BFF0;
}
</style>
border-color css
<style>
span { border-color: #C7BFF0; }
span { border-color: rgb(199,191,240); }
td.TdClassName
{
border-color: #C7BFF0;
}
.TagClassName
{
border-color: #C7BFF0;
}
</style>