Shades of Wisteria #C19ADA
Tints of Wisteria #C19ADA
RGB
CMYK
RGB Variations
Color information
#C19ADA (or 0xC19ADA) is known color: Wisteria. HEX triplet: C1, 9A and DA. RGB value is (193,154,218). Sum of RGB (Red+Green+Blue) = 193+154+218=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C19ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ADA is #3E6525. Grayscale: #ACACAC. Windows color (decimal): -4089126 or 14326465. OLE color: 14326465.
HSL color Cylindrical-coordinate representation of color #C19ADA: hue angle of 276.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19ADA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 154 | 218 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.15 |
| HSL | 276.56º | 0.46% | 0.73% | - |
| HSV(B) | 276.56º | 0.29% | 0.85% | - |
| XYZ | 46.2 | 39.51 | 71.52 | - |
| YUV | 172.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 218 | 0.11 | 0.29 | 0 | 0.15 | 276.56 | 0.46 | 0.73 |
| Hex | C1 | 9A | DA | B | 1D | 0 | F | 115 | 2E | 49 |
| Octal | 301 | 232 | 332 | 13 | 35 | 0 | 17 | 425 | 56 | 111 |
| Binary | 11000001 | 10011010 | 11011010 | 1011 | 11101 | 0 | 1111 | 100010101 | 101110 | 1001001 |
Color Harmonies of #C19ADA
Complementary color
Monochromatic Colors of #C19ADA
Black with #C19ADA
Text Example
Text Example
White with #C19ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ADA; }
p { color: rgb(193,154,218); }
H1.HeaderClassName
{
color: #C19ADA;
}
.AnyTagClassName
{
color: #C19ADA;
}
</style>
background-color css
<style>
a { background-color: #C19ADA; }
a { background-color: rgb(193,154,218); }
div.DivClassName
{
background-color: #C19ADA;
}
.BgClassName
{
background-color: #C19ADA;
}
</style>
border-color css
<style>
span { border-color: #C19ADA; }
span { border-color: rgb(193,154,218); }
td.TdClassName
{
border-color: #C19ADA;
}
.TagClassName
{
border-color: #C19ADA;
}
</style>