Shades of Perfume #C3A9DF
Tints of Perfume #C3A9DF
RGB
CMYK
RGB Variations
Color information
#C3A9DF (or 0xC3A9DF) is known color: Perfume. HEX triplet: C3, A9 and DF. RGB value is (195,169,223). Sum of RGB (Red+Green+Blue) = 195+169+223=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9DF is #3C5620. Grayscale: #B6B6B6. Windows color (decimal): -3954209 or 14657987. OLE color: 14657987.
HSL color Cylindrical-coordinate representation of color #C3A9DF: hue angle of 268.89º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3A9DF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 169 | 223 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.13 |
| HSL | 268.89º | 0.46% | 0.77% | - |
| HSV(B) | 268.89º | 0.24% | 0.87% | - |
| XYZ | 50.01 | 45.31 | 75.92 | - |
| YUV | 182.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 223 | 0.13 | 0.24 | 0 | 0.13 | 268.89 | 0.46 | 0.77 |
| Hex | C3 | A9 | DF | D | 18 | 0 | D | 10D | 2E | 4D |
| Octal | 303 | 251 | 337 | 15 | 30 | 0 | 15 | 415 | 56 | 115 |
| Binary | 11000011 | 10101001 | 11011111 | 1101 | 11000 | 0 | 1101 | 100001101 | 101110 | 1001101 |
Color Harmonies of #C3A9DF
Complementary color
Monochromatic Colors of #C3A9DF
Black with #C3A9DF
Text Example
Text Example
White with #C3A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9DF; }
p { color: rgb(195,169,223); }
H1.HeaderClassName
{
color: #C3A9DF;
}
.AnyTagClassName
{
color: #C3A9DF;
}
</style>
background-color css
<style>
a { background-color: #C3A9DF; }
a { background-color: rgb(195,169,223); }
div.DivClassName
{
background-color: #C3A9DF;
}
.BgClassName
{
background-color: #C3A9DF;
}
</style>
border-color css
<style>
span { border-color: #C3A9DF; }
span { border-color: rgb(195,169,223); }
td.TdClassName
{
border-color: #C3A9DF;
}
.TagClassName
{
border-color: #C3A9DF;
}
</style>