Shades of Melrose #C8B3FC
Tints of Melrose #C8B3FC
RGB
CMYK
RGB Variations
Color information
#C8B3FC (or 0xC8B3FC) is known color: Melrose. HEX triplet: C8, B3 and FC. RGB value is (200,179,252). Sum of RGB (Red+Green+Blue) = 200+179+252=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3FC is #374C03. Grayscale: #C1C1C1. Windows color (decimal): -3623940 or 16561096. OLE color: 16561096.
HSL color Cylindrical-coordinate representation of color #C8B3FC: hue angle of 257.26º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B3FC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 179 | 252 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.01 |
| HSL | 257.26º | 0.92% | 0.85% | - |
| HSV(B) | 257.26º | 0.29% | 0.99% | - |
| XYZ | 57.51 | 51.55 | 99.01 | - |
| YUV | 193.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 252 | 0.21 | 0.29 | 0 | 0.01 | 257.26 | 0.92 | 0.85 |
| Hex | C8 | B3 | FC | 15 | 1D | 0 | 1 | 101 | 5C | 55 |
| Octal | 310 | 263 | 374 | 25 | 35 | 0 | 1 | 401 | 134 | 125 |
| Binary | 11001000 | 10110011 | 11111100 | 10101 | 11101 | 0 | 1 | 100000001 | 1011100 | 1010101 |
Color Harmonies of #C8B3FC
Complementary color
Monochromatic Colors of #C8B3FC
Black with #C8B3FC
Text Example
Text Example
White with #C8B3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3FC; }
p { color: rgb(200,179,252); }
H1.HeaderClassName
{
color: #C8B3FC;
}
.AnyTagClassName
{
color: #C8B3FC;
}
</style>
background-color css
<style>
a { background-color: #C8B3FC; }
a { background-color: rgb(200,179,252); }
div.DivClassName
{
background-color: #C8B3FC;
}
.BgClassName
{
background-color: #C8B3FC;
}
</style>
border-color css
<style>
span { border-color: #C8B3FC; }
span { border-color: rgb(200,179,252); }
td.TdClassName
{
border-color: #C8B3FC;
}
.TagClassName
{
border-color: #C8B3FC;
}
</style>