Shades of Melrose #C7B2FB
Tints of Melrose #C7B2FB
RGB
CMYK
RGB Variations
Color information
#C7B2FB (or 0xC7B2FB) is known color: Melrose. HEX triplet: C7, B2 and FB. RGB value is (199,178,251). Sum of RGB (Red+Green+Blue) = 199+178+251=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7B2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B2FB is #384D04. Grayscale: #C0C0C0. Windows color (decimal): -3689733 or 16495303. OLE color: 16495303.
HSL color Cylindrical-coordinate representation of color #C7B2FB: hue angle of 257.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7B2FB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 178 | 251 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.02 |
| HSL | 257.26º | 0.9% | 0.84% | - |
| HSV(B) | 257.26º | 0.29% | 0.98% | - |
| XYZ | 56.89 | 50.95 | 98.1 | - |
| YUV | 192.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 251 | 0.21 | 0.29 | 0 | 0.02 | 257.26 | 0.9 | 0.84 |
| Hex | C7 | B2 | FB | 15 | 1D | 0 | 2 | 101 | 5A | 54 |
| Octal | 307 | 262 | 373 | 25 | 35 | 0 | 2 | 401 | 132 | 124 |
| Binary | 11000111 | 10110010 | 11111011 | 10101 | 11101 | 0 | 10 | 100000001 | 1011010 | 1010100 |
Color Harmonies of #C7B2FB
Complementary color
Monochromatic Colors of #C7B2FB
Black with #C7B2FB
Text Example
Text Example
White with #C7B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2FB; }
p { color: rgb(199,178,251); }
H1.HeaderClassName
{
color: #C7B2FB;
}
.AnyTagClassName
{
color: #C7B2FB;
}
</style>
background-color css
<style>
a { background-color: #C7B2FB; }
a { background-color: rgb(199,178,251); }
div.DivClassName
{
background-color: #C7B2FB;
}
.BgClassName
{
background-color: #C7B2FB;
}
</style>
border-color css
<style>
span { border-color: #C7B2FB; }
span { border-color: rgb(199,178,251); }
td.TdClassName
{
border-color: #C7B2FB;
}
.TagClassName
{
border-color: #C7B2FB;
}
</style>