Shades of Perfume #C1A1FB
Tints of Perfume #C1A1FB
RGB
CMYK
RGB Variations
Color information
#C1A1FB (or 0xC1A1FB) is known color: Perfume. HEX triplet: C1, A1 and FB. RGB value is (193,161,251). Sum of RGB (Red+Green+Blue) = 193+161+251=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A1FB is #3E5E04. Grayscale: #B4B4B4. Windows color (decimal): -4087301 or 16490945. OLE color: 16490945.
HSL color Cylindrical-coordinate representation of color #C1A1FB: hue angle of 261.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1A1FB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 161 | 251 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.02 |
| HSL | 261.33º | 0.92% | 0.81% | - |
| HSV(B) | 261.33º | 0.36% | 0.98% | - |
| XYZ | 52.15 | 43.79 | 96.97 | - |
| YUV | 180.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 251 | 0.23 | 0.36 | 0 | 0.02 | 261.33 | 0.92 | 0.81 |
| Hex | C1 | A1 | FB | 17 | 24 | 0 | 2 | 105 | 5C | 51 |
| Octal | 301 | 241 | 373 | 27 | 44 | 0 | 2 | 405 | 134 | 121 |
| Binary | 11000001 | 10100001 | 11111011 | 10111 | 100100 | 0 | 10 | 100000101 | 1011100 | 1010001 |
Color Harmonies of #C1A1FB
Complementary color
Monochromatic Colors of #C1A1FB
Black with #C1A1FB
Text Example
Text Example
White with #C1A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1FB; }
p { color: rgb(193,161,251); }
H1.HeaderClassName
{
color: #C1A1FB;
}
.AnyTagClassName
{
color: #C1A1FB;
}
</style>
background-color css
<style>
a { background-color: #C1A1FB; }
a { background-color: rgb(193,161,251); }
div.DivClassName
{
background-color: #C1A1FB;
}
.BgClassName
{
background-color: #C1A1FB;
}
</style>
border-color css
<style>
span { border-color: #C1A1FB; }
span { border-color: rgb(193,161,251); }
td.TdClassName
{
border-color: #C1A1FB;
}
.TagClassName
{
border-color: #C1A1FB;
}
</style>