Shades of Melrose #C7B0F2
Tints of Melrose #C7B0F2
RGB
CMYK
RGB Variations
Color information
#C7B0F2 (or 0xC7B0F2) is known color: Melrose. HEX triplet: C7, B0 and F2. RGB value is (199,176,242). Sum of RGB (Red+Green+Blue) = 199+176+242=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7B0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0F2 is #384F0D. Grayscale: #BEBEBE. Windows color (decimal): -3690254 or 15904967. OLE color: 15904967.
HSL color Cylindrical-coordinate representation of color #C7B0F2: hue angle of 260.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7B0F2 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 176 | 242 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.05 |
| HSL | 260.91º | 0.72% | 0.82% | - |
| HSV(B) | 260.91º | 0.27% | 0.95% | - |
| XYZ | 55.11 | 49.6 | 90.67 | - |
| YUV | 190.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 242 | 0.18 | 0.27 | 0 | 0.05 | 260.91 | 0.72 | 0.82 |
| Hex | C7 | B0 | F2 | 12 | 1B | 0 | 5 | 105 | 48 | 52 |
| Octal | 307 | 260 | 362 | 22 | 33 | 0 | 5 | 405 | 110 | 122 |
| Binary | 11000111 | 10110000 | 11110010 | 10010 | 11011 | 0 | 101 | 100000101 | 1001000 | 1010010 |
Color Harmonies of #C7B0F2
Complementary color
Monochromatic Colors of #C7B0F2
Black with #C7B0F2
Text Example
Text Example
White with #C7B0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0F2; }
p { color: rgb(199,176,242); }
H1.HeaderClassName
{
color: #C7B0F2;
}
.AnyTagClassName
{
color: #C7B0F2;
}
</style>
background-color css
<style>
a { background-color: #C7B0F2; }
a { background-color: rgb(199,176,242); }
div.DivClassName
{
background-color: #C7B0F2;
}
.BgClassName
{
background-color: #C7B0F2;
}
</style>
border-color css
<style>
span { border-color: #C7B0F2; }
span { border-color: rgb(199,176,242); }
td.TdClassName
{
border-color: #C7B0F2;
}
.TagClassName
{
border-color: #C7B0F2;
}
</style>