Shades of Melrose #C3ABFC
Tints of Melrose #C3ABFC
RGB
CMYK
RGB Variations
Color information
#C3ABFC (or 0xC3ABFC) is known color: Melrose. HEX triplet: C3, AB and FC. RGB value is (195,171,252). Sum of RGB (Red+Green+Blue) = 195+171+252=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABFC is #3C5403. Grayscale: #BBBBBB. Windows color (decimal): -3953668 or 16559043. OLE color: 16559043.
HSL color Cylindrical-coordinate representation of color #C3ABFC: hue angle of 257.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3ABFC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 171 | 252 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.01 |
| HSL | 257.78º | 0.93% | 0.83% | - |
| HSV(B) | 257.78º | 0.32% | 0.99% | - |
| XYZ | 54.64 | 47.76 | 98.43 | - |
| YUV | 187.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 252 | 0.23 | 0.32 | 0 | 0.01 | 257.78 | 0.93 | 0.83 |
| Hex | C3 | AB | FC | 17 | 20 | 0 | 1 | 102 | 5D | 53 |
| Octal | 303 | 253 | 374 | 27 | 40 | 0 | 1 | 402 | 135 | 123 |
| Binary | 11000011 | 10101011 | 11111100 | 10111 | 100000 | 0 | 1 | 100000010 | 1011101 | 1010011 |
Color Harmonies of #C3ABFC
Complementary color
Monochromatic Colors of #C3ABFC
Black with #C3ABFC
Text Example
Text Example
White with #C3ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABFC; }
p { color: rgb(195,171,252); }
H1.HeaderClassName
{
color: #C3ABFC;
}
.AnyTagClassName
{
color: #C3ABFC;
}
</style>
background-color css
<style>
a { background-color: #C3ABFC; }
a { background-color: rgb(195,171,252); }
div.DivClassName
{
background-color: #C3ABFC;
}
.BgClassName
{
background-color: #C3ABFC;
}
</style>
border-color css
<style>
span { border-color: #C3ABFC; }
span { border-color: rgb(195,171,252); }
td.TdClassName
{
border-color: #C3ABFC;
}
.TagClassName
{
border-color: #C3ABFC;
}
</style>