Shades of Melrose #C8B4F0
Tints of Melrose #C8B4F0
RGB
CMYK
RGB Variations
Color information
#C8B4F0 (or 0xC8B4F0) is known color: Melrose. HEX triplet: C8, B4 and F0. RGB value is (200,180,240). Sum of RGB (Red+Green+Blue) = 200+180+240=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8B4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4F0 is #374B0F. Grayscale: #C0C0C0. Windows color (decimal): -3623696 or 15774920. OLE color: 15774920.
HSL color Cylindrical-coordinate representation of color #C8B4F0: hue angle of 260º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B4F0 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 180 | 240 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.06 |
| HSL | 260º | 0.67% | 0.82% | - |
| HSV(B) | 260º | 0.25% | 0.94% | - |
| XYZ | 55.87 | 51.21 | 89.38 | - |
| YUV | 192.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 240 | 0.17 | 0.25 | 0 | 0.06 | 260 | 0.67 | 0.82 |
| Hex | C8 | B4 | F0 | 11 | 19 | 0 | 6 | 104 | 43 | 52 |
| Octal | 310 | 264 | 360 | 21 | 31 | 0 | 6 | 404 | 103 | 122 |
| Binary | 11001000 | 10110100 | 11110000 | 10001 | 11001 | 0 | 110 | 100000100 | 1000011 | 1010010 |
Color Harmonies of #C8B4F0
Complementary color
Monochromatic Colors of #C8B4F0
Black with #C8B4F0
Text Example
Text Example
White with #C8B4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B4F0; }
p { color: rgb(200,180,240); }
H1.HeaderClassName
{
color: #C8B4F0;
}
.AnyTagClassName
{
color: #C8B4F0;
}
</style>
background-color css
<style>
a { background-color: #C8B4F0; }
a { background-color: rgb(200,180,240); }
div.DivClassName
{
background-color: #C8B4F0;
}
.BgClassName
{
background-color: #C8B4F0;
}
</style>
border-color css
<style>
span { border-color: #C8B4F0; }
span { border-color: rgb(200,180,240); }
td.TdClassName
{
border-color: #C8B4F0;
}
.TagClassName
{
border-color: #C8B4F0;
}
</style>