Shades of Melrose #C7B5FC
Tints of Melrose #C7B5FC
RGB
CMYK
RGB Variations
Color information
#C7B5FC (or 0xC7B5FC) is known color: Melrose. HEX triplet: C7, B5 and FC. RGB value is (199,181,252). Sum of RGB (Red+Green+Blue) = 199+181+252=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5FC is #384A03. Grayscale: #C2C2C2. Windows color (decimal): -3688964 or 16561607. OLE color: 16561607.
HSL color Cylindrical-coordinate representation of color #C7B5FC: hue angle of 255.21º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B5FC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 181 | 252 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.01 |
| HSL | 255.21º | 0.92% | 0.85% | - |
| HSV(B) | 255.21º | 0.28% | 0.99% | - |
| XYZ | 57.65 | 52.22 | 99.14 | - |
| YUV | 194.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 252 | 0.21 | 0.28 | 0 | 0.01 | 255.21 | 0.92 | 0.85 |
| Hex | C7 | B5 | FC | 15 | 1C | 0 | 1 | FF | 5C | 55 |
| Octal | 307 | 265 | 374 | 25 | 34 | 0 | 1 | 377 | 134 | 125 |
| Binary | 11000111 | 10110101 | 11111100 | 10101 | 11100 | 0 | 1 | 11111111 | 1011100 | 1010101 |
Color Harmonies of #C7B5FC
Complementary color
Monochromatic Colors of #C7B5FC
Black with #C7B5FC
Text Example
Text Example
White with #C7B5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5FC; }
p { color: rgb(199,181,252); }
H1.HeaderClassName
{
color: #C7B5FC;
}
.AnyTagClassName
{
color: #C7B5FC;
}
</style>
background-color css
<style>
a { background-color: #C7B5FC; }
a { background-color: rgb(199,181,252); }
div.DivClassName
{
background-color: #C7B5FC;
}
.BgClassName
{
background-color: #C7B5FC;
}
</style>
border-color css
<style>
span { border-color: #C7B5FC; }
span { border-color: rgb(199,181,252); }
td.TdClassName
{
border-color: #C7B5FC;
}
.TagClassName
{
border-color: #C7B5FC;
}
</style>