Shades of Wisteria #C0A3CD
Tints of Wisteria #C0A3CD
RGB
CMYK
RGB Variations
Color information
#C0A3CD (or 0xC0A3CD) is known color: Wisteria. HEX triplet: C0, A3 and CD. RGB value is (192,163,205). Sum of RGB (Red+Green+Blue) = 192+163+205=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A3CD is #3F5C32. Grayscale: #B0B0B0. Windows color (decimal): -4152371 or 13476800. OLE color: 13476800.
HSL color Cylindrical-coordinate representation of color #C0A3CD: hue angle of 281.43º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A3CD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 163 | 205 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.20 |
| HSL | 281.43º | 0.3% | 0.72% | - |
| HSV(B) | 281.43º | 0.2% | 0.8% | - |
| XYZ | 45.85 | 41.81 | 63.41 | - |
| YUV | 176.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 205 | 0.06 | 0.20 | 0 | 0.20 | 281.43 | 0.3 | 0.72 |
| Hex | C0 | A3 | CD | 6 | 14 | 0 | 14 | 119 | 1E | 48 |
| Octal | 300 | 243 | 315 | 6 | 24 | 0 | 24 | 431 | 36 | 110 |
| Binary | 11000000 | 10100011 | 11001101 | 110 | 10100 | 0 | 10100 | 100011001 | 11110 | 1001000 |
Color Harmonies of #C0A3CD
Complementary color
Monochromatic Colors of #C0A3CD
Black with #C0A3CD
Text Example
Text Example
White with #C0A3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A3CD; }
p { color: rgb(192,163,205); }
H1.HeaderClassName
{
color: #C0A3CD;
}
.AnyTagClassName
{
color: #C0A3CD;
}
</style>
background-color css
<style>
a { background-color: #C0A3CD; }
a { background-color: rgb(192,163,205); }
div.DivClassName
{
background-color: #C0A3CD;
}
.BgClassName
{
background-color: #C0A3CD;
}
</style>
border-color css
<style>
span { border-color: #C0A3CD; }
span { border-color: rgb(192,163,205); }
td.TdClassName
{
border-color: #C0A3CD;
}
.TagClassName
{
border-color: #C0A3CD;
}
</style>