Shades of Melrose #C3B0EF
Tints of Melrose #C3B0EF
RGB
CMYK
RGB Variations
Color information
#C3B0EF (or 0xC3B0EF) is known color: Melrose. HEX triplet: C3, B0 and EF. RGB value is (195,176,239). Sum of RGB (Red+Green+Blue) = 195+176+239=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B0EF is #3C4F10. Grayscale: #BCBCBC. Windows color (decimal): -3952401 or 15708355. OLE color: 15708355.
HSL color Cylindrical-coordinate representation of color #C3B0EF: hue angle of 258.1º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3B0EF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 176 | 239 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.06 |
| HSL | 258.1º | 0.66% | 0.81% | - |
| HSV(B) | 258.1º | 0.26% | 0.94% | - |
| XYZ | 53.61 | 48.88 | 88.27 | - |
| YUV | 188.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 239 | 0.18 | 0.26 | 0 | 0.06 | 258.1 | 0.66 | 0.81 |
| Hex | C3 | B0 | EF | 12 | 1A | 0 | 6 | 102 | 42 | 51 |
| Octal | 303 | 260 | 357 | 22 | 32 | 0 | 6 | 402 | 102 | 121 |
| Binary | 11000011 | 10110000 | 11101111 | 10010 | 11010 | 0 | 110 | 100000010 | 1000010 | 1010001 |
Color Harmonies of #C3B0EF
Complementary color
Monochromatic Colors of #C3B0EF
Black with #C3B0EF
Text Example
Text Example
White with #C3B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0EF; }
p { color: rgb(195,176,239); }
H1.HeaderClassName
{
color: #C3B0EF;
}
.AnyTagClassName
{
color: #C3B0EF;
}
</style>
background-color css
<style>
a { background-color: #C3B0EF; }
a { background-color: rgb(195,176,239); }
div.DivClassName
{
background-color: #C3B0EF;
}
.BgClassName
{
background-color: #C3B0EF;
}
</style>
border-color css
<style>
span { border-color: #C3B0EF; }
span { border-color: rgb(195,176,239); }
td.TdClassName
{
border-color: #C3B0EF;
}
.TagClassName
{
border-color: #C3B0EF;
}
</style>