Shades of Perfume #C3A8DF
Tints of Perfume #C3A8DF
RGB
CMYK
RGB Variations
Color information
#C3A8DF (or 0xC3A8DF) is known color: Perfume. HEX triplet: C3, A8 and DF. RGB value is (195,168,223). Sum of RGB (Red+Green+Blue) = 195+168+223=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8DF is #3C5720. Grayscale: #B6B6B6. Windows color (decimal): -3954465 or 14657731. OLE color: 14657731.
HSL color Cylindrical-coordinate representation of color #C3A8DF: hue angle of 269.45º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3A8DF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 168 | 223 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.13 |
| HSL | 269.45º | 0.46% | 0.77% | - |
| HSV(B) | 269.45º | 0.25% | 0.87% | - |
| XYZ | 49.83 | 44.94 | 75.86 | - |
| YUV | 182.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 223 | 0.13 | 0.25 | 0 | 0.13 | 269.45 | 0.46 | 0.77 |
| Hex | C3 | A8 | DF | D | 19 | 0 | D | 10D | 2E | 4D |
| Octal | 303 | 250 | 337 | 15 | 31 | 0 | 15 | 415 | 56 | 115 |
| Binary | 11000011 | 10101000 | 11011111 | 1101 | 11001 | 0 | 1101 | 100001101 | 101110 | 1001101 |
Color Harmonies of #C3A8DF
Complementary color
Monochromatic Colors of #C3A8DF
Black with #C3A8DF
Text Example
Text Example
White with #C3A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8DF; }
p { color: rgb(195,168,223); }
H1.HeaderClassName
{
color: #C3A8DF;
}
.AnyTagClassName
{
color: #C3A8DF;
}
</style>
background-color css
<style>
a { background-color: #C3A8DF; }
a { background-color: rgb(195,168,223); }
div.DivClassName
{
background-color: #C3A8DF;
}
.BgClassName
{
background-color: #C3A8DF;
}
</style>
border-color css
<style>
span { border-color: #C3A8DF; }
span { border-color: rgb(195,168,223); }
td.TdClassName
{
border-color: #C3A8DF;
}
.TagClassName
{
border-color: #C3A8DF;
}
</style>