Shades of Wisteria #C19DD6
Tints of Wisteria #C19DD6
RGB
CMYK
RGB Variations
Color information
#C19DD6 (or 0xC19DD6) is known color: Wisteria. HEX triplet: C1, 9D and D6. RGB value is (193,157,214). Sum of RGB (Red+Green+Blue) = 193+157+214=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #C19DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DD6 is #3E6229. Grayscale: #AEAEAE. Windows color (decimal): -4088362 or 14065089. OLE color: 14065089.
HSL color Cylindrical-coordinate representation of color #C19DD6: hue angle of 277.89º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C19DD6 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 157 | 214 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.16 |
| HSL | 277.89º | 0.41% | 0.73% | - |
| HSV(B) | 277.89º | 0.27% | 0.84% | - |
| XYZ | 46.19 | 40.31 | 68.96 | - |
| YUV | 174.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 214 | 0.10 | 0.27 | 0 | 0.16 | 277.89 | 0.41 | 0.73 |
| Hex | C1 | 9D | D6 | A | 1B | 0 | 10 | 116 | 29 | 49 |
| Octal | 301 | 235 | 326 | 12 | 33 | 0 | 20 | 426 | 51 | 111 |
| Binary | 11000001 | 10011101 | 11010110 | 1010 | 11011 | 0 | 10000 | 100010110 | 101001 | 1001001 |
Color Harmonies of #C19DD6
Complementary color
Monochromatic Colors of #C19DD6
Black with #C19DD6
Text Example
Text Example
White with #C19DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DD6; }
p { color: rgb(193,157,214); }
H1.HeaderClassName
{
color: #C19DD6;
}
.AnyTagClassName
{
color: #C19DD6;
}
</style>
background-color css
<style>
a { background-color: #C19DD6; }
a { background-color: rgb(193,157,214); }
div.DivClassName
{
background-color: #C19DD6;
}
.BgClassName
{
background-color: #C19DD6;
}
</style>
border-color css
<style>
span { border-color: #C19DD6; }
span { border-color: rgb(193,157,214); }
td.TdClassName
{
border-color: #C19DD6;
}
.TagClassName
{
border-color: #C19DD6;
}
</style>