Shades of Melrose #C8B0F9
Tints of Melrose #C8B0F9
RGB
CMYK
RGB Variations
Color information
#C8B0F9 (or 0xC8B0F9) is known color: Melrose. HEX triplet: C8, B0 and F9. RGB value is (200,176,249). Sum of RGB (Red+Green+Blue) = 200+176+249=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8B0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0F9 is #374F06. Grayscale: #BFBFBF. Windows color (decimal): -3624711 or 16363720. OLE color: 16363720.
HSL color Cylindrical-coordinate representation of color #C8B0F9: hue angle of 259.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B0F9 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 176 | 249 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.02 |
| HSL | 259.73º | 0.86% | 0.83% | - |
| HSV(B) | 259.73º | 0.29% | 0.98% | - |
| XYZ | 56.44 | 50.17 | 96.33 | - |
| YUV | 191.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 249 | 0.20 | 0.29 | 0 | 0.02 | 259.73 | 0.86 | 0.83 |
| Hex | C8 | B0 | F9 | 14 | 1D | 0 | 2 | 104 | 56 | 53 |
| Octal | 310 | 260 | 371 | 24 | 35 | 0 | 2 | 404 | 126 | 123 |
| Binary | 11001000 | 10110000 | 11111001 | 10100 | 11101 | 0 | 10 | 100000100 | 1010110 | 1010011 |
Color Harmonies of #C8B0F9
Complementary color
Monochromatic Colors of #C8B0F9
Black with #C8B0F9
Text Example
Text Example
White with #C8B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0F9; }
p { color: rgb(200,176,249); }
H1.HeaderClassName
{
color: #C8B0F9;
}
.AnyTagClassName
{
color: #C8B0F9;
}
</style>
background-color css
<style>
a { background-color: #C8B0F9; }
a { background-color: rgb(200,176,249); }
div.DivClassName
{
background-color: #C8B0F9;
}
.BgClassName
{
background-color: #C8B0F9;
}
</style>
border-color css
<style>
span { border-color: #C8B0F9; }
span { border-color: rgb(200,176,249); }
td.TdClassName
{
border-color: #C8B0F9;
}
.TagClassName
{
border-color: #C8B0F9;
}
</style>