Shades of Melrose #C3A9FE
Tints of Melrose #C3A9FE
RGB
CMYK
RGB Variations
Color information
#C3A9FE (or 0xC3A9FE) is known color: Melrose. HEX triplet: C3, A9 and FE. RGB value is (195,169,254). Sum of RGB (Red+Green+Blue) = 195+169+254=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A9FE is #3C5601. Grayscale: #BABABA. Windows color (decimal): -3954178 or 16689603. OLE color: 16689603.
HSL color Cylindrical-coordinate representation of color #C3A9FE: hue angle of 258.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3A9FE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 169 | 254 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.00 |
| HSL | 258.35º | 0.98% | 0.83% | - |
| HSV(B) | 258.35º | 0.33% | 1% | - |
| XYZ | 54.58 | 47.13 | 99.99 | - |
| YUV | 186.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 254 | 0.23 | 0.33 | 0 | 0.00 | 258.35 | 0.98 | 0.83 |
| Hex | C3 | A9 | FE | 17 | 21 | 0 | 0 | 102 | 62 | 53 |
| Octal | 303 | 251 | 376 | 27 | 41 | 0 | 0 | 402 | 142 | 123 |
| Binary | 11000011 | 10101001 | 11111110 | 10111 | 100001 | 0 | 0 | 100000010 | 1100010 | 1010011 |
Color Harmonies of #C3A9FE
Complementary color
Monochromatic Colors of #C3A9FE
Black with #C3A9FE
Text Example
Text Example
White with #C3A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9FE; }
p { color: rgb(195,169,254); }
H1.HeaderClassName
{
color: #C3A9FE;
}
.AnyTagClassName
{
color: #C3A9FE;
}
</style>
background-color css
<style>
a { background-color: #C3A9FE; }
a { background-color: rgb(195,169,254); }
div.DivClassName
{
background-color: #C3A9FE;
}
.BgClassName
{
background-color: #C3A9FE;
}
</style>
border-color css
<style>
span { border-color: #C3A9FE; }
span { border-color: rgb(195,169,254); }
td.TdClassName
{
border-color: #C3A9FE;
}
.TagClassName
{
border-color: #C3A9FE;
}
</style>