Shades of Perfume #C9A7F1
Tints of Perfume #C9A7F1
RGB
CMYK
RGB Variations
Color information
#C9A7F1 (or 0xC9A7F1) is known color: Perfume. HEX triplet: C9, A7 and F1. RGB value is (201,167,241). Sum of RGB (Red+Green+Blue) = 201+167+241=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9A7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A7F1 is #36580E. Grayscale: #B9B9B9. Windows color (decimal): -3561487 or 15837129. OLE color: 15837129.
HSL color Cylindrical-coordinate representation of color #C9A7F1: hue angle of 267.57º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A7F1 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 167 | 241 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.05 |
| HSL | 267.57º | 0.73% | 0.8% | - |
| HSV(B) | 267.57º | 0.31% | 0.95% | - |
| XYZ | 53.78 | 46.41 | 89.34 | - |
| YUV | 185.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 241 | 0.17 | 0.31 | 0 | 0.05 | 267.57 | 0.73 | 0.8 |
| Hex | C9 | A7 | F1 | 11 | 1F | 0 | 5 | 10C | 49 | 50 |
| Octal | 311 | 247 | 361 | 21 | 37 | 0 | 5 | 414 | 111 | 120 |
| Binary | 11001001 | 10100111 | 11110001 | 10001 | 11111 | 0 | 101 | 100001100 | 1001001 | 1010000 |
Color Harmonies of #C9A7F1
Complementary color
Monochromatic Colors of #C9A7F1
Black with #C9A7F1
Text Example
Text Example
White with #C9A7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A7F1; }
p { color: rgb(201,167,241); }
H1.HeaderClassName
{
color: #C9A7F1;
}
.AnyTagClassName
{
color: #C9A7F1;
}
</style>
background-color css
<style>
a { background-color: #C9A7F1; }
a { background-color: rgb(201,167,241); }
div.DivClassName
{
background-color: #C9A7F1;
}
.BgClassName
{
background-color: #C9A7F1;
}
</style>
border-color css
<style>
span { border-color: #C9A7F1; }
span { border-color: rgb(201,167,241); }
td.TdClassName
{
border-color: #C9A7F1;
}
.TagClassName
{
border-color: #C9A7F1;
}
</style>