Shades of Perfume #C3A1DF
Tints of Perfume #C3A1DF
RGB
CMYK
RGB Variations
Color information
#C3A1DF (or 0xC3A1DF) is known color: Perfume. HEX triplet: C3, A1 and DF. RGB value is (195,161,223). Sum of RGB (Red+Green+Blue) = 195+161+223=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1DF is #3C5E20. Grayscale: #B2B2B2. Windows color (decimal): -3956257 or 14655939. OLE color: 14655939.
HSL color Cylindrical-coordinate representation of color #C3A1DF: hue angle of 272.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A1DF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 161 | 223 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.13 |
| HSL | 272.9º | 0.49% | 0.75% | - |
| HSV(B) | 272.9º | 0.28% | 0.87% | - |
| XYZ | 48.57 | 42.42 | 75.44 | - |
| YUV | 178.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 223 | 0.13 | 0.28 | 0 | 0.13 | 272.9 | 0.49 | 0.75 |
| Hex | C3 | A1 | DF | D | 1C | 0 | D | 111 | 31 | 4B |
| Octal | 303 | 241 | 337 | 15 | 34 | 0 | 15 | 421 | 61 | 113 |
| Binary | 11000011 | 10100001 | 11011111 | 1101 | 11100 | 0 | 1101 | 100010001 | 110001 | 1001011 |
Color Harmonies of #C3A1DF
Complementary color
Monochromatic Colors of #C3A1DF
Black with #C3A1DF
Text Example
Text Example
White with #C3A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A1DF; }
p { color: rgb(195,161,223); }
H1.HeaderClassName
{
color: #C3A1DF;
}
.AnyTagClassName
{
color: #C3A1DF;
}
</style>
background-color css
<style>
a { background-color: #C3A1DF; }
a { background-color: rgb(195,161,223); }
div.DivClassName
{
background-color: #C3A1DF;
}
.BgClassName
{
background-color: #C3A1DF;
}
</style>
border-color css
<style>
span { border-color: #C3A1DF; }
span { border-color: rgb(195,161,223); }
td.TdClassName
{
border-color: #C3A1DF;
}
.TagClassName
{
border-color: #C3A1DF;
}
</style>