Shades of Wisteria #C0A0D3
Tints of Wisteria #C0A0D3
RGB
CMYK
RGB Variations
Color information
#C0A0D3 (or 0xC0A0D3) is known color: Wisteria. HEX triplet: C0, A0 and D3. RGB value is (192,160,211). Sum of RGB (Red+Green+Blue) = 192+160+211=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0A0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0D3 is #3F5F2C. Grayscale: #AFAFAF. Windows color (decimal): -4153133 or 13869248. OLE color: 13869248.
HSL color Cylindrical-coordinate representation of color #C0A0D3: hue angle of 277.65º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A0D3 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 160 | 211 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.17 |
| HSL | 277.65º | 0.37% | 0.73% | - |
| HSV(B) | 277.65º | 0.24% | 0.83% | - |
| XYZ | 46.07 | 41.05 | 67.12 | - |
| YUV | 175.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 211 | 0.09 | 0.24 | 0 | 0.17 | 277.65 | 0.37 | 0.73 |
| Hex | C0 | A0 | D3 | 9 | 18 | 0 | 11 | 116 | 25 | 49 |
| Octal | 300 | 240 | 323 | 11 | 30 | 0 | 21 | 426 | 45 | 111 |
| Binary | 11000000 | 10100000 | 11010011 | 1001 | 11000 | 0 | 10001 | 100010110 | 100101 | 1001001 |
Color Harmonies of #C0A0D3
Complementary color
Monochromatic Colors of #C0A0D3
Black with #C0A0D3
Text Example
Text Example
White with #C0A0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0D3; }
p { color: rgb(192,160,211); }
H1.HeaderClassName
{
color: #C0A0D3;
}
.AnyTagClassName
{
color: #C0A0D3;
}
</style>
background-color css
<style>
a { background-color: #C0A0D3; }
a { background-color: rgb(192,160,211); }
div.DivClassName
{
background-color: #C0A0D3;
}
.BgClassName
{
background-color: #C0A0D3;
}
</style>
border-color css
<style>
span { border-color: #C0A0D3; }
span { border-color: rgb(192,160,211); }
td.TdClassName
{
border-color: #C0A0D3;
}
.TagClassName
{
border-color: #C0A0D3;
}
</style>