Shades of Melrose #C4A9FC
Tints of Melrose #C4A9FC
RGB
CMYK
RGB Variations
Color information
#C4A9FC (or 0xC4A9FC) is known color: Melrose. HEX triplet: C4, A9 and FC. RGB value is (196,169,252). Sum of RGB (Red+Green+Blue) = 196+169+252=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A9FC is #3B5603. Grayscale: #BABABA. Windows color (decimal): -3888644 or 16558532. OLE color: 16558532.
HSL color Cylindrical-coordinate representation of color #C4A9FC: hue angle of 259.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4A9FC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 169 | 252 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.01 |
| HSL | 259.52º | 0.93% | 0.83% | - |
| HSV(B) | 259.52º | 0.33% | 0.99% | - |
| XYZ | 54.52 | 47.14 | 98.32 | - |
| YUV | 186.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 252 | 0.22 | 0.33 | 0 | 0.01 | 259.52 | 0.93 | 0.83 |
| Hex | C4 | A9 | FC | 16 | 21 | 0 | 1 | 104 | 5D | 53 |
| Octal | 304 | 251 | 374 | 26 | 41 | 0 | 1 | 404 | 135 | 123 |
| Binary | 11000100 | 10101001 | 11111100 | 10110 | 100001 | 0 | 1 | 100000100 | 1011101 | 1010011 |
Color Harmonies of #C4A9FC
Complementary color
Monochromatic Colors of #C4A9FC
Black with #C4A9FC
Text Example
Text Example
White with #C4A9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A9FC; }
p { color: rgb(196,169,252); }
H1.HeaderClassName
{
color: #C4A9FC;
}
.AnyTagClassName
{
color: #C4A9FC;
}
</style>
background-color css
<style>
a { background-color: #C4A9FC; }
a { background-color: rgb(196,169,252); }
div.DivClassName
{
background-color: #C4A9FC;
}
.BgClassName
{
background-color: #C4A9FC;
}
</style>
border-color css
<style>
span { border-color: #C4A9FC; }
span { border-color: rgb(196,169,252); }
td.TdClassName
{
border-color: #C4A9FC;
}
.TagClassName
{
border-color: #C4A9FC;
}
</style>