Shades of Melrose #C1AFFC
Tints of Melrose #C1AFFC
RGB
CMYK
RGB Variations
Color information
#C1AFFC (or 0xC1AFFC) is known color: Melrose. HEX triplet: C1, AF and FC. RGB value is (193,175,252). Sum of RGB (Red+Green+Blue) = 193+175+252=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFFC is #3E5003. Grayscale: #BCBCBC. Windows color (decimal): -4083716 or 16560065. OLE color: 16560065.
HSL color Cylindrical-coordinate representation of color #C1AFFC: hue angle of 254.03º degrees, saturation: 0.93, 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 #C1AFFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 175 | 252 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.01 |
| HSL | 254.03º | 0.93% | 0.84% | - |
| HSV(B) | 254.03º | 0.31% | 0.99% | - |
| XYZ | 54.89 | 49.03 | 98.67 | - |
| YUV | 189.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 252 | 0.23 | 0.31 | 0 | 0.01 | 254.03 | 0.93 | 0.84 |
| Hex | C1 | AF | FC | 17 | 1F | 0 | 1 | FE | 5D | 54 |
| Octal | 301 | 257 | 374 | 27 | 37 | 0 | 1 | 376 | 135 | 124 |
| Binary | 11000001 | 10101111 | 11111100 | 10111 | 11111 | 0 | 1 | 11111110 | 1011101 | 1010100 |
Color Harmonies of #C1AFFC
Complementary color
Monochromatic Colors of #C1AFFC
Black with #C1AFFC
Text Example
Text Example
White with #C1AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFFC; }
p { color: rgb(193,175,252); }
H1.HeaderClassName
{
color: #C1AFFC;
}
.AnyTagClassName
{
color: #C1AFFC;
}
</style>
background-color css
<style>
a { background-color: #C1AFFC; }
a { background-color: rgb(193,175,252); }
div.DivClassName
{
background-color: #C1AFFC;
}
.BgClassName
{
background-color: #C1AFFC;
}
</style>
border-color css
<style>
span { border-color: #C1AFFC; }
span { border-color: rgb(193,175,252); }
td.TdClassName
{
border-color: #C1AFFC;
}
.TagClassName
{
border-color: #C1AFFC;
}
</style>