Shades of Wisteria #C19EDB
Tints of Wisteria #C19EDB
RGB
CMYK
RGB Variations
Color information
#C19EDB (or 0xC19EDB) is known color: Wisteria. HEX triplet: C1, 9E and DB. RGB value is (193,158,219). Sum of RGB (Red+Green+Blue) = 193+158+219=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #C19EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19EDB is #3E6124. Grayscale: #AFAFAF. Windows color (decimal): -4088101 or 14393025. OLE color: 14393025.
HSL color Cylindrical-coordinate representation of color #C19EDB: hue angle of 274.43º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19EDB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 158 | 219 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.14 |
| HSL | 274.43º | 0.46% | 0.74% | - |
| HSV(B) | 274.43º | 0.28% | 0.86% | - |
| XYZ | 47.01 | 40.91 | 72.44 | - |
| YUV | 175.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 219 | 0.12 | 0.28 | 0 | 0.14 | 274.43 | 0.46 | 0.74 |
| Hex | C1 | 9E | DB | C | 1C | 0 | E | 112 | 2E | 4A |
| Octal | 301 | 236 | 333 | 14 | 34 | 0 | 16 | 422 | 56 | 112 |
| Binary | 11000001 | 10011110 | 11011011 | 1100 | 11100 | 0 | 1110 | 100010010 | 101110 | 1001010 |
Color Harmonies of #C19EDB
Complementary color
Monochromatic Colors of #C19EDB
Black with #C19EDB
Text Example
Text Example
White with #C19EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EDB; }
p { color: rgb(193,158,219); }
H1.HeaderClassName
{
color: #C19EDB;
}
.AnyTagClassName
{
color: #C19EDB;
}
</style>
background-color css
<style>
a { background-color: #C19EDB; }
a { background-color: rgb(193,158,219); }
div.DivClassName
{
background-color: #C19EDB;
}
.BgClassName
{
background-color: #C19EDB;
}
</style>
border-color css
<style>
span { border-color: #C19EDB; }
span { border-color: rgb(193,158,219); }
td.TdClassName
{
border-color: #C19EDB;
}
.TagClassName
{
border-color: #C19EDB;
}
</style>