Shades of Melrose #C3ABF9
Tints of Melrose #C3ABF9
RGB
CMYK
RGB Variations
Color information
#C3ABF9 (or 0xC3ABF9) is known color: Melrose. HEX triplet: C3, AB and F9. RGB value is (195,171,249). Sum of RGB (Red+Green+Blue) = 195+171+249=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3ABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABF9 is #3C5406. Grayscale: #BABABA. Windows color (decimal): -3953671 or 16362435. OLE color: 16362435.
HSL color Cylindrical-coordinate representation of color #C3ABF9: hue angle of 258.46º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3ABF9 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 195 | 171 | 249 | - |
CMYK | 0.22 | 0.31 | 0 | 0.02 |
HSL | 258.46º | 0.87% | 0.82% | - |
HSV(B) | 258.46º | 0.31% | 0.98% | - |
XYZ | 54.17 | 47.57 | 95.95 | - |
YUV | 187.07 | 162.95 | 133.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 171 | 249 | 0.22 | 0.31 | 0 | 0.02 | 258.46 | 0.87 | 0.82 |
Hex | C3 | AB | F9 | 16 | 1F | 0 | 2 | 102 | 57 | 52 |
Octal | 303 | 253 | 371 | 26 | 37 | 0 | 2 | 402 | 127 | 122 |
Binary | 11000011 | 10101011 | 11111001 | 10110 | 11111 | 0 | 10 | 100000010 | 1010111 | 1010010 |
Color Harmonies of #C3ABF9
Complementary color
Monochromatic Colors of #C3ABF9
Black with #C3ABF9
Text Example
Text Example
White with #C3ABF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABF9; }
p { color: rgb(195,171,249); }
H1.HeaderClassName
{
color: #C3ABF9;
}
.AnyTagClassName
{
color: #C3ABF9;
}
</style>
background-color css
<style>
a { background-color: #C3ABF9; }
a { background-color: rgb(195,171,249); }
div.DivClassName
{
background-color: #C3ABF9;
}
.BgClassName
{
background-color: #C3ABF9;
}
</style>
border-color css
<style>
span { border-color: #C3ABF9; }
span { border-color: rgb(195,171,249); }
td.TdClassName
{
border-color: #C3ABF9;
}
.TagClassName
{
border-color: #C3ABF9;
}
</style>