Shades of Melrose #C7B0FD
Tints of Melrose #C7B0FD
RGB
CMYK
RGB Variations
Color information
#C7B0FD (or 0xC7B0FD) is known color: Melrose. HEX triplet: C7, B0 and FD. RGB value is (199,176,253). Sum of RGB (Red+Green+Blue) = 199+176+253=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0FD is #384F02. Grayscale: #BFBFBF. Windows color (decimal): -3690243 or 16625863. OLE color: 16625863.
HSL color Cylindrical-coordinate representation of color #C7B0FD: hue angle of 257.92º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B0FD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 176 | 253 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.01 |
| HSL | 257.92º | 0.95% | 0.84% | - |
| HSV(B) | 257.92º | 0.3% | 0.99% | - |
| XYZ | 56.81 | 50.28 | 99.64 | - |
| YUV | 191.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 253 | 0.21 | 0.30 | 0 | 0.01 | 257.92 | 0.95 | 0.84 |
| Hex | C7 | B0 | FD | 15 | 1E | 0 | 1 | 102 | 5F | 54 |
| Octal | 307 | 260 | 375 | 25 | 36 | 0 | 1 | 402 | 137 | 124 |
| Binary | 11000111 | 10110000 | 11111101 | 10101 | 11110 | 0 | 1 | 100000010 | 1011111 | 1010100 |
Color Harmonies of #C7B0FD
Complementary color
Monochromatic Colors of #C7B0FD
Black with #C7B0FD
Text Example
Text Example
White with #C7B0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0FD; }
p { color: rgb(199,176,253); }
H1.HeaderClassName
{
color: #C7B0FD;
}
.AnyTagClassName
{
color: #C7B0FD;
}
</style>
background-color css
<style>
a { background-color: #C7B0FD; }
a { background-color: rgb(199,176,253); }
div.DivClassName
{
background-color: #C7B0FD;
}
.BgClassName
{
background-color: #C7B0FD;
}
</style>
border-color css
<style>
span { border-color: #C7B0FD; }
span { border-color: rgb(199,176,253); }
td.TdClassName
{
border-color: #C7B0FD;
}
.TagClassName
{
border-color: #C7B0FD;
}
</style>