Shades of Melrose #C0AFF4
Tints of Melrose #C0AFF4
RGB
CMYK
RGB Variations
Color information
#C0AFF4 (or 0xC0AFF4) is known color: Melrose. HEX triplet: C0, AF and F4. RGB value is (192,175,244). Sum of RGB (Red+Green+Blue) = 192+175+244=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0AFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF4 is #3F500B. Grayscale: #BBBBBB. Windows color (decimal): -4149260 or 16035776. OLE color: 16035776.
HSL color Cylindrical-coordinate representation of color #C0AFF4: hue angle of 254.78º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AFF4 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 175 | 244 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.04 |
| HSL | 254.78º | 0.76% | 0.82% | - |
| HSV(B) | 254.78º | 0.28% | 0.96% | - |
| XYZ | 53.4 | 48.4 | 92.12 | - |
| YUV | 187.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 244 | 0.21 | 0.28 | 0 | 0.04 | 254.78 | 0.76 | 0.82 |
| Hex | C0 | AF | F4 | 15 | 1C | 0 | 4 | FF | 4C | 52 |
| Octal | 300 | 257 | 364 | 25 | 34 | 0 | 4 | 377 | 114 | 122 |
| Binary | 11000000 | 10101111 | 11110100 | 10101 | 11100 | 0 | 100 | 11111111 | 1001100 | 1010010 |
Color Harmonies of #C0AFF4
Complementary color
Monochromatic Colors of #C0AFF4
Black with #C0AFF4
Text Example
Text Example
White with #C0AFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFF4; }
p { color: rgb(192,175,244); }
H1.HeaderClassName
{
color: #C0AFF4;
}
.AnyTagClassName
{
color: #C0AFF4;
}
</style>
background-color css
<style>
a { background-color: #C0AFF4; }
a { background-color: rgb(192,175,244); }
div.DivClassName
{
background-color: #C0AFF4;
}
.BgClassName
{
background-color: #C0AFF4;
}
</style>
border-color css
<style>
span { border-color: #C0AFF4; }
span { border-color: rgb(192,175,244); }
td.TdClassName
{
border-color: #C0AFF4;
}
.TagClassName
{
border-color: #C0AFF4;
}
</style>