Shades of Melrose #C0A7FA
Tints of Melrose #C0A7FA
RGB
CMYK
RGB Variations
Color information
#C0A7FA (or 0xC0A7FA) is known color: Melrose. HEX triplet: C0, A7 and FA. RGB value is (192,167,250). Sum of RGB (Red+Green+Blue) = 192+167+250=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A7FA is #3F5805. Grayscale: #B7B7B7. Windows color (decimal): -4151302 or 16426944. OLE color: 16426944.
HSL color Cylindrical-coordinate representation of color #C0A7FA: hue angle of 258.07º degrees, saturation: 0.89, 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 #C0A7FA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 167 | 250 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.02 |
| HSL | 258.07º | 0.89% | 0.82% | - |
| HSV(B) | 258.07º | 0.33% | 0.98% | - |
| XYZ | 52.81 | 45.75 | 96.49 | - |
| YUV | 183.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 250 | 0.23 | 0.33 | 0 | 0.02 | 258.07 | 0.89 | 0.82 |
| Hex | C0 | A7 | FA | 17 | 21 | 0 | 2 | 102 | 59 | 52 |
| Octal | 300 | 247 | 372 | 27 | 41 | 0 | 2 | 402 | 131 | 122 |
| Binary | 11000000 | 10100111 | 11111010 | 10111 | 100001 | 0 | 10 | 100000010 | 1011001 | 1010010 |
Color Harmonies of #C0A7FA
Complementary color
Monochromatic Colors of #C0A7FA
Black with #C0A7FA
Text Example
Text Example
White with #C0A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7FA; }
p { color: rgb(192,167,250); }
H1.HeaderClassName
{
color: #C0A7FA;
}
.AnyTagClassName
{
color: #C0A7FA;
}
</style>
background-color css
<style>
a { background-color: #C0A7FA; }
a { background-color: rgb(192,167,250); }
div.DivClassName
{
background-color: #C0A7FA;
}
.BgClassName
{
background-color: #C0A7FA;
}
</style>
border-color css
<style>
span { border-color: #C0A7FA; }
span { border-color: rgb(192,167,250); }
td.TdClassName
{
border-color: #C0A7FA;
}
.TagClassName
{
border-color: #C0A7FA;
}
</style>