Shades of Perfume #C1A2F9
Tints of Perfume #C1A2F9
RGB
CMYK
RGB Variations
Color information
#C1A2F9 (or 0xC1A2F9) is known color: Perfume. HEX triplet: C1, A2 and F9. RGB value is (193,162,249). Sum of RGB (Red+Green+Blue) = 193+162+249=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1A2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A2F9 is #3E5D06. Grayscale: #B4B4B4. Windows color (decimal): -4087047 or 16360129. OLE color: 16360129.
HSL color Cylindrical-coordinate representation of color #C1A2F9: hue angle of 261.38º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1A2F9 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 162 | 249 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.02 |
| HSL | 261.38º | 0.88% | 0.81% | - |
| HSV(B) | 261.38º | 0.35% | 0.98% | - |
| XYZ | 52.01 | 44.02 | 95.38 | - |
| YUV | 181.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 249 | 0.22 | 0.35 | 0 | 0.02 | 261.38 | 0.88 | 0.81 |
| Hex | C1 | A2 | F9 | 16 | 23 | 0 | 2 | 105 | 58 | 51 |
| Octal | 301 | 242 | 371 | 26 | 43 | 0 | 2 | 405 | 130 | 121 |
| Binary | 11000001 | 10100010 | 11111001 | 10110 | 100011 | 0 | 10 | 100000101 | 1011000 | 1010001 |
Color Harmonies of #C1A2F9
Complementary color
Monochromatic Colors of #C1A2F9
Black with #C1A2F9
Text Example
Text Example
White with #C1A2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A2F9; }
p { color: rgb(193,162,249); }
H1.HeaderClassName
{
color: #C1A2F9;
}
.AnyTagClassName
{
color: #C1A2F9;
}
</style>
background-color css
<style>
a { background-color: #C1A2F9; }
a { background-color: rgb(193,162,249); }
div.DivClassName
{
background-color: #C1A2F9;
}
.BgClassName
{
background-color: #C1A2F9;
}
</style>
border-color css
<style>
span { border-color: #C1A2F9; }
span { border-color: rgb(193,162,249); }
td.TdClassName
{
border-color: #C1A2F9;
}
.TagClassName
{
border-color: #C1A2F9;
}
</style>