Shades of Perfume #C3A6DA
Tints of Perfume #C3A6DA
RGB
CMYK
RGB Variations
Color information
#C3A6DA (or 0xC3A6DA) is known color: Perfume. HEX triplet: C3, A6 and DA. RGB value is (195,166,218). Sum of RGB (Red+Green+Blue) = 195+166+218=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6DA is #3C5925. Grayscale: #B4B4B4. Windows color (decimal): -3954982 or 14329539. OLE color: 14329539.
HSL color Cylindrical-coordinate representation of color #C3A6DA: hue angle of 273.46º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3A6DA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 166 | 218 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.15 |
| HSL | 273.46º | 0.41% | 0.75% | - |
| HSV(B) | 273.46º | 0.24% | 0.85% | - |
| XYZ | 48.8 | 43.94 | 72.24 | - |
| YUV | 180.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 218 | 0.11 | 0.24 | 0 | 0.15 | 273.46 | 0.41 | 0.75 |
| Hex | C3 | A6 | DA | B | 18 | 0 | F | 111 | 29 | 4B |
| Octal | 303 | 246 | 332 | 13 | 30 | 0 | 17 | 421 | 51 | 113 |
| Binary | 11000011 | 10100110 | 11011010 | 1011 | 11000 | 0 | 1111 | 100010001 | 101001 | 1001011 |
Color Harmonies of #C3A6DA
Complementary color
Monochromatic Colors of #C3A6DA
Black with #C3A6DA
Text Example
Text Example
White with #C3A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A6DA; }
p { color: rgb(195,166,218); }
H1.HeaderClassName
{
color: #C3A6DA;
}
.AnyTagClassName
{
color: #C3A6DA;
}
</style>
background-color css
<style>
a { background-color: #C3A6DA; }
a { background-color: rgb(195,166,218); }
div.DivClassName
{
background-color: #C3A6DA;
}
.BgClassName
{
background-color: #C3A6DA;
}
</style>
border-color css
<style>
span { border-color: #C3A6DA; }
span { border-color: rgb(195,166,218); }
td.TdClassName
{
border-color: #C3A6DA;
}
.TagClassName
{
border-color: #C3A6DA;
}
</style>