Shades of Wisteria #C0A5CD
Tints of Wisteria #C0A5CD
RGB
CMYK
RGB Variations
Color information
#C0A5CD (or 0xC0A5CD) is known color: Wisteria. HEX triplet: C0, A5 and CD. RGB value is (192,165,205). Sum of RGB (Red+Green+Blue) = 192+165+205=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A5CD is #3F5A32. Grayscale: #B1B1B1. Windows color (decimal): -4151859 or 13477312. OLE color: 13477312.
HSL color Cylindrical-coordinate representation of color #C0A5CD: hue angle of 280.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A5CD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 165 | 205 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.20 |
| HSL | 280.5º | 0.29% | 0.73% | - |
| HSV(B) | 280.5º | 0.2% | 0.8% | - |
| XYZ | 46.21 | 42.52 | 63.53 | - |
| YUV | 177.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 205 | 0.06 | 0.20 | 0 | 0.20 | 280.5 | 0.29 | 0.73 |
| Hex | C0 | A5 | CD | 6 | 14 | 0 | 14 | 118 | 1D | 49 |
| Octal | 300 | 245 | 315 | 6 | 24 | 0 | 24 | 430 | 35 | 111 |
| Binary | 11000000 | 10100101 | 11001101 | 110 | 10100 | 0 | 10100 | 100011000 | 11101 | 1001001 |
Color Harmonies of #C0A5CD
Complementary color
Monochromatic Colors of #C0A5CD
Black with #C0A5CD
Text Example
Text Example
White with #C0A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5CD; }
p { color: rgb(192,165,205); }
H1.HeaderClassName
{
color: #C0A5CD;
}
.AnyTagClassName
{
color: #C0A5CD;
}
</style>
background-color css
<style>
a { background-color: #C0A5CD; }
a { background-color: rgb(192,165,205); }
div.DivClassName
{
background-color: #C0A5CD;
}
.BgClassName
{
background-color: #C0A5CD;
}
</style>
border-color css
<style>
span { border-color: #C0A5CD; }
span { border-color: rgb(192,165,205); }
td.TdClassName
{
border-color: #C0A5CD;
}
.TagClassName
{
border-color: #C0A5CD;
}
</style>