Shades of Melrose #C3B0FF
Tints of Melrose #C3B0FF
RGB
CMYK
RGB Variations
Color information
#C3B0FF (or 0xC3B0FF) is known color: Melrose. HEX triplet: C3, B0 and FF. RGB value is (195,176,255). Sum of RGB (Red+Green+Blue) = 195+176+255=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B0FF is #3C4F00. Grayscale: #BEBEBE. Windows color (decimal): -3952385 or 16756931. OLE color: 16756931.
HSL color Cylindrical-coordinate representation of color #C3B0FF: hue angle of 254.43º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3B0FF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 176 | 255 | - |
| CMYK | 0.24 | 0.31 | 0 | 0 |
| HSL | 254.43º | 1% | 0.85% | - |
| HSV(B) | 254.43º | 0.31% | 1% | - |
| XYZ | 56.08 | 49.87 | 101.28 | - |
| YUV | 190.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 255 | 0.24 | 0.31 | 0 | 0 | 254.43 | 1 | 0.85 |
| Hex | C3 | B0 | FF | 18 | 1F | 0 | 0 | FE | 64 | 55 |
| Octal | 303 | 260 | 377 | 30 | 37 | 0 | 0 | 376 | 144 | 125 |
| Binary | 11000011 | 10110000 | 11111111 | 11000 | 11111 | 0 | 0 | 11111110 | 1100100 | 1010101 |
Color Harmonies of #C3B0FF
Complementary color
Monochromatic Colors of #C3B0FF
Black with #C3B0FF
Text Example
Text Example
White with #C3B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0FF; }
p { color: rgb(195,176,255); }
H1.HeaderClassName
{
color: #C3B0FF;
}
.AnyTagClassName
{
color: #C3B0FF;
}
</style>
background-color css
<style>
a { background-color: #C3B0FF; }
a { background-color: rgb(195,176,255); }
div.DivClassName
{
background-color: #C3B0FF;
}
.BgClassName
{
background-color: #C3B0FF;
}
</style>
border-color css
<style>
span { border-color: #C3B0FF; }
span { border-color: rgb(195,176,255); }
td.TdClassName
{
border-color: #C3B0FF;
}
.TagClassName
{
border-color: #C3B0FF;
}
</style>