Shades of Perfume #C9ACF3
Tints of Perfume #C9ACF3
RGB
CMYK
RGB Variations
Color information
#C9ACF3 (or 0xC9ACF3) is known color: Perfume. HEX triplet: C9, AC and F3. RGB value is (201,172,243). Sum of RGB (Red+Green+Blue) = 201+172+243=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACF3 is #36530C. Grayscale: #BCBCBC. Windows color (decimal): -3560205 or 15969481. OLE color: 15969481.
HSL color Cylindrical-coordinate representation of color #C9ACF3: hue angle of 264.51º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9ACF3 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 172 | 243 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.05 |
| HSL | 264.51º | 0.75% | 0.81% | - |
| HSV(B) | 264.51º | 0.29% | 0.95% | - |
| XYZ | 55.02 | 48.39 | 91.24 | - |
| YUV | 188.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 243 | 0.17 | 0.29 | 0 | 0.05 | 264.51 | 0.75 | 0.81 |
| Hex | C9 | AC | F3 | 11 | 1D | 0 | 5 | 109 | 4B | 51 |
| Octal | 311 | 254 | 363 | 21 | 35 | 0 | 5 | 411 | 113 | 121 |
| Binary | 11001001 | 10101100 | 11110011 | 10001 | 11101 | 0 | 101 | 100001001 | 1001011 | 1010001 |
Color Harmonies of #C9ACF3
Complementary color
Monochromatic Colors of #C9ACF3
Black with #C9ACF3
Text Example
Text Example
White with #C9ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACF3; }
p { color: rgb(201,172,243); }
H1.HeaderClassName
{
color: #C9ACF3;
}
.AnyTagClassName
{
color: #C9ACF3;
}
</style>
background-color css
<style>
a { background-color: #C9ACF3; }
a { background-color: rgb(201,172,243); }
div.DivClassName
{
background-color: #C9ACF3;
}
.BgClassName
{
background-color: #C9ACF3;
}
</style>
border-color css
<style>
span { border-color: #C9ACF3; }
span { border-color: rgb(201,172,243); }
td.TdClassName
{
border-color: #C9ACF3;
}
.TagClassName
{
border-color: #C9ACF3;
}
</style>