Shades of Wisteria #C19CDD
Tints of Wisteria #C19CDD
RGB
CMYK
RGB Variations
Color information
#C19CDD (or 0xC19CDD) is known color: Wisteria. HEX triplet: C1, 9C and DD. RGB value is (193,156,221). Sum of RGB (Red+Green+Blue) = 193+156+221=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C19CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CDD is #3E6322. Grayscale: #AEAEAE. Windows color (decimal): -4088611 or 14523585. OLE color: 14523585.
HSL color Cylindrical-coordinate representation of color #C19CDD: hue angle of 274.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19CDD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 156 | 221 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.13 |
| HSL | 274.15º | 0.49% | 0.74% | - |
| HSV(B) | 274.15º | 0.29% | 0.87% | - |
| XYZ | 46.93 | 40.33 | 73.72 | - |
| YUV | 174.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 221 | 0.13 | 0.29 | 0 | 0.13 | 274.15 | 0.49 | 0.74 |
| Hex | C1 | 9C | DD | D | 1D | 0 | D | 112 | 31 | 4A |
| Octal | 301 | 234 | 335 | 15 | 35 | 0 | 15 | 422 | 61 | 112 |
| Binary | 11000001 | 10011100 | 11011101 | 1101 | 11101 | 0 | 1101 | 100010010 | 110001 | 1001010 |
Color Harmonies of #C19CDD
Complementary color
Monochromatic Colors of #C19CDD
Black with #C19CDD
Text Example
Text Example
White with #C19CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CDD; }
p { color: rgb(193,156,221); }
H1.HeaderClassName
{
color: #C19CDD;
}
.AnyTagClassName
{
color: #C19CDD;
}
</style>
background-color css
<style>
a { background-color: #C19CDD; }
a { background-color: rgb(193,156,221); }
div.DivClassName
{
background-color: #C19CDD;
}
.BgClassName
{
background-color: #C19CDD;
}
</style>
border-color css
<style>
span { border-color: #C19CDD; }
span { border-color: rgb(193,156,221); }
td.TdClassName
{
border-color: #C19CDD;
}
.TagClassName
{
border-color: #C19CDD;
}
</style>