Shades of Perfume #C9A1F3
Tints of Perfume #C9A1F3
RGB
CMYK
RGB Variations
Color information
#C9A1F3 (or 0xC9A1F3) is known color: Perfume. HEX triplet: C9, A1 and F3. RGB value is (201,161,243). Sum of RGB (Red+Green+Blue) = 201+161+243=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A1F3 is #365E0C. Grayscale: #B6B6B6. Windows color (decimal): -3563021 or 15966665. OLE color: 15966665.
HSL color Cylindrical-coordinate representation of color #C9A1F3: hue angle of 269.27º 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 #C9A1F3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 161 | 243 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.05 |
| HSL | 269.27º | 0.77% | 0.79% | - |
| HSV(B) | 269.27º | 0.34% | 0.95% | - |
| XYZ | 53.01 | 44.38 | 90.57 | - |
| YUV | 182.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 243 | 0.17 | 0.34 | 0 | 0.05 | 269.27 | 0.77 | 0.79 |
| Hex | C9 | A1 | F3 | 11 | 22 | 0 | 5 | 10D | 4D | 4F |
| Octal | 311 | 241 | 363 | 21 | 42 | 0 | 5 | 415 | 115 | 117 |
| Binary | 11001001 | 10100001 | 11110011 | 10001 | 100010 | 0 | 101 | 100001101 | 1001101 | 1001111 |
Color Harmonies of #C9A1F3
Complementary color
Monochromatic Colors of #C9A1F3
Black with #C9A1F3
Text Example
Text Example
White with #C9A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A1F3; }
p { color: rgb(201,161,243); }
H1.HeaderClassName
{
color: #C9A1F3;
}
.AnyTagClassName
{
color: #C9A1F3;
}
</style>
background-color css
<style>
a { background-color: #C9A1F3; }
a { background-color: rgb(201,161,243); }
div.DivClassName
{
background-color: #C9A1F3;
}
.BgClassName
{
background-color: #C9A1F3;
}
</style>
border-color css
<style>
span { border-color: #C9A1F3; }
span { border-color: rgb(201,161,243); }
td.TdClassName
{
border-color: #C9A1F3;
}
.TagClassName
{
border-color: #C9A1F3;
}
</style>