Shades of Melrose #C0AFF2
Tints of Melrose #C0AFF2
RGB
CMYK
RGB Variations
Color information
#C0AFF2 (or 0xC0AFF2) is known color: Melrose. HEX triplet: C0, AF and F2. RGB value is (192,175,242). Sum of RGB (Red+Green+Blue) = 192+175+242=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF2 is #3F500D. Grayscale: #BBBBBB. Windows color (decimal): -4149262 or 15904704. OLE color: 15904704.
HSL color Cylindrical-coordinate representation of color #C0AFF2: hue angle of 255.22º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AFF2 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 175 | 242 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.05 |
| HSL | 255.22º | 0.72% | 0.82% | - |
| HSV(B) | 255.22º | 0.28% | 0.95% | - |
| XYZ | 53.1 | 48.28 | 90.52 | - |
| YUV | 187.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 242 | 0.21 | 0.28 | 0 | 0.05 | 255.22 | 0.72 | 0.82 |
| Hex | C0 | AF | F2 | 15 | 1C | 0 | 5 | FF | 48 | 52 |
| Octal | 300 | 257 | 362 | 25 | 34 | 0 | 5 | 377 | 110 | 122 |
| Binary | 11000000 | 10101111 | 11110010 | 10101 | 11100 | 0 | 101 | 11111111 | 1001000 | 1010010 |
Color Harmonies of #C0AFF2
Complementary color
Monochromatic Colors of #C0AFF2
Black with #C0AFF2
Text Example
Text Example
White with #C0AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFF2; }
p { color: rgb(192,175,242); }
H1.HeaderClassName
{
color: #C0AFF2;
}
.AnyTagClassName
{
color: #C0AFF2;
}
</style>
background-color css
<style>
a { background-color: #C0AFF2; }
a { background-color: rgb(192,175,242); }
div.DivClassName
{
background-color: #C0AFF2;
}
.BgClassName
{
background-color: #C0AFF2;
}
</style>
border-color css
<style>
span { border-color: #C0AFF2; }
span { border-color: rgb(192,175,242); }
td.TdClassName
{
border-color: #C0AFF2;
}
.TagClassName
{
border-color: #C0AFF2;
}
</style>