Shades of Wisteria #C19CD3
Tints of Wisteria #C19CD3
RGB
CMYK
RGB Variations
Color information
#C19CD3 (or 0xC19CD3) is known color: Wisteria. HEX triplet: C1, 9C and D3. RGB value is (193,156,211). Sum of RGB (Red+Green+Blue) = 193+156+211=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #C19CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD3 is #3E632C. Grayscale: #ADADAD. Windows color (decimal): -4088621 or 13868225. OLE color: 13868225.
HSL color Cylindrical-coordinate representation of color #C19CD3: hue angle of 280.36º 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 #C19CD3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 156 | 211 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.17 |
| HSL | 280.36º | 0.38% | 0.72% | - |
| HSV(B) | 280.36º | 0.26% | 0.83% | - |
| XYZ | 45.64 | 39.82 | 66.91 | - |
| YUV | 173.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 211 | 0.09 | 0.26 | 0 | 0.17 | 280.36 | 0.38 | 0.72 |
| Hex | C1 | 9C | D3 | 9 | 1A | 0 | 11 | 118 | 26 | 48 |
| Octal | 301 | 234 | 323 | 11 | 32 | 0 | 21 | 430 | 46 | 110 |
| Binary | 11000001 | 10011100 | 11010011 | 1001 | 11010 | 0 | 10001 | 100011000 | 100110 | 1001000 |
Color Harmonies of #C19CD3
Complementary color
Monochromatic Colors of #C19CD3
Black with #C19CD3
Text Example
Text Example
White with #C19CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CD3; }
p { color: rgb(193,156,211); }
H1.HeaderClassName
{
color: #C19CD3;
}
.AnyTagClassName
{
color: #C19CD3;
}
</style>
background-color css
<style>
a { background-color: #C19CD3; }
a { background-color: rgb(193,156,211); }
div.DivClassName
{
background-color: #C19CD3;
}
.BgClassName
{
background-color: #C19CD3;
}
</style>
border-color css
<style>
span { border-color: #C19CD3; }
span { border-color: rgb(193,156,211); }
td.TdClassName
{
border-color: #C19CD3;
}
.TagClassName
{
border-color: #C19CD3;
}
</style>