Shades of Melrose #C3AFFB
Tints of Melrose #C3AFFB
RGB
CMYK
RGB Variations
Color information
#C3AFFB (or 0xC3AFFB) is known color: Melrose. HEX triplet: C3, AF and FB. RGB value is (195,175,251). Sum of RGB (Red+Green+Blue) = 195+175+251=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFFB is #3C5004. Grayscale: #BDBDBD. Windows color (decimal): -3952645 or 16494531. OLE color: 16494531.
HSL color Cylindrical-coordinate representation of color #C3AFFB: hue angle of 255.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3AFFB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 175 | 251 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.02 |
| HSL | 255.79º | 0.9% | 0.84% | - |
| HSV(B) | 255.79º | 0.3% | 0.98% | - |
| XYZ | 55.25 | 49.23 | 97.86 | - |
| YUV | 189.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 251 | 0.22 | 0.30 | 0 | 0.02 | 255.79 | 0.9 | 0.84 |
| Hex | C3 | AF | FB | 16 | 1E | 0 | 2 | 100 | 5A | 54 |
| Octal | 303 | 257 | 373 | 26 | 36 | 0 | 2 | 400 | 132 | 124 |
| Binary | 11000011 | 10101111 | 11111011 | 10110 | 11110 | 0 | 10 | 100000000 | 1011010 | 1010100 |
Color Harmonies of #C3AFFB
Complementary color
Monochromatic Colors of #C3AFFB
Black with #C3AFFB
Text Example
Text Example
White with #C3AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFFB; }
p { color: rgb(195,175,251); }
H1.HeaderClassName
{
color: #C3AFFB;
}
.AnyTagClassName
{
color: #C3AFFB;
}
</style>
background-color css
<style>
a { background-color: #C3AFFB; }
a { background-color: rgb(195,175,251); }
div.DivClassName
{
background-color: #C3AFFB;
}
.BgClassName
{
background-color: #C3AFFB;
}
</style>
border-color css
<style>
span { border-color: #C3AFFB; }
span { border-color: rgb(195,175,251); }
td.TdClassName
{
border-color: #C3AFFB;
}
.TagClassName
{
border-color: #C3AFFB;
}
</style>