Shades of Wisteria #C19DD5
Tints of Wisteria #C19DD5
RGB
CMYK
RGB Variations
Color information
#C19DD5 (or 0xC19DD5) is known color: Wisteria. HEX triplet: C1, 9D and D5. RGB value is (193,157,213). Sum of RGB (Red+Green+Blue) = 193+157+213=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #C19DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DD5 is #3E622A. Grayscale: #ADADAD. Windows color (decimal): -4088363 or 13999553. OLE color: 13999553.
HSL color Cylindrical-coordinate representation of color #C19DD5: hue angle of 278.57º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19DD5 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 157 | 213 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.16 |
| HSL | 278.57º | 0.4% | 0.73% | - |
| HSV(B) | 278.57º | 0.26% | 0.84% | - |
| XYZ | 46.06 | 40.26 | 68.29 | - |
| YUV | 174.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 213 | 0.09 | 0.26 | 0 | 0.16 | 278.57 | 0.4 | 0.73 |
| Hex | C1 | 9D | D5 | 9 | 1A | 0 | 10 | 117 | 28 | 49 |
| Octal | 301 | 235 | 325 | 11 | 32 | 0 | 20 | 427 | 50 | 111 |
| Binary | 11000001 | 10011101 | 11010101 | 1001 | 11010 | 0 | 10000 | 100010111 | 101000 | 1001001 |
Color Harmonies of #C19DD5
Complementary color
Monochromatic Colors of #C19DD5
Black with #C19DD5
Text Example
Text Example
White with #C19DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DD5; }
p { color: rgb(193,157,213); }
H1.HeaderClassName
{
color: #C19DD5;
}
.AnyTagClassName
{
color: #C19DD5;
}
</style>
background-color css
<style>
a { background-color: #C19DD5; }
a { background-color: rgb(193,157,213); }
div.DivClassName
{
background-color: #C19DD5;
}
.BgClassName
{
background-color: #C19DD5;
}
</style>
border-color css
<style>
span { border-color: #C19DD5; }
span { border-color: rgb(193,157,213); }
td.TdClassName
{
border-color: #C19DD5;
}
.TagClassName
{
border-color: #C19DD5;
}
</style>