Shades of Perfume #C1A3D9
Tints of Perfume #C1A3D9
RGB
CMYK
RGB Variations
Color information
#C1A3D9 (or 0xC1A3D9) is known color: Perfume. HEX triplet: C1, A3 and D9. RGB value is (193,163,217). Sum of RGB (Red+Green+Blue) = 193+163+217=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #C1A3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3D9 is #3E5C26. Grayscale: #B1B1B1. Windows color (decimal): -4086823 or 14263233. OLE color: 14263233.
HSL color Cylindrical-coordinate representation of color #C1A3D9: hue angle of 273.33º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1A3D9 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 163 | 217 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.15 |
| HSL | 273.33º | 0.42% | 0.75% | - |
| HSV(B) | 273.33º | 0.25% | 0.85% | - |
| XYZ | 47.61 | 42.54 | 71.35 | - |
| YUV | 178.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 217 | 0.11 | 0.25 | 0 | 0.15 | 273.33 | 0.42 | 0.75 |
| Hex | C1 | A3 | D9 | B | 19 | 0 | F | 111 | 2A | 4B |
| Octal | 301 | 243 | 331 | 13 | 31 | 0 | 17 | 421 | 52 | 113 |
| Binary | 11000001 | 10100011 | 11011001 | 1011 | 11001 | 0 | 1111 | 100010001 | 101010 | 1001011 |
Color Harmonies of #C1A3D9
Complementary color
Monochromatic Colors of #C1A3D9
Black with #C1A3D9
Text Example
Text Example
White with #C1A3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A3D9; }
p { color: rgb(193,163,217); }
H1.HeaderClassName
{
color: #C1A3D9;
}
.AnyTagClassName
{
color: #C1A3D9;
}
</style>
background-color css
<style>
a { background-color: #C1A3D9; }
a { background-color: rgb(193,163,217); }
div.DivClassName
{
background-color: #C1A3D9;
}
.BgClassName
{
background-color: #C1A3D9;
}
</style>
border-color css
<style>
span { border-color: #C1A3D9; }
span { border-color: rgb(193,163,217); }
td.TdClassName
{
border-color: #C1A3D9;
}
.TagClassName
{
border-color: #C1A3D9;
}
</style>