Shades of Melrose #C0AFFE
Tints of Melrose #C0AFFE
RGB
CMYK
RGB Variations
Color information
#C0AFFE (or 0xC0AFFE) is known color: Melrose. HEX triplet: C0, AF and FE. RGB value is (192,175,254). Sum of RGB (Red+Green+Blue) = 192+175+254=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFFE is #3F5001. Grayscale: #BCBCBC. Windows color (decimal): -4149250 or 16691136. OLE color: 16691136.
HSL color Cylindrical-coordinate representation of color #C0AFFE: hue angle of 252.91º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AFFE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 175 | 254 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.00 |
| HSL | 252.91º | 0.98% | 0.84% | - |
| HSV(B) | 252.91º | 0.31% | 1% | - |
| XYZ | 54.96 | 49.02 | 100.33 | - |
| YUV | 189.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 254 | 0.24 | 0.31 | 0 | 0.00 | 252.91 | 0.98 | 0.84 |
| Hex | C0 | AF | FE | 18 | 1F | 0 | 0 | FD | 62 | 54 |
| Octal | 300 | 257 | 376 | 30 | 37 | 0 | 0 | 375 | 142 | 124 |
| Binary | 11000000 | 10101111 | 11111110 | 11000 | 11111 | 0 | 0 | 11111101 | 1100010 | 1010100 |
Color Harmonies of #C0AFFE
Complementary color
Monochromatic Colors of #C0AFFE
Black with #C0AFFE
Text Example
Text Example
White with #C0AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFFE; }
p { color: rgb(192,175,254); }
H1.HeaderClassName
{
color: #C0AFFE;
}
.AnyTagClassName
{
color: #C0AFFE;
}
</style>
background-color css
<style>
a { background-color: #C0AFFE; }
a { background-color: rgb(192,175,254); }
div.DivClassName
{
background-color: #C0AFFE;
}
.BgClassName
{
background-color: #C0AFFE;
}
</style>
border-color css
<style>
span { border-color: #C0AFFE; }
span { border-color: rgb(192,175,254); }
td.TdClassName
{
border-color: #C0AFFE;
}
.TagClassName
{
border-color: #C0AFFE;
}
</style>