Shades of Melrose #C0A8FB
Tints of Melrose #C0A8FB
RGB
CMYK
RGB Variations
Color information
#C0A8FB (or 0xC0A8FB) is known color: Melrose. HEX triplet: C0, A8 and FB. RGB value is (192,168,251). Sum of RGB (Red+Green+Blue) = 192+168+251=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A8FB is #3F5704. Grayscale: #B8B8B8. Windows color (decimal): -4151045 or 16492736. OLE color: 16492736.
HSL color Cylindrical-coordinate representation of color #C0A8FB: hue angle of 257.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0A8FB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 168 | 251 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.02 |
| HSL | 257.35º | 0.91% | 0.82% | - |
| HSV(B) | 257.35º | 0.33% | 0.98% | - |
| XYZ | 53.15 | 46.18 | 97.38 | - |
| YUV | 184.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 251 | 0.24 | 0.33 | 0 | 0.02 | 257.35 | 0.91 | 0.82 |
| Hex | C0 | A8 | FB | 18 | 21 | 0 | 2 | 101 | 5B | 52 |
| Octal | 300 | 250 | 373 | 30 | 41 | 0 | 2 | 401 | 133 | 122 |
| Binary | 11000000 | 10101000 | 11111011 | 11000 | 100001 | 0 | 10 | 100000001 | 1011011 | 1010010 |
Color Harmonies of #C0A8FB
Complementary color
Monochromatic Colors of #C0A8FB
Black with #C0A8FB
Text Example
Text Example
White with #C0A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8FB; }
p { color: rgb(192,168,251); }
H1.HeaderClassName
{
color: #C0A8FB;
}
.AnyTagClassName
{
color: #C0A8FB;
}
</style>
background-color css
<style>
a { background-color: #C0A8FB; }
a { background-color: rgb(192,168,251); }
div.DivClassName
{
background-color: #C0A8FB;
}
.BgClassName
{
background-color: #C0A8FB;
}
</style>
border-color css
<style>
span { border-color: #C0A8FB; }
span { border-color: rgb(192,168,251); }
td.TdClassName
{
border-color: #C0A8FB;
}
.TagClassName
{
border-color: #C0A8FB;
}
</style>