Shades of Melrose #C8B5F5
Tints of Melrose #C8B5F5
RGB
CMYK
RGB Variations
Color information
#C8B5F5 (or 0xC8B5F5) is known color: Melrose. HEX triplet: C8, B5 and F5. RGB value is (200,181,245). Sum of RGB (Red+Green+Blue) = 200+181+245=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 245 - color contains mainly: blue. Hex color #C8B5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5F5 is #374A0A. Grayscale: #C1C1C1. Windows color (decimal): -3623435 or 16102856. OLE color: 16102856.
HSL color Cylindrical-coordinate representation of color #C8B5F5: hue angle of 257.81º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8B5F5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 181 | 245 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.04 |
| HSL | 257.81º | 0.76% | 0.84% | - |
| HSV(B) | 257.81º | 0.26% | 0.96% | - |
| XYZ | 56.82 | 51.92 | 93.41 | - |
| YUV | 193.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 245 | 0.18 | 0.26 | 0 | 0.04 | 257.81 | 0.76 | 0.84 |
| Hex | C8 | B5 | F5 | 12 | 1A | 0 | 4 | 102 | 4C | 54 |
| Octal | 310 | 265 | 365 | 22 | 32 | 0 | 4 | 402 | 114 | 124 |
| Binary | 11001000 | 10110101 | 11110101 | 10010 | 11010 | 0 | 100 | 100000010 | 1001100 | 1010100 |
Color Harmonies of #C8B5F5
Complementary color
Monochromatic Colors of #C8B5F5
Black with #C8B5F5
Text Example
Text Example
White with #C8B5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5F5; }
p { color: rgb(200,181,245); }
H1.HeaderClassName
{
color: #C8B5F5;
}
.AnyTagClassName
{
color: #C8B5F5;
}
</style>
background-color css
<style>
a { background-color: #C8B5F5; }
a { background-color: rgb(200,181,245); }
div.DivClassName
{
background-color: #C8B5F5;
}
.BgClassName
{
background-color: #C8B5F5;
}
</style>
border-color css
<style>
span { border-color: #C8B5F5; }
span { border-color: rgb(200,181,245); }
td.TdClassName
{
border-color: #C8B5F5;
}
.TagClassName
{
border-color: #C8B5F5;
}
</style>