Shades of Melrose #C3AFF2
Tints of Melrose #C3AFF2
RGB
CMYK
RGB Variations
Color information
#C3AFF2 (or 0xC3AFF2) is known color: Melrose. HEX triplet: C3, AF and F2. RGB value is (195,175,242). Sum of RGB (Red+Green+Blue) = 195+175+242=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFF2 is #3C500D. Grayscale: #BCBCBC. Windows color (decimal): -3952654 or 15904707. OLE color: 15904707.
HSL color Cylindrical-coordinate representation of color #C3AFF2: hue angle of 257.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3AFF2 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 175 | 242 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.05 |
| HSL | 257.91º | 0.72% | 0.82% | - |
| HSV(B) | 257.91º | 0.28% | 0.95% | - |
| XYZ | 53.86 | 48.67 | 90.56 | - |
| YUV | 188.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 242 | 0.19 | 0.28 | 0 | 0.05 | 257.91 | 0.72 | 0.82 |
| Hex | C3 | AF | F2 | 13 | 1C | 0 | 5 | 102 | 48 | 52 |
| Octal | 303 | 257 | 362 | 23 | 34 | 0 | 5 | 402 | 110 | 122 |
| Binary | 11000011 | 10101111 | 11110010 | 10011 | 11100 | 0 | 101 | 100000010 | 1001000 | 1010010 |
Color Harmonies of #C3AFF2
Complementary color
Monochromatic Colors of #C3AFF2
Black with #C3AFF2
Text Example
Text Example
White with #C3AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFF2; }
p { color: rgb(195,175,242); }
H1.HeaderClassName
{
color: #C3AFF2;
}
.AnyTagClassName
{
color: #C3AFF2;
}
</style>
background-color css
<style>
a { background-color: #C3AFF2; }
a { background-color: rgb(195,175,242); }
div.DivClassName
{
background-color: #C3AFF2;
}
.BgClassName
{
background-color: #C3AFF2;
}
</style>
border-color css
<style>
span { border-color: #C3AFF2; }
span { border-color: rgb(195,175,242); }
td.TdClassName
{
border-color: #C3AFF2;
}
.TagClassName
{
border-color: #C3AFF2;
}
</style>