Shades of Melrose #C0ABF0
Tints of Melrose #C0ABF0
RGB
CMYK
RGB Variations
Color information
#C0ABF0 (or 0xC0ABF0) is known color: Melrose. HEX triplet: C0, AB and F0. RGB value is (192,171,240). Sum of RGB (Red+Green+Blue) = 192+171+240=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF0 is #3F540F. Grayscale: #B8B8B8. Windows color (decimal): -4150288 or 15772608. OLE color: 15772608.
HSL color Cylindrical-coordinate representation of color #C0ABF0: hue angle of 258.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0ABF0 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 171 | 240 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.06 |
| HSL | 258.26º | 0.7% | 0.81% | - |
| HSV(B) | 258.26º | 0.29% | 0.94% | - |
| XYZ | 52.03 | 46.62 | 88.7 | - |
| YUV | 185.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 240 | 0.20 | 0.29 | 0 | 0.06 | 258.26 | 0.7 | 0.81 |
| Hex | C0 | AB | F0 | 14 | 1D | 0 | 6 | 102 | 46 | 51 |
| Octal | 300 | 253 | 360 | 24 | 35 | 0 | 6 | 402 | 106 | 121 |
| Binary | 11000000 | 10101011 | 11110000 | 10100 | 11101 | 0 | 110 | 100000010 | 1000110 | 1010001 |
Color Harmonies of #C0ABF0
Complementary color
Monochromatic Colors of #C0ABF0
Black with #C0ABF0
Text Example
Text Example
White with #C0ABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABF0; }
p { color: rgb(192,171,240); }
H1.HeaderClassName
{
color: #C0ABF0;
}
.AnyTagClassName
{
color: #C0ABF0;
}
</style>
background-color css
<style>
a { background-color: #C0ABF0; }
a { background-color: rgb(192,171,240); }
div.DivClassName
{
background-color: #C0ABF0;
}
.BgClassName
{
background-color: #C0ABF0;
}
</style>
border-color css
<style>
span { border-color: #C0ABF0; }
span { border-color: rgb(192,171,240); }
td.TdClassName
{
border-color: #C0ABF0;
}
.TagClassName
{
border-color: #C0ABF0;
}
</style>