Shades of Wisteria #C19ADE
Tints of Wisteria #C19ADE
RGB
CMYK
RGB Variations
Color information
#C19ADE (or 0xC19ADE) is known color: Wisteria. HEX triplet: C1, 9A and DE. RGB value is (193,154,222). Sum of RGB (Red+Green+Blue) = 193+154+222=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C19ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ADE is #3E6521. Grayscale: #ADADAD. Windows color (decimal): -4089122 or 14588609. OLE color: 14588609.
HSL color Cylindrical-coordinate representation of color #C19ADE: hue angle of 274.41º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C19ADE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 154 | 222 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.13 |
| HSL | 274.41º | 0.51% | 0.74% | - |
| HSV(B) | 274.41º | 0.31% | 0.87% | - |
| XYZ | 46.73 | 39.72 | 74.31 | - |
| YUV | 173.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 222 | 0.13 | 0.31 | 0 | 0.13 | 274.41 | 0.51 | 0.74 |
| Hex | C1 | 9A | DE | D | 1F | 0 | D | 112 | 33 | 4A |
| Octal | 301 | 232 | 336 | 15 | 37 | 0 | 15 | 422 | 63 | 112 |
| Binary | 11000001 | 10011010 | 11011110 | 1101 | 11111 | 0 | 1101 | 100010010 | 110011 | 1001010 |
Color Harmonies of #C19ADE
Complementary color
Monochromatic Colors of #C19ADE
Black with #C19ADE
Text Example
Text Example
White with #C19ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ADE; }
p { color: rgb(193,154,222); }
H1.HeaderClassName
{
color: #C19ADE;
}
.AnyTagClassName
{
color: #C19ADE;
}
</style>
background-color css
<style>
a { background-color: #C19ADE; }
a { background-color: rgb(193,154,222); }
div.DivClassName
{
background-color: #C19ADE;
}
.BgClassName
{
background-color: #C19ADE;
}
</style>
border-color css
<style>
span { border-color: #C19ADE; }
span { border-color: rgb(193,154,222); }
td.TdClassName
{
border-color: #C19ADE;
}
.TagClassName
{
border-color: #C19ADE;
}
</style>