Shades of Melrose #C7B2FE
Tints of Melrose #C7B2FE
RGB
CMYK
RGB Variations
Color information
#C7B2FE (or 0xC7B2FE) is known color: Melrose. HEX triplet: C7, B2 and FE. RGB value is (199,178,254). Sum of RGB (Red+Green+Blue) = 199+178+254=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B2FE is #384D01. Grayscale: #C0C0C0. Windows color (decimal): -3689730 or 16691911. OLE color: 16691911.
HSL color Cylindrical-coordinate representation of color #C7B2FE: hue angle of 256.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B2FE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 178 | 254 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.00 |
| HSL | 256.58º | 0.97% | 0.85% | - |
| HSV(B) | 256.58º | 0.3% | 1% | - |
| XYZ | 57.36 | 51.14 | 100.61 | - |
| YUV | 192.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 254 | 0.22 | 0.30 | 0 | 0.00 | 256.58 | 0.97 | 0.85 |
| Hex | C7 | B2 | FE | 16 | 1E | 0 | 0 | 101 | 61 | 55 |
| Octal | 307 | 262 | 376 | 26 | 36 | 0 | 0 | 401 | 141 | 125 |
| Binary | 11000111 | 10110010 | 11111110 | 10110 | 11110 | 0 | 0 | 100000001 | 1100001 | 1010101 |
Color Harmonies of #C7B2FE
Complementary color
Monochromatic Colors of #C7B2FE
Black with #C7B2FE
Text Example
Text Example
White with #C7B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2FE; }
p { color: rgb(199,178,254); }
H1.HeaderClassName
{
color: #C7B2FE;
}
.AnyTagClassName
{
color: #C7B2FE;
}
</style>
background-color css
<style>
a { background-color: #C7B2FE; }
a { background-color: rgb(199,178,254); }
div.DivClassName
{
background-color: #C7B2FE;
}
.BgClassName
{
background-color: #C7B2FE;
}
</style>
border-color css
<style>
span { border-color: #C7B2FE; }
span { border-color: rgb(199,178,254); }
td.TdClassName
{
border-color: #C7B2FE;
}
.TagClassName
{
border-color: #C7B2FE;
}
</style>