Shades of Perfume #C1A1FF
Tints of Perfume #C1A1FF
RGB
CMYK
RGB Variations
Color information
#C1A1FF (or 0xC1A1FF) is known color: Perfume. HEX triplet: C1, A1 and FF. RGB value is (193,161,255). Sum of RGB (Red+Green+Blue) = 193+161+255=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A1FF is #3E5E00. Grayscale: #B4B4B4. Windows color (decimal): -4087297 or 16753089. OLE color: 16753089.
HSL color Cylindrical-coordinate representation of color #C1A1FF: hue angle of 260.43º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1A1FF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 161 | 255 | - |
| CMYK | 0.24 | 0.37 | 0 | 0 |
| HSL | 260.43º | 1% | 0.82% | - |
| HSV(B) | 260.43º | 0.37% | 1% | - |
| XYZ | 52.79 | 44.05 | 100.33 | - |
| YUV | 181.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 255 | 0.24 | 0.37 | 0 | 0 | 260.43 | 1 | 0.82 |
| Hex | C1 | A1 | FF | 18 | 25 | 0 | 0 | 104 | 64 | 52 |
| Octal | 301 | 241 | 377 | 30 | 45 | 0 | 0 | 404 | 144 | 122 |
| Binary | 11000001 | 10100001 | 11111111 | 11000 | 100101 | 0 | 0 | 100000100 | 1100100 | 1010010 |
Color Harmonies of #C1A1FF
Complementary color
Monochromatic Colors of #C1A1FF
Black with #C1A1FF
Text Example
Text Example
White with #C1A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1FF; }
p { color: rgb(193,161,255); }
H1.HeaderClassName
{
color: #C1A1FF;
}
.AnyTagClassName
{
color: #C1A1FF;
}
</style>
background-color css
<style>
a { background-color: #C1A1FF; }
a { background-color: rgb(193,161,255); }
div.DivClassName
{
background-color: #C1A1FF;
}
.BgClassName
{
background-color: #C1A1FF;
}
</style>
border-color css
<style>
span { border-color: #C1A1FF; }
span { border-color: rgb(193,161,255); }
td.TdClassName
{
border-color: #C1A1FF;
}
.TagClassName
{
border-color: #C1A1FF;
}
</style>