Shades of Perfume #C9A4F2
Tints of Perfume #C9A4F2
RGB
CMYK
RGB Variations
Color information
#C9A4F2 (or 0xC9A4F2) is known color: Perfume. HEX triplet: C9, A4 and F2. RGB value is (201,164,242). Sum of RGB (Red+Green+Blue) = 201+164+242=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #C9A4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A4F2 is #365B0D. Grayscale: #B7B7B7. Windows color (decimal): -3562254 or 15901897. OLE color: 15901897.
HSL color Cylindrical-coordinate representation of color #C9A4F2: hue angle of 268.46º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9A4F2 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 164 | 242 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.05 |
| HSL | 268.46º | 0.75% | 0.8% | - |
| HSV(B) | 268.46º | 0.32% | 0.95% | - |
| XYZ | 53.39 | 45.38 | 89.95 | - |
| YUV | 183.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 242 | 0.17 | 0.32 | 0 | 0.05 | 268.46 | 0.75 | 0.8 |
| Hex | C9 | A4 | F2 | 11 | 20 | 0 | 5 | 10C | 4B | 50 |
| Octal | 311 | 244 | 362 | 21 | 40 | 0 | 5 | 414 | 113 | 120 |
| Binary | 11001001 | 10100100 | 11110010 | 10001 | 100000 | 0 | 101 | 100001100 | 1001011 | 1010000 |
Color Harmonies of #C9A4F2
Complementary color
Monochromatic Colors of #C9A4F2
Black with #C9A4F2
Text Example
Text Example
White with #C9A4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4F2; }
p { color: rgb(201,164,242); }
H1.HeaderClassName
{
color: #C9A4F2;
}
.AnyTagClassName
{
color: #C9A4F2;
}
</style>
background-color css
<style>
a { background-color: #C9A4F2; }
a { background-color: rgb(201,164,242); }
div.DivClassName
{
background-color: #C9A4F2;
}
.BgClassName
{
background-color: #C9A4F2;
}
</style>
border-color css
<style>
span { border-color: #C9A4F2; }
span { border-color: rgb(201,164,242); }
td.TdClassName
{
border-color: #C9A4F2;
}
.TagClassName
{
border-color: #C9A4F2;
}
</style>