Shades of Perfume #C0A3D9
Tints of Perfume #C0A3D9
RGB
CMYK
RGB Variations
Color information
#C0A3D9 (or 0xC0A3D9) is known color: Perfume. HEX triplet: C0, A3 and D9. RGB value is (192,163,217). Sum of RGB (Red+Green+Blue) = 192+163+217=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0A3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3D9 is #3F5C26. Grayscale: #B1B1B1. Windows color (decimal): -4152359 or 14263232. OLE color: 14263232.
HSL color Cylindrical-coordinate representation of color #C0A3D9: hue angle of 272.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0A3D9 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 163 | 217 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.15 |
| HSL | 272.22º | 0.42% | 0.75% | - |
| HSV(B) | 272.22º | 0.25% | 0.85% | - |
| XYZ | 47.36 | 42.41 | 71.34 | - |
| YUV | 177.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 217 | 0.12 | 0.25 | 0 | 0.15 | 272.22 | 0.42 | 0.75 |
| Hex | C0 | A3 | D9 | C | 19 | 0 | F | 110 | 2A | 4B |
| Octal | 300 | 243 | 331 | 14 | 31 | 0 | 17 | 420 | 52 | 113 |
| Binary | 11000000 | 10100011 | 11011001 | 1100 | 11001 | 0 | 1111 | 100010000 | 101010 | 1001011 |
Color Harmonies of #C0A3D9
Complementary color
Monochromatic Colors of #C0A3D9
Black with #C0A3D9
Text Example
Text Example
White with #C0A3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3D9; }
p { color: rgb(192,163,217); }
H1.HeaderClassName
{
color: #C0A3D9;
}
.AnyTagClassName
{
color: #C0A3D9;
}
</style>
background-color css
<style>
a { background-color: #C0A3D9; }
a { background-color: rgb(192,163,217); }
div.DivClassName
{
background-color: #C0A3D9;
}
.BgClassName
{
background-color: #C0A3D9;
}
</style>
border-color css
<style>
span { border-color: #C0A3D9; }
span { border-color: rgb(192,163,217); }
td.TdClassName
{
border-color: #C0A3D9;
}
.TagClassName
{
border-color: #C0A3D9;
}
</style>