Shades of Melrose #C8B2FF
Tints of Melrose #C8B2FF
RGB
CMYK
RGB Variations
Color information
#C8B2FF (or 0xC8B2FF) is known color: Melrose. HEX triplet: C8, B2 and FF. RGB value is (200,178,255). Sum of RGB (Red+Green+Blue) = 200+178+255=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B2FF is #374D00. Grayscale: #C1C1C1. Windows color (decimal): -3624193 or 16757448. OLE color: 16757448.
HSL color Cylindrical-coordinate representation of color #C8B2FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B2FF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 178 | 255 | - |
| CMYK | 0.22 | 0.30 | 0 | 0 |
| HSL | 257.14º | 1% | 0.85% | - |
| HSV(B) | 257.14º | 0.3% | 1% | - |
| XYZ | 57.79 | 51.34 | 101.47 | - |
| YUV | 193.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 255 | 0.22 | 0.30 | 0 | 0 | 257.14 | 1 | 0.85 |
| Hex | C8 | B2 | FF | 16 | 1E | 0 | 0 | 101 | 64 | 55 |
| Octal | 310 | 262 | 377 | 26 | 36 | 0 | 0 | 401 | 144 | 125 |
| Binary | 11001000 | 10110010 | 11111111 | 10110 | 11110 | 0 | 0 | 100000001 | 1100100 | 1010101 |
Color Harmonies of #C8B2FF
Complementary color
Monochromatic Colors of #C8B2FF
Black with #C8B2FF
Text Example
Text Example
White with #C8B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2FF; }
p { color: rgb(200,178,255); }
H1.HeaderClassName
{
color: #C8B2FF;
}
.AnyTagClassName
{
color: #C8B2FF;
}
</style>
background-color css
<style>
a { background-color: #C8B2FF; }
a { background-color: rgb(200,178,255); }
div.DivClassName
{
background-color: #C8B2FF;
}
.BgClassName
{
background-color: #C8B2FF;
}
</style>
border-color css
<style>
span { border-color: #C8B2FF; }
span { border-color: rgb(200,178,255); }
td.TdClassName
{
border-color: #C8B2FF;
}
.TagClassName
{
border-color: #C8B2FF;
}
</style>