Shades of Melrose #C0ABFE
Tints of Melrose #C0ABFE
RGB
CMYK
RGB Variations
Color information
#C0ABFE (or 0xC0ABFE) is known color: Melrose. HEX triplet: C0, AB and FE. RGB value is (192,171,254). Sum of RGB (Red+Green+Blue) = 192+171+254=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABFE is #3F5401. Grayscale: #BABABA. Windows color (decimal): -4150274 or 16690112. OLE color: 16690112.
HSL color Cylindrical-coordinate representation of color #C0ABFE: hue angle of 255.18º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0ABFE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 171 | 254 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.00 |
| HSL | 255.18º | 0.98% | 0.83% | - |
| HSV(B) | 255.18º | 0.33% | 1% | - |
| XYZ | 54.19 | 47.49 | 100.08 | - |
| YUV | 186.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 254 | 0.24 | 0.33 | 0 | 0.00 | 255.18 | 0.98 | 0.83 |
| Hex | C0 | AB | FE | 18 | 21 | 0 | 0 | FF | 62 | 53 |
| Octal | 300 | 253 | 376 | 30 | 41 | 0 | 0 | 377 | 142 | 123 |
| Binary | 11000000 | 10101011 | 11111110 | 11000 | 100001 | 0 | 0 | 11111111 | 1100010 | 1010011 |
Color Harmonies of #C0ABFE
Complementary color
Monochromatic Colors of #C0ABFE
Black with #C0ABFE
Text Example
Text Example
White with #C0ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABFE; }
p { color: rgb(192,171,254); }
H1.HeaderClassName
{
color: #C0ABFE;
}
.AnyTagClassName
{
color: #C0ABFE;
}
</style>
background-color css
<style>
a { background-color: #C0ABFE; }
a { background-color: rgb(192,171,254); }
div.DivClassName
{
background-color: #C0ABFE;
}
.BgClassName
{
background-color: #C0ABFE;
}
</style>
border-color css
<style>
span { border-color: #C0ABFE; }
span { border-color: rgb(192,171,254); }
td.TdClassName
{
border-color: #C0ABFE;
}
.TagClassName
{
border-color: #C0ABFE;
}
</style>