Shades of Perfume #C1A1F3
Tints of Perfume #C1A1F3
RGB
CMYK
RGB Variations
Color information
#C1A1F3 (or 0xC1A1F3) is known color: Perfume. HEX triplet: C1, A1 and F3. RGB value is (193,161,243). Sum of RGB (Red+Green+Blue) = 193+161+243=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A1F3 is #3E5E0C. Grayscale: #B3B3B3. Windows color (decimal): -4087309 or 15966657. OLE color: 15966657.
HSL color Cylindrical-coordinate representation of color #C1A1F3: hue angle of 263.41º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1A1F3 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 161 | 243 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.05 |
| HSL | 263.41º | 0.77% | 0.79% | - |
| HSV(B) | 263.41º | 0.34% | 0.95% | - |
| XYZ | 50.91 | 43.3 | 90.47 | - |
| YUV | 179.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 243 | 0.21 | 0.34 | 0 | 0.05 | 263.41 | 0.77 | 0.79 |
| Hex | C1 | A1 | F3 | 15 | 22 | 0 | 5 | 107 | 4D | 4F |
| Octal | 301 | 241 | 363 | 25 | 42 | 0 | 5 | 407 | 115 | 117 |
| Binary | 11000001 | 10100001 | 11110011 | 10101 | 100010 | 0 | 101 | 100000111 | 1001101 | 1001111 |
Color Harmonies of #C1A1F3
Complementary color
Monochromatic Colors of #C1A1F3
Black with #C1A1F3
Text Example
Text Example
White with #C1A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1F3; }
p { color: rgb(193,161,243); }
H1.HeaderClassName
{
color: #C1A1F3;
}
.AnyTagClassName
{
color: #C1A1F3;
}
</style>
background-color css
<style>
a { background-color: #C1A1F3; }
a { background-color: rgb(193,161,243); }
div.DivClassName
{
background-color: #C1A1F3;
}
.BgClassName
{
background-color: #C1A1F3;
}
</style>
border-color css
<style>
span { border-color: #C1A1F3; }
span { border-color: rgb(193,161,243); }
td.TdClassName
{
border-color: #C1A1F3;
}
.TagClassName
{
border-color: #C1A1F3;
}
</style>