Shades of Melrose #C3AFF1
Tints of Melrose #C3AFF1
RGB
CMYK
RGB Variations
Color information
#C3AFF1 (or 0xC3AFF1) is known color: Melrose. HEX triplet: C3, AF and F1. RGB value is (195,175,241). Sum of RGB (Red+Green+Blue) = 195+175+241=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFF1 is #3C500E. Grayscale: #BCBCBC. Windows color (decimal): -3952655 or 15839171. OLE color: 15839171.
HSL color Cylindrical-coordinate representation of color #C3AFF1: hue angle of 258.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3AFF1 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 175 | 241 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.05 |
| HSL | 258.18º | 0.7% | 0.82% | - |
| HSV(B) | 258.18º | 0.27% | 0.95% | - |
| XYZ | 53.71 | 48.61 | 89.77 | - |
| YUV | 188.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 241 | 0.19 | 0.27 | 0 | 0.05 | 258.18 | 0.7 | 0.82 |
| Hex | C3 | AF | F1 | 13 | 1B | 0 | 5 | 102 | 46 | 52 |
| Octal | 303 | 257 | 361 | 23 | 33 | 0 | 5 | 402 | 106 | 122 |
| Binary | 11000011 | 10101111 | 11110001 | 10011 | 11011 | 0 | 101 | 100000010 | 1000110 | 1010010 |
Color Harmonies of #C3AFF1
Complementary color
Monochromatic Colors of #C3AFF1
Black with #C3AFF1
Text Example
Text Example
White with #C3AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFF1; }
p { color: rgb(195,175,241); }
H1.HeaderClassName
{
color: #C3AFF1;
}
.AnyTagClassName
{
color: #C3AFF1;
}
</style>
background-color css
<style>
a { background-color: #C3AFF1; }
a { background-color: rgb(195,175,241); }
div.DivClassName
{
background-color: #C3AFF1;
}
.BgClassName
{
background-color: #C3AFF1;
}
</style>
border-color css
<style>
span { border-color: #C3AFF1; }
span { border-color: rgb(195,175,241); }
td.TdClassName
{
border-color: #C3AFF1;
}
.TagClassName
{
border-color: #C3AFF1;
}
</style>