Shades of Melrose #C0A8FE
Tints of Melrose #C0A8FE
RGB
CMYK
RGB Variations
Color information
#C0A8FE (or 0xC0A8FE) is known color: Melrose. HEX triplet: C0, A8 and FE. RGB value is (192,168,254). Sum of RGB (Red+Green+Blue) = 192+168+254=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A8FE is #3F5701. Grayscale: #B8B8B8. Windows color (decimal): -4151042 or 16689344. OLE color: 16689344.
HSL color Cylindrical-coordinate representation of color #C0A8FE: hue angle of 256.74º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0A8FE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 168 | 254 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.00 |
| HSL | 256.74º | 0.98% | 0.83% | - |
| HSV(B) | 256.74º | 0.34% | 1% | - |
| XYZ | 53.63 | 46.37 | 99.89 | - |
| YUV | 184.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 254 | 0.24 | 0.34 | 0 | 0.00 | 256.74 | 0.98 | 0.83 |
| Hex | C0 | A8 | FE | 18 | 22 | 0 | 0 | 101 | 62 | 53 |
| Octal | 300 | 250 | 376 | 30 | 42 | 0 | 0 | 401 | 142 | 123 |
| Binary | 11000000 | 10101000 | 11111110 | 11000 | 100010 | 0 | 0 | 100000001 | 1100010 | 1010011 |
Color Harmonies of #C0A8FE
Complementary color
Monochromatic Colors of #C0A8FE
Black with #C0A8FE
Text Example
Text Example
White with #C0A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8FE; }
p { color: rgb(192,168,254); }
H1.HeaderClassName
{
color: #C0A8FE;
}
.AnyTagClassName
{
color: #C0A8FE;
}
</style>
background-color css
<style>
a { background-color: #C0A8FE; }
a { background-color: rgb(192,168,254); }
div.DivClassName
{
background-color: #C0A8FE;
}
.BgClassName
{
background-color: #C0A8FE;
}
</style>
border-color css
<style>
span { border-color: #C0A8FE; }
span { border-color: rgb(192,168,254); }
td.TdClassName
{
border-color: #C0A8FE;
}
.TagClassName
{
border-color: #C0A8FE;
}
</style>