Shades of Melrose #C0A5FF
Tints of Melrose #C0A5FF
RGB
CMYK
RGB Variations
Color information
#C0A5FF (or 0xC0A5FF) is known color: Melrose. HEX triplet: C0, A5 and FF. RGB value is (192,165,255). Sum of RGB (Red+Green+Blue) = 192+165+255=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A5FF is #3F5A00. Grayscale: #B7B7B7. Windows color (decimal): -4151809 or 16754112. OLE color: 16754112.
HSL color Cylindrical-coordinate representation of color #C0A5FF: hue angle of 258º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A5FF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 165 | 255 | - |
| CMYK | 0.25 | 0.35 | 0 | 0 |
| HSL | 258º | 1% | 0.82% | - |
| HSV(B) | 258º | 0.35% | 1% | - |
| XYZ | 53.24 | 45.34 | 100.55 | - |
| YUV | 183.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 255 | 0.25 | 0.35 | 0 | 0 | 258 | 1 | 0.82 |
| Hex | C0 | A5 | FF | 19 | 23 | 0 | 0 | 102 | 64 | 52 |
| Octal | 300 | 245 | 377 | 31 | 43 | 0 | 0 | 402 | 144 | 122 |
| Binary | 11000000 | 10100101 | 11111111 | 11001 | 100011 | 0 | 0 | 100000010 | 1100100 | 1010010 |
Color Harmonies of #C0A5FF
Complementary color
Monochromatic Colors of #C0A5FF
Black with #C0A5FF
Text Example
Text Example
White with #C0A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5FF; }
p { color: rgb(192,165,255); }
H1.HeaderClassName
{
color: #C0A5FF;
}
.AnyTagClassName
{
color: #C0A5FF;
}
</style>
background-color css
<style>
a { background-color: #C0A5FF; }
a { background-color: rgb(192,165,255); }
div.DivClassName
{
background-color: #C0A5FF;
}
.BgClassName
{
background-color: #C0A5FF;
}
</style>
border-color css
<style>
span { border-color: #C0A5FF; }
span { border-color: rgb(192,165,255); }
td.TdClassName
{
border-color: #C0A5FF;
}
.TagClassName
{
border-color: #C0A5FF;
}
</style>