Shades of Melrose #C3ACF0
Tints of Melrose #C3ACF0
RGB
CMYK
RGB Variations
Color information
#C3ACF0 (or 0xC3ACF0) is known color: Melrose. HEX triplet: C3, AC and F0. RGB value is (195,172,240). Sum of RGB (Red+Green+Blue) = 195+172+240=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACF0 is #3C530F. Grayscale: #BABABA. Windows color (decimal): -3953424 or 15772867. OLE color: 15772867.
HSL color Cylindrical-coordinate representation of color #C3ACF0: hue angle of 260.29º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3ACF0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 172 | 240 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.06 |
| HSL | 260.29º | 0.69% | 0.81% | - |
| HSV(B) | 260.29º | 0.28% | 0.94% | - |
| XYZ | 52.99 | 47.4 | 88.79 | - |
| YUV | 186.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 240 | 0.19 | 0.28 | 0 | 0.06 | 260.29 | 0.69 | 0.81 |
| Hex | C3 | AC | F0 | 13 | 1C | 0 | 6 | 104 | 45 | 51 |
| Octal | 303 | 254 | 360 | 23 | 34 | 0 | 6 | 404 | 105 | 121 |
| Binary | 11000011 | 10101100 | 11110000 | 10011 | 11100 | 0 | 110 | 100000100 | 1000101 | 1010001 |
Color Harmonies of #C3ACF0
Complementary color
Monochromatic Colors of #C3ACF0
Black with #C3ACF0
Text Example
Text Example
White with #C3ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACF0; }
p { color: rgb(195,172,240); }
H1.HeaderClassName
{
color: #C3ACF0;
}
.AnyTagClassName
{
color: #C3ACF0;
}
</style>
background-color css
<style>
a { background-color: #C3ACF0; }
a { background-color: rgb(195,172,240); }
div.DivClassName
{
background-color: #C3ACF0;
}
.BgClassName
{
background-color: #C3ACF0;
}
</style>
border-color css
<style>
span { border-color: #C3ACF0; }
span { border-color: rgb(195,172,240); }
td.TdClassName
{
border-color: #C3ACF0;
}
.TagClassName
{
border-color: #C3ACF0;
}
</style>