Shades of Wisteria #C19BDF
Tints of Wisteria #C19BDF
RGB
CMYK
RGB Variations
Color information
#C19BDF (or 0xC19BDF) is known color: Wisteria. HEX triplet: C1, 9B and DF. RGB value is (193,155,223). Sum of RGB (Red+Green+Blue) = 193+155+223=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #C19BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BDF is #3E6420. Grayscale: #ADADAD. Windows color (decimal): -4088865 or 14654401. OLE color: 14654401.
HSL color Cylindrical-coordinate representation of color #C19BDF: hue angle of 273.53º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19BDF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 155 | 223 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.13 |
| HSL | 273.53º | 0.52% | 0.74% | - |
| HSV(B) | 273.53º | 0.3% | 0.87% | - |
| XYZ | 47.03 | 40.11 | 75.07 | - |
| YUV | 174.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 223 | 0.13 | 0.30 | 0 | 0.13 | 273.53 | 0.52 | 0.74 |
| Hex | C1 | 9B | DF | D | 1E | 0 | D | 112 | 34 | 4A |
| Octal | 301 | 233 | 337 | 15 | 36 | 0 | 15 | 422 | 64 | 112 |
| Binary | 11000001 | 10011011 | 11011111 | 1101 | 11110 | 0 | 1101 | 100010010 | 110100 | 1001010 |
Color Harmonies of #C19BDF
Complementary color
Monochromatic Colors of #C19BDF
Black with #C19BDF
Text Example
Text Example
White with #C19BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BDF; }
p { color: rgb(193,155,223); }
H1.HeaderClassName
{
color: #C19BDF;
}
.AnyTagClassName
{
color: #C19BDF;
}
</style>
background-color css
<style>
a { background-color: #C19BDF; }
a { background-color: rgb(193,155,223); }
div.DivClassName
{
background-color: #C19BDF;
}
.BgClassName
{
background-color: #C19BDF;
}
</style>
border-color css
<style>
span { border-color: #C19BDF; }
span { border-color: rgb(193,155,223); }
td.TdClassName
{
border-color: #C19BDF;
}
.TagClassName
{
border-color: #C19BDF;
}
</style>