Shades of Perfume #C3A9D9
Tints of Perfume #C3A9D9
RGB
CMYK
RGB Variations
Color information
#C3A9D9 (or 0xC3A9D9) is known color: Perfume. HEX triplet: C3, A9 and D9. RGB value is (195,169,217). Sum of RGB (Red+Green+Blue) = 195+169+217=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3A9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9D9 is #3C5626. Grayscale: #B6B6B6. Windows color (decimal): -3954215 or 14264771. OLE color: 14264771.
HSL color Cylindrical-coordinate representation of color #C3A9D9: hue angle of 272.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3A9D9 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 169 | 217 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.15 |
| HSL | 272.5º | 0.39% | 0.76% | - |
| HSV(B) | 272.5º | 0.22% | 0.85% | - |
| XYZ | 49.22 | 44.99 | 71.74 | - |
| YUV | 182.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 217 | 0.10 | 0.22 | 0 | 0.15 | 272.5 | 0.39 | 0.76 |
| Hex | C3 | A9 | D9 | A | 16 | 0 | F | 110 | 27 | 4C |
| Octal | 303 | 251 | 331 | 12 | 26 | 0 | 17 | 420 | 47 | 114 |
| Binary | 11000011 | 10101001 | 11011001 | 1010 | 10110 | 0 | 1111 | 100010000 | 100111 | 1001100 |
Color Harmonies of #C3A9D9
Complementary color
Monochromatic Colors of #C3A9D9
Black with #C3A9D9
Text Example
Text Example
White with #C3A9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9D9; }
p { color: rgb(195,169,217); }
H1.HeaderClassName
{
color: #C3A9D9;
}
.AnyTagClassName
{
color: #C3A9D9;
}
</style>
background-color css
<style>
a { background-color: #C3A9D9; }
a { background-color: rgb(195,169,217); }
div.DivClassName
{
background-color: #C3A9D9;
}
.BgClassName
{
background-color: #C3A9D9;
}
</style>
border-color css
<style>
span { border-color: #C3A9D9; }
span { border-color: rgb(195,169,217); }
td.TdClassName
{
border-color: #C3A9D9;
}
.TagClassName
{
border-color: #C3A9D9;
}
</style>