Shades of Melrose #C3B0E8
Tints of Melrose #C3B0E8
RGB
CMYK
RGB Variations
Color information
#C3B0E8 (or 0xC3B0E8) is known color: Melrose. HEX triplet: C3, B0 and E8. RGB value is (195,176,232). Sum of RGB (Red+Green+Blue) = 195+176+232=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3B0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B0E8 is #3C4F17. Grayscale: #BBBBBB. Windows color (decimal): -3952408 or 15249603. OLE color: 15249603.
HSL color Cylindrical-coordinate representation of color #C3B0E8: hue angle of 260.36º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3B0E8 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 176 | 232 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.09 |
| HSL | 260.36º | 0.55% | 0.8% | - |
| HSV(B) | 260.36º | 0.24% | 0.91% | - |
| XYZ | 52.6 | 48.48 | 82.93 | - |
| YUV | 188.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 232 | 0.16 | 0.24 | 0 | 0.09 | 260.36 | 0.55 | 0.8 |
| Hex | C3 | B0 | E8 | 10 | 18 | 0 | 9 | 104 | 37 | 50 |
| Octal | 303 | 260 | 350 | 20 | 30 | 0 | 11 | 404 | 67 | 120 |
| Binary | 11000011 | 10110000 | 11101000 | 10000 | 11000 | 0 | 1001 | 100000100 | 110111 | 1010000 |
Color Harmonies of #C3B0E8
Complementary color
Monochromatic Colors of #C3B0E8
Black with #C3B0E8
Text Example
Text Example
White with #C3B0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0E8; }
p { color: rgb(195,176,232); }
H1.HeaderClassName
{
color: #C3B0E8;
}
.AnyTagClassName
{
color: #C3B0E8;
}
</style>
background-color css
<style>
a { background-color: #C3B0E8; }
a { background-color: rgb(195,176,232); }
div.DivClassName
{
background-color: #C3B0E8;
}
.BgClassName
{
background-color: #C3B0E8;
}
</style>
border-color css
<style>
span { border-color: #C3B0E8; }
span { border-color: rgb(195,176,232); }
td.TdClassName
{
border-color: #C3B0E8;
}
.TagClassName
{
border-color: #C3B0E8;
}
</style>