Shades of Melrose #C8B1FC
Tints of Melrose #C8B1FC
RGB
CMYK
RGB Variations
Color information
#C8B1FC (or 0xC8B1FC) is known color: Melrose. HEX triplet: C8, B1 and FC. RGB value is (200,177,252). Sum of RGB (Red+Green+Blue) = 200+177+252=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B1FC is #374E03. Grayscale: #C0C0C0. Windows color (decimal): -3624452 or 16560584. OLE color: 16560584.
HSL color Cylindrical-coordinate representation of color #C8B1FC: hue angle of 258.4º degrees, saturation: 0.93, 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 #C8B1FC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 177 | 252 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.01 |
| HSL | 258.4º | 0.93% | 0.84% | - |
| HSV(B) | 258.4º | 0.3% | 0.99% | - |
| XYZ | 57.11 | 50.75 | 98.88 | - |
| YUV | 192.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 252 | 0.21 | 0.30 | 0 | 0.01 | 258.4 | 0.93 | 0.84 |
| Hex | C8 | B1 | FC | 15 | 1E | 0 | 1 | 102 | 5D | 54 |
| Octal | 310 | 261 | 374 | 25 | 36 | 0 | 1 | 402 | 135 | 124 |
| Binary | 11001000 | 10110001 | 11111100 | 10101 | 11110 | 0 | 1 | 100000010 | 1011101 | 1010100 |
Color Harmonies of #C8B1FC
Complementary color
Monochromatic Colors of #C8B1FC
Black with #C8B1FC
Text Example
Text Example
White with #C8B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1FC; }
p { color: rgb(200,177,252); }
H1.HeaderClassName
{
color: #C8B1FC;
}
.AnyTagClassName
{
color: #C8B1FC;
}
</style>
background-color css
<style>
a { background-color: #C8B1FC; }
a { background-color: rgb(200,177,252); }
div.DivClassName
{
background-color: #C8B1FC;
}
.BgClassName
{
background-color: #C8B1FC;
}
</style>
border-color css
<style>
span { border-color: #C8B1FC; }
span { border-color: rgb(200,177,252); }
td.TdClassName
{
border-color: #C8B1FC;
}
.TagClassName
{
border-color: #C8B1FC;
}
</style>