Shades of Wisteria #C0A0D0
Tints of Wisteria #C0A0D0
RGB
CMYK
RGB Variations
Color information
#C0A0D0 (or 0xC0A0D0) is known color: Wisteria. HEX triplet: C0, A0 and D0. RGB value is (192,160,208). Sum of RGB (Red+Green+Blue) = 192+160+208=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0D0 is #3F5F2F. Grayscale: #AEAEAE. Windows color (decimal): -4153136 or 13672640. OLE color: 13672640.
HSL color Cylindrical-coordinate representation of color #C0A0D0: hue angle of 280º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0A0D0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 160 | 208 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.18 |
| HSL | 280º | 0.34% | 0.72% | - |
| HSV(B) | 280º | 0.23% | 0.82% | - |
| XYZ | 45.69 | 40.9 | 65.16 | - |
| YUV | 175.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 208 | 0.08 | 0.23 | 0 | 0.18 | 280 | 0.34 | 0.72 |
| Hex | C0 | A0 | D0 | 8 | 17 | 0 | 12 | 118 | 22 | 48 |
| Octal | 300 | 240 | 320 | 10 | 27 | 0 | 22 | 430 | 42 | 110 |
| Binary | 11000000 | 10100000 | 11010000 | 1000 | 10111 | 0 | 10010 | 100011000 | 100010 | 1001000 |
Color Harmonies of #C0A0D0
Complementary color
Monochromatic Colors of #C0A0D0
Black with #C0A0D0
Text Example
Text Example
White with #C0A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0D0; }
p { color: rgb(192,160,208); }
H1.HeaderClassName
{
color: #C0A0D0;
}
.AnyTagClassName
{
color: #C0A0D0;
}
</style>
background-color css
<style>
a { background-color: #C0A0D0; }
a { background-color: rgb(192,160,208); }
div.DivClassName
{
background-color: #C0A0D0;
}
.BgClassName
{
background-color: #C0A0D0;
}
</style>
border-color css
<style>
span { border-color: #C0A0D0; }
span { border-color: rgb(192,160,208); }
td.TdClassName
{
border-color: #C0A0D0;
}
.TagClassName
{
border-color: #C0A0D0;
}
</style>