Shades of Wisteria #C495DA
Tints of Wisteria #C495DA
RGB
CMYK
RGB Variations
Color information
#C495DA (or 0xC495DA) is known color: Wisteria. HEX triplet: C4, 95 and DA. RGB value is (196,149,218). Sum of RGB (Red+Green+Blue) = 196+149+218=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #C495DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495DA is #3B6A25. Grayscale: #AAAAAA. Windows color (decimal): -3893798 or 14325188. OLE color: 14325188.
HSL color Cylindrical-coordinate representation of color #C495DA: hue angle of 280.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C495DA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 149 | 218 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.15 |
| HSL | 280.87º | 0.48% | 0.72% | - |
| HSV(B) | 280.87º | 0.32% | 0.85% | - |
| XYZ | 46.17 | 38.29 | 71.29 | - |
| YUV | 170.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 218 | 0.10 | 0.32 | 0 | 0.15 | 280.87 | 0.48 | 0.72 |
| Hex | C4 | 95 | DA | A | 20 | 0 | F | 119 | 30 | 48 |
| Octal | 304 | 225 | 332 | 12 | 40 | 0 | 17 | 431 | 60 | 110 |
| Binary | 11000100 | 10010101 | 11011010 | 1010 | 100000 | 0 | 1111 | 100011001 | 110000 | 1001000 |
Color Harmonies of #C495DA
Complementary color
Monochromatic Colors of #C495DA
Black with #C495DA
Text Example
Text Example
White with #C495DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495DA; }
p { color: rgb(196,149,218); }
H1.HeaderClassName
{
color: #C495DA;
}
.AnyTagClassName
{
color: #C495DA;
}
</style>
background-color css
<style>
a { background-color: #C495DA; }
a { background-color: rgb(196,149,218); }
div.DivClassName
{
background-color: #C495DA;
}
.BgClassName
{
background-color: #C495DA;
}
</style>
border-color css
<style>
span { border-color: #C495DA; }
span { border-color: rgb(196,149,218); }
td.TdClassName
{
border-color: #C495DA;
}
.TagClassName
{
border-color: #C495DA;
}
</style>