Shades of Melrose #C7B2FA
Tints of Melrose #C7B2FA
RGB
CMYK
RGB Variations
Color information
#C7B2FA (or 0xC7B2FA) is known color: Melrose. HEX triplet: C7, B2 and FA. RGB value is (199,178,250). Sum of RGB (Red+Green+Blue) = 199+178+250=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B2FA is #384D05. Grayscale: #C0C0C0. Windows color (decimal): -3689734 or 16429767. OLE color: 16429767.
HSL color Cylindrical-coordinate representation of color #C7B2FA: hue angle of 257.5º degrees, saturation: 0.88, 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 #C7B2FA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 178 | 250 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.02 |
| HSL | 257.5º | 0.88% | 0.84% | - |
| HSV(B) | 257.5º | 0.29% | 0.98% | - |
| XYZ | 56.73 | 50.89 | 97.27 | - |
| YUV | 192.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 250 | 0.20 | 0.29 | 0 | 0.02 | 257.5 | 0.88 | 0.84 |
| Hex | C7 | B2 | FA | 14 | 1D | 0 | 2 | 102 | 58 | 54 |
| Octal | 307 | 262 | 372 | 24 | 35 | 0 | 2 | 402 | 130 | 124 |
| Binary | 11000111 | 10110010 | 11111010 | 10100 | 11101 | 0 | 10 | 100000010 | 1011000 | 1010100 |
Color Harmonies of #C7B2FA
Complementary color
Monochromatic Colors of #C7B2FA
Black with #C7B2FA
Text Example
Text Example
White with #C7B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2FA; }
p { color: rgb(199,178,250); }
H1.HeaderClassName
{
color: #C7B2FA;
}
.AnyTagClassName
{
color: #C7B2FA;
}
</style>
background-color css
<style>
a { background-color: #C7B2FA; }
a { background-color: rgb(199,178,250); }
div.DivClassName
{
background-color: #C7B2FA;
}
.BgClassName
{
background-color: #C7B2FA;
}
</style>
border-color css
<style>
span { border-color: #C7B2FA; }
span { border-color: rgb(199,178,250); }
td.TdClassName
{
border-color: #C7B2FA;
}
.TagClassName
{
border-color: #C7B2FA;
}
</style>