Shades of Wisteria #C19BDC
Tints of Wisteria #C19BDC
RGB
CMYK
RGB Variations
Color information
#C19BDC (or 0xC19BDC) is known color: Wisteria. HEX triplet: C1, 9B and DC. RGB value is (193,155,220). Sum of RGB (Red+Green+Blue) = 193+155+220=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C19BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BDC is #3E6423. Grayscale: #ADADAD. Windows color (decimal): -4088868 or 14457793. OLE color: 14457793.
HSL color Cylindrical-coordinate representation of color #C19BDC: hue angle of 275.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19BDC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 155 | 220 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.14 |
| HSL | 275.08º | 0.48% | 0.74% | - |
| HSV(B) | 275.08º | 0.3% | 0.86% | - |
| XYZ | 46.63 | 39.95 | 72.96 | - |
| YUV | 173.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 220 | 0.12 | 0.30 | 0 | 0.14 | 275.08 | 0.48 | 0.74 |
| Hex | C1 | 9B | DC | C | 1E | 0 | E | 113 | 30 | 4A |
| Octal | 301 | 233 | 334 | 14 | 36 | 0 | 16 | 423 | 60 | 112 |
| Binary | 11000001 | 10011011 | 11011100 | 1100 | 11110 | 0 | 1110 | 100010011 | 110000 | 1001010 |
Color Harmonies of #C19BDC
Complementary color
Monochromatic Colors of #C19BDC
Black with #C19BDC
Text Example
Text Example
White with #C19BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BDC; }
p { color: rgb(193,155,220); }
H1.HeaderClassName
{
color: #C19BDC;
}
.AnyTagClassName
{
color: #C19BDC;
}
</style>
background-color css
<style>
a { background-color: #C19BDC; }
a { background-color: rgb(193,155,220); }
div.DivClassName
{
background-color: #C19BDC;
}
.BgClassName
{
background-color: #C19BDC;
}
</style>
border-color css
<style>
span { border-color: #C19BDC; }
span { border-color: rgb(193,155,220); }
td.TdClassName
{
border-color: #C19BDC;
}
.TagClassName
{
border-color: #C19BDC;
}
</style>