Shades of Melrose #C0AFEF
Tints of Melrose #C0AFEF
RGB
CMYK
RGB Variations
Color information
#C0AFEF (or 0xC0AFEF) is known color: Melrose. HEX triplet: C0, AF and EF. RGB value is (192,175,239). Sum of RGB (Red+Green+Blue) = 192+175+239=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFEF is #3F5010. Grayscale: #BBBBBB. Windows color (decimal): -4149265 or 15708096. OLE color: 15708096.
HSL color Cylindrical-coordinate representation of color #C0AFEF: hue angle of 255.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AFEF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 175 | 239 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.06 |
| HSL | 255.94º | 0.67% | 0.81% | - |
| HSV(B) | 255.94º | 0.27% | 0.94% | - |
| XYZ | 52.65 | 48.1 | 88.17 | - |
| YUV | 187.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 239 | 0.20 | 0.27 | 0 | 0.06 | 255.94 | 0.67 | 0.81 |
| Hex | C0 | AF | EF | 14 | 1B | 0 | 6 | 100 | 43 | 51 |
| Octal | 300 | 257 | 357 | 24 | 33 | 0 | 6 | 400 | 103 | 121 |
| Binary | 11000000 | 10101111 | 11101111 | 10100 | 11011 | 0 | 110 | 100000000 | 1000011 | 1010001 |
Color Harmonies of #C0AFEF
Complementary color
Monochromatic Colors of #C0AFEF
Black with #C0AFEF
Text Example
Text Example
White with #C0AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFEF; }
p { color: rgb(192,175,239); }
H1.HeaderClassName
{
color: #C0AFEF;
}
.AnyTagClassName
{
color: #C0AFEF;
}
</style>
background-color css
<style>
a { background-color: #C0AFEF; }
a { background-color: rgb(192,175,239); }
div.DivClassName
{
background-color: #C0AFEF;
}
.BgClassName
{
background-color: #C0AFEF;
}
</style>
border-color css
<style>
span { border-color: #C0AFEF; }
span { border-color: rgb(192,175,239); }
td.TdClassName
{
border-color: #C0AFEF;
}
.TagClassName
{
border-color: #C0AFEF;
}
</style>