Shades of Wisteria #C19ADD
Tints of Wisteria #C19ADD
RGB
CMYK
RGB Variations
Color information
#C19ADD (or 0xC19ADD) is known color: Wisteria. HEX triplet: C1, 9A and DD. RGB value is (193,154,221). Sum of RGB (Red+Green+Blue) = 193+154+221=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C19ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ADD is #3E6522. Grayscale: #ADADAD. Windows color (decimal): -4089123 or 14523073. OLE color: 14523073.
HSL color Cylindrical-coordinate representation of color #C19ADD: hue angle of 274.93º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19ADD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 154 | 221 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.13 |
| HSL | 274.93º | 0.5% | 0.74% | - |
| HSV(B) | 274.93º | 0.3% | 0.87% | - |
| XYZ | 46.6 | 39.67 | 73.61 | - |
| YUV | 173.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 221 | 0.13 | 0.30 | 0 | 0.13 | 274.93 | 0.5 | 0.74 |
| Hex | C1 | 9A | DD | D | 1E | 0 | D | 113 | 32 | 4A |
| Octal | 301 | 232 | 335 | 15 | 36 | 0 | 15 | 423 | 62 | 112 |
| Binary | 11000001 | 10011010 | 11011101 | 1101 | 11110 | 0 | 1101 | 100010011 | 110010 | 1001010 |
Color Harmonies of #C19ADD
Complementary color
Monochromatic Colors of #C19ADD
Black with #C19ADD
Text Example
Text Example
White with #C19ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ADD; }
p { color: rgb(193,154,221); }
H1.HeaderClassName
{
color: #C19ADD;
}
.AnyTagClassName
{
color: #C19ADD;
}
</style>
background-color css
<style>
a { background-color: #C19ADD; }
a { background-color: rgb(193,154,221); }
div.DivClassName
{
background-color: #C19ADD;
}
.BgClassName
{
background-color: #C19ADD;
}
</style>
border-color css
<style>
span { border-color: #C19ADD; }
span { border-color: rgb(193,154,221); }
td.TdClassName
{
border-color: #C19ADD;
}
.TagClassName
{
border-color: #C19ADD;
}
</style>