Shades of Wisteria #C19DD2
Tints of Wisteria #C19DD2
RGB
CMYK
RGB Variations
Color information
#C19DD2 (or 0xC19DD2) is known color: Wisteria. HEX triplet: C1, 9D and D2. RGB value is (193,157,210). Sum of RGB (Red+Green+Blue) = 193+157+210=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #C19DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DD2 is #3E622D. Grayscale: #ADADAD. Windows color (decimal): -4088366 or 13802945. OLE color: 13802945.
HSL color Cylindrical-coordinate representation of color #C19DD2: hue angle of 280.75º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19DD2 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 157 | 210 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.18 |
| HSL | 280.75º | 0.37% | 0.72% | - |
| HSV(B) | 280.75º | 0.25% | 0.82% | - |
| XYZ | 45.68 | 40.1 | 66.31 | - |
| YUV | 173.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 210 | 0.08 | 0.25 | 0 | 0.18 | 280.75 | 0.37 | 0.72 |
| Hex | C1 | 9D | D2 | 8 | 19 | 0 | 12 | 119 | 25 | 48 |
| Octal | 301 | 235 | 322 | 10 | 31 | 0 | 22 | 431 | 45 | 110 |
| Binary | 11000001 | 10011101 | 11010010 | 1000 | 11001 | 0 | 10010 | 100011001 | 100101 | 1001000 |
Color Harmonies of #C19DD2
Complementary color
Monochromatic Colors of #C19DD2
Black with #C19DD2
Text Example
Text Example
White with #C19DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DD2; }
p { color: rgb(193,157,210); }
H1.HeaderClassName
{
color: #C19DD2;
}
.AnyTagClassName
{
color: #C19DD2;
}
</style>
background-color css
<style>
a { background-color: #C19DD2; }
a { background-color: rgb(193,157,210); }
div.DivClassName
{
background-color: #C19DD2;
}
.BgClassName
{
background-color: #C19DD2;
}
</style>
border-color css
<style>
span { border-color: #C19DD2; }
span { border-color: rgb(193,157,210); }
td.TdClassName
{
border-color: #C19DD2;
}
.TagClassName
{
border-color: #C19DD2;
}
</style>