Shades of Wisteria #C19CDE
Tints of Wisteria #C19CDE
RGB
CMYK
RGB Variations
Color information
#C19CDE (or 0xC19CDE) is known color: Wisteria. HEX triplet: C1, 9C and DE. RGB value is (193,156,222). Sum of RGB (Red+Green+Blue) = 193+156+222=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C19CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CDE is #3E6321. Grayscale: #AEAEAE. Windows color (decimal): -4088610 or 14589121. OLE color: 14589121.
HSL color Cylindrical-coordinate representation of color #C19CDE: hue angle of 273.64º 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 #C19CDE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 156 | 222 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.13 |
| HSL | 273.64º | 0.5% | 0.74% | - |
| HSV(B) | 273.64º | 0.3% | 0.87% | - |
| XYZ | 47.07 | 40.39 | 74.42 | - |
| YUV | 174.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 222 | 0.13 | 0.30 | 0 | 0.13 | 273.64 | 0.5 | 0.74 |
| Hex | C1 | 9C | DE | D | 1E | 0 | D | 112 | 32 | 4A |
| Octal | 301 | 234 | 336 | 15 | 36 | 0 | 15 | 422 | 62 | 112 |
| Binary | 11000001 | 10011100 | 11011110 | 1101 | 11110 | 0 | 1101 | 100010010 | 110010 | 1001010 |
Color Harmonies of #C19CDE
Complementary color
Monochromatic Colors of #C19CDE
Black with #C19CDE
Text Example
Text Example
White with #C19CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CDE; }
p { color: rgb(193,156,222); }
H1.HeaderClassName
{
color: #C19CDE;
}
.AnyTagClassName
{
color: #C19CDE;
}
</style>
background-color css
<style>
a { background-color: #C19CDE; }
a { background-color: rgb(193,156,222); }
div.DivClassName
{
background-color: #C19CDE;
}
.BgClassName
{
background-color: #C19CDE;
}
</style>
border-color css
<style>
span { border-color: #C19CDE; }
span { border-color: rgb(193,156,222); }
td.TdClassName
{
border-color: #C19CDE;
}
.TagClassName
{
border-color: #C19CDE;
}
</style>