Shades of Melrose #C1AFFD
Tints of Melrose #C1AFFD
RGB
CMYK
RGB Variations
Color information
#C1AFFD (or 0xC1AFFD) is known color: Melrose. HEX triplet: C1, AF and FD. RGB value is (193,175,253). Sum of RGB (Red+Green+Blue) = 193+175+253=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFFD is #3E5002. Grayscale: #BCBCBC. Windows color (decimal): -4083715 or 16625601. OLE color: 16625601.
HSL color Cylindrical-coordinate representation of color #C1AFFD: hue angle of 253.85º 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 #C1AFFD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 175 | 253 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.01 |
| HSL | 253.85º | 0.95% | 0.84% | - |
| HSV(B) | 253.85º | 0.31% | 0.99% | - |
| XYZ | 55.05 | 49.09 | 99.5 | - |
| YUV | 189.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 253 | 0.24 | 0.31 | 0 | 0.01 | 253.85 | 0.95 | 0.84 |
| Hex | C1 | AF | FD | 18 | 1F | 0 | 1 | FE | 5F | 54 |
| Octal | 301 | 257 | 375 | 30 | 37 | 0 | 1 | 376 | 137 | 124 |
| Binary | 11000001 | 10101111 | 11111101 | 11000 | 11111 | 0 | 1 | 11111110 | 1011111 | 1010100 |
Color Harmonies of #C1AFFD
Complementary color
Monochromatic Colors of #C1AFFD
Black with #C1AFFD
Text Example
Text Example
White with #C1AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFFD; }
p { color: rgb(193,175,253); }
H1.HeaderClassName
{
color: #C1AFFD;
}
.AnyTagClassName
{
color: #C1AFFD;
}
</style>
background-color css
<style>
a { background-color: #C1AFFD; }
a { background-color: rgb(193,175,253); }
div.DivClassName
{
background-color: #C1AFFD;
}
.BgClassName
{
background-color: #C1AFFD;
}
</style>
border-color css
<style>
span { border-color: #C1AFFD; }
span { border-color: rgb(193,175,253); }
td.TdClassName
{
border-color: #C1AFFD;
}
.TagClassName
{
border-color: #C1AFFD;
}
</style>