Shades of Wisteria #C19DD3
Tints of Wisteria #C19DD3
RGB
CMYK
RGB Variations
Color information
#C19DD3 (or 0xC19DD3) is known color: Wisteria. HEX triplet: C1, 9D and D3. RGB value is (193,157,211). Sum of RGB (Red+Green+Blue) = 193+157+211=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #C19DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DD3 is #3E622C. Grayscale: #ADADAD. Windows color (decimal): -4088365 or 13868481. OLE color: 13868481.
HSL color Cylindrical-coordinate representation of color #C19DD3: hue angle of 280º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19DD3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 157 | 211 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.17 |
| HSL | 280º | 0.38% | 0.72% | - |
| HSV(B) | 280º | 0.26% | 0.83% | - |
| XYZ | 45.81 | 40.15 | 66.96 | - |
| YUV | 173.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 211 | 0.09 | 0.26 | 0 | 0.17 | 280 | 0.38 | 0.72 |
| Hex | C1 | 9D | D3 | 9 | 1A | 0 | 11 | 118 | 26 | 48 |
| Octal | 301 | 235 | 323 | 11 | 32 | 0 | 21 | 430 | 46 | 110 |
| Binary | 11000001 | 10011101 | 11010011 | 1001 | 11010 | 0 | 10001 | 100011000 | 100110 | 1001000 |
Color Harmonies of #C19DD3
Complementary color
Monochromatic Colors of #C19DD3
Black with #C19DD3
Text Example
Text Example
White with #C19DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DD3; }
p { color: rgb(193,157,211); }
H1.HeaderClassName
{
color: #C19DD3;
}
.AnyTagClassName
{
color: #C19DD3;
}
</style>
background-color css
<style>
a { background-color: #C19DD3; }
a { background-color: rgb(193,157,211); }
div.DivClassName
{
background-color: #C19DD3;
}
.BgClassName
{
background-color: #C19DD3;
}
</style>
border-color css
<style>
span { border-color: #C19DD3; }
span { border-color: rgb(193,157,211); }
td.TdClassName
{
border-color: #C19DD3;
}
.TagClassName
{
border-color: #C19DD3;
}
</style>