Shades of Perfume #C2A5D9
Tints of Perfume #C2A5D9
RGB
CMYK
RGB Variations
Color information
#C2A5D9 (or 0xC2A5D9) is known color: Perfume. HEX triplet: C2, A5 and D9. RGB value is (194,165,217). Sum of RGB (Red+Green+Blue) = 194+165+217=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2A5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5D9 is #3D5A26. Grayscale: #B3B3B3. Windows color (decimal): -4020775 or 14263746. OLE color: 14263746.
HSL color Cylindrical-coordinate representation of color #C2A5D9: 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 #C2A5D9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 165 | 217 | - |
| 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.23 | 43.39 | 71.48 | - |
| YUV | 179.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 217 | 0.11 | 0.24 | 0 | 0.15 | 273.46 | 0.41 | 0.75 |
| Hex | C2 | A5 | D9 | B | 18 | 0 | F | 111 | 29 | 4B |
| Octal | 302 | 245 | 331 | 13 | 30 | 0 | 17 | 421 | 51 | 113 |
| Binary | 11000010 | 10100101 | 11011001 | 1011 | 11000 | 0 | 1111 | 100010001 | 101001 | 1001011 |
Color Harmonies of #C2A5D9
Complementary color
Monochromatic Colors of #C2A5D9
Black with #C2A5D9
Text Example
Text Example
White with #C2A5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5D9; }
p { color: rgb(194,165,217); }
H1.HeaderClassName
{
color: #C2A5D9;
}
.AnyTagClassName
{
color: #C2A5D9;
}
</style>
background-color css
<style>
a { background-color: #C2A5D9; }
a { background-color: rgb(194,165,217); }
div.DivClassName
{
background-color: #C2A5D9;
}
.BgClassName
{
background-color: #C2A5D9;
}
</style>
border-color css
<style>
span { border-color: #C2A5D9; }
span { border-color: rgb(194,165,217); }
td.TdClassName
{
border-color: #C2A5D9;
}
.TagClassName
{
border-color: #C2A5D9;
}
</style>