Shades of Melrose #C8B2FC
Tints of Melrose #C8B2FC
RGB
CMYK
RGB Variations
Color information
#C8B2FC (or 0xC8B2FC) is known color: Melrose. HEX triplet: C8, B2 and FC. RGB value is (200,178,252). Sum of RGB (Red+Green+Blue) = 200+178+252=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B2FC is #374D03. Grayscale: #C0C0C0. Windows color (decimal): -3624196 or 16560840. OLE color: 16560840.
HSL color Cylindrical-coordinate representation of color #C8B2FC: hue angle of 257.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B2FC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 178 | 252 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.01 |
| HSL | 257.84º | 0.93% | 0.84% | - |
| HSV(B) | 257.84º | 0.29% | 0.99% | - |
| XYZ | 57.31 | 51.15 | 98.95 | - |
| YUV | 193.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 252 | 0.21 | 0.29 | 0 | 0.01 | 257.84 | 0.93 | 0.84 |
| Hex | C8 | B2 | FC | 15 | 1D | 0 | 1 | 102 | 5C | 54 |
| Octal | 310 | 262 | 374 | 25 | 35 | 0 | 1 | 402 | 134 | 124 |
| Binary | 11001000 | 10110010 | 11111100 | 10101 | 11101 | 0 | 1 | 100000010 | 1011100 | 1010100 |
Color Harmonies of #C8B2FC
Complementary color
Monochromatic Colors of #C8B2FC
Black with #C8B2FC
Text Example
Text Example
White with #C8B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2FC; }
p { color: rgb(200,178,252); }
H1.HeaderClassName
{
color: #C8B2FC;
}
.AnyTagClassName
{
color: #C8B2FC;
}
</style>
background-color css
<style>
a { background-color: #C8B2FC; }
a { background-color: rgb(200,178,252); }
div.DivClassName
{
background-color: #C8B2FC;
}
.BgClassName
{
background-color: #C8B2FC;
}
</style>
border-color css
<style>
span { border-color: #C8B2FC; }
span { border-color: rgb(200,178,252); }
td.TdClassName
{
border-color: #C8B2FC;
}
.TagClassName
{
border-color: #C8B2FC;
}
</style>