Shades of Melrose #C8B1F3
Tints of Melrose #C8B1F3
RGB
CMYK
RGB Variations
Color information
#C8B1F3 (or 0xC8B1F3) is known color: Melrose. HEX triplet: C8, B1 and F3. RGB value is (200,177,243). Sum of RGB (Red+Green+Blue) = 200+177+243=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8B1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B1F3 is #374E0C. Grayscale: #BFBFBF. Windows color (decimal): -3624461 or 15970760. OLE color: 15970760.
HSL color Cylindrical-coordinate representation of color #C8B1F3: hue angle of 260.91º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B1F3 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 177 | 243 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.05 |
| HSL | 260.91º | 0.73% | 0.82% | - |
| HSV(B) | 260.91º | 0.27% | 0.95% | - |
| XYZ | 55.72 | 50.19 | 91.55 | - |
| YUV | 191.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 243 | 0.18 | 0.27 | 0 | 0.05 | 260.91 | 0.73 | 0.82 |
| Hex | C8 | B1 | F3 | 12 | 1B | 0 | 5 | 105 | 49 | 52 |
| Octal | 310 | 261 | 363 | 22 | 33 | 0 | 5 | 405 | 111 | 122 |
| Binary | 11001000 | 10110001 | 11110011 | 10010 | 11011 | 0 | 101 | 100000101 | 1001001 | 1010010 |
Color Harmonies of #C8B1F3
Complementary color
Monochromatic Colors of #C8B1F3
Black with #C8B1F3
Text Example
Text Example
White with #C8B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1F3; }
p { color: rgb(200,177,243); }
H1.HeaderClassName
{
color: #C8B1F3;
}
.AnyTagClassName
{
color: #C8B1F3;
}
</style>
background-color css
<style>
a { background-color: #C8B1F3; }
a { background-color: rgb(200,177,243); }
div.DivClassName
{
background-color: #C8B1F3;
}
.BgClassName
{
background-color: #C8B1F3;
}
</style>
border-color css
<style>
span { border-color: #C8B1F3; }
span { border-color: rgb(200,177,243); }
td.TdClassName
{
border-color: #C8B1F3;
}
.TagClassName
{
border-color: #C8B1F3;
}
</style>