Shades of Perfume #C3A9DC
Tints of Perfume #C3A9DC
RGB
CMYK
RGB Variations
Color information
#C3A9DC (or 0xC3A9DC) is known color: Perfume. HEX triplet: C3, A9 and DC. RGB value is (195,169,220). Sum of RGB (Red+Green+Blue) = 195+169+220=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9DC is #3C5623. Grayscale: #B6B6B6. Windows color (decimal): -3954212 or 14461379. OLE color: 14461379.
HSL color Cylindrical-coordinate representation of color #C3A9DC: hue angle of 270.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3A9DC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 169 | 220 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.14 |
| HSL | 270.59º | 0.42% | 0.76% | - |
| HSV(B) | 270.59º | 0.23% | 0.86% | - |
| XYZ | 49.61 | 45.15 | 73.81 | - |
| YUV | 182.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 220 | 0.11 | 0.23 | 0 | 0.14 | 270.59 | 0.42 | 0.76 |
| Hex | C3 | A9 | DC | B | 17 | 0 | E | 10F | 2A | 4C |
| Octal | 303 | 251 | 334 | 13 | 27 | 0 | 16 | 417 | 52 | 114 |
| Binary | 11000011 | 10101001 | 11011100 | 1011 | 10111 | 0 | 1110 | 100001111 | 101010 | 1001100 |
Color Harmonies of #C3A9DC
Complementary color
Monochromatic Colors of #C3A9DC
Black with #C3A9DC
Text Example
Text Example
White with #C3A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9DC; }
p { color: rgb(195,169,220); }
H1.HeaderClassName
{
color: #C3A9DC;
}
.AnyTagClassName
{
color: #C3A9DC;
}
</style>
background-color css
<style>
a { background-color: #C3A9DC; }
a { background-color: rgb(195,169,220); }
div.DivClassName
{
background-color: #C3A9DC;
}
.BgClassName
{
background-color: #C3A9DC;
}
</style>
border-color css
<style>
span { border-color: #C3A9DC; }
span { border-color: rgb(195,169,220); }
td.TdClassName
{
border-color: #C3A9DC;
}
.TagClassName
{
border-color: #C3A9DC;
}
</style>