Shades of Melrose #C0A7F8
Tints of Melrose #C0A7F8
RGB
CMYK
RGB Variations
Color information
#C0A7F8 (or 0xC0A7F8) is known color: Melrose. HEX triplet: C0, A7 and F8. RGB value is (192,167,248). Sum of RGB (Red+Green+Blue) = 192+167+248=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0A7F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A7F8 is #3F5807. Grayscale: #B7B7B7. Windows color (decimal): -4151304 or 16295872. OLE color: 16295872.
HSL color Cylindrical-coordinate representation of color #C0A7F8: hue angle of 258.52º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0A7F8 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 167 | 248 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.03 |
| HSL | 258.52º | 0.85% | 0.81% | - |
| HSV(B) | 258.52º | 0.33% | 0.97% | - |
| XYZ | 52.5 | 45.62 | 94.85 | - |
| YUV | 183.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 248 | 0.23 | 0.33 | 0 | 0.03 | 258.52 | 0.85 | 0.81 |
| Hex | C0 | A7 | F8 | 17 | 21 | 0 | 3 | 103 | 55 | 51 |
| Octal | 300 | 247 | 370 | 27 | 41 | 0 | 3 | 403 | 125 | 121 |
| Binary | 11000000 | 10100111 | 11111000 | 10111 | 100001 | 0 | 11 | 100000011 | 1010101 | 1010001 |
Color Harmonies of #C0A7F8
Complementary color
Monochromatic Colors of #C0A7F8
Black with #C0A7F8
Text Example
Text Example
White with #C0A7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7F8; }
p { color: rgb(192,167,248); }
H1.HeaderClassName
{
color: #C0A7F8;
}
.AnyTagClassName
{
color: #C0A7F8;
}
</style>
background-color css
<style>
a { background-color: #C0A7F8; }
a { background-color: rgb(192,167,248); }
div.DivClassName
{
background-color: #C0A7F8;
}
.BgClassName
{
background-color: #C0A7F8;
}
</style>
border-color css
<style>
span { border-color: #C0A7F8; }
span { border-color: rgb(192,167,248); }
td.TdClassName
{
border-color: #C0A7F8;
}
.TagClassName
{
border-color: #C0A7F8;
}
</style>