Shades of Melrose #C0AFFD
Tints of Melrose #C0AFFD
RGB
CMYK
RGB Variations
Color information
#C0AFFD (or 0xC0AFFD) is known color: Melrose. HEX triplet: C0, AF and FD. RGB value is (192,175,253). Sum of RGB (Red+Green+Blue) = 192+175+253=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFFD is #3F5002. Grayscale: #BCBCBC. Windows color (decimal): -4149251 or 16625600. OLE color: 16625600.
HSL color Cylindrical-coordinate representation of color #C0AFFD: hue angle of 253.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AFFD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 175 | 253 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.01 |
| HSL | 253.08º | 0.95% | 0.84% | - |
| HSV(B) | 253.08º | 0.31% | 0.99% | - |
| XYZ | 54.8 | 48.96 | 99.49 | - |
| YUV | 188.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 253 | 0.24 | 0.31 | 0 | 0.01 | 253.08 | 0.95 | 0.84 |
| Hex | C0 | AF | FD | 18 | 1F | 0 | 1 | FD | 5F | 54 |
| Octal | 300 | 257 | 375 | 30 | 37 | 0 | 1 | 375 | 137 | 124 |
| Binary | 11000000 | 10101111 | 11111101 | 11000 | 11111 | 0 | 1 | 11111101 | 1011111 | 1010100 |
Color Harmonies of #C0AFFD
Complementary color
Monochromatic Colors of #C0AFFD
Black with #C0AFFD
Text Example
Text Example
White with #C0AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFFD; }
p { color: rgb(192,175,253); }
H1.HeaderClassName
{
color: #C0AFFD;
}
.AnyTagClassName
{
color: #C0AFFD;
}
</style>
background-color css
<style>
a { background-color: #C0AFFD; }
a { background-color: rgb(192,175,253); }
div.DivClassName
{
background-color: #C0AFFD;
}
.BgClassName
{
background-color: #C0AFFD;
}
</style>
border-color css
<style>
span { border-color: #C0AFFD; }
span { border-color: rgb(192,175,253); }
td.TdClassName
{
border-color: #C0AFFD;
}
.TagClassName
{
border-color: #C0AFFD;
}
</style>