Shades of Melrose #C2A9FD
Tints of Melrose #C2A9FD
RGB
CMYK
RGB Variations
Color information
#C2A9FD (or 0xC2A9FD) is known color: Melrose. HEX triplet: C2, A9 and FD. RGB value is (194,169,253). Sum of RGB (Red+Green+Blue) = 194+169+253=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A9FD is #3D5602. Grayscale: #B9B9B9. Windows color (decimal): -4019715 or 16624066. OLE color: 16624066.
HSL color Cylindrical-coordinate representation of color #C2A9FD: hue angle of 257.86º degrees, saturation: 0.95, 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 #C2A9FD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 169 | 253 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.01 |
| HSL | 257.86º | 0.95% | 0.83% | - |
| HSV(B) | 257.86º | 0.33% | 0.99% | - |
| XYZ | 54.17 | 46.94 | 99.13 | - |
| YUV | 186.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 253 | 0.23 | 0.33 | 0 | 0.01 | 257.86 | 0.95 | 0.83 |
| Hex | C2 | A9 | FD | 17 | 21 | 0 | 1 | 102 | 5F | 53 |
| Octal | 302 | 251 | 375 | 27 | 41 | 0 | 1 | 402 | 137 | 123 |
| Binary | 11000010 | 10101001 | 11111101 | 10111 | 100001 | 0 | 1 | 100000010 | 1011111 | 1010011 |
Color Harmonies of #C2A9FD
Complementary color
Monochromatic Colors of #C2A9FD
Black with #C2A9FD
Text Example
Text Example
White with #C2A9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A9FD; }
p { color: rgb(194,169,253); }
H1.HeaderClassName
{
color: #C2A9FD;
}
.AnyTagClassName
{
color: #C2A9FD;
}
</style>
background-color css
<style>
a { background-color: #C2A9FD; }
a { background-color: rgb(194,169,253); }
div.DivClassName
{
background-color: #C2A9FD;
}
.BgClassName
{
background-color: #C2A9FD;
}
</style>
border-color css
<style>
span { border-color: #C2A9FD; }
span { border-color: rgb(194,169,253); }
td.TdClassName
{
border-color: #C2A9FD;
}
.TagClassName
{
border-color: #C2A9FD;
}
</style>