Shades of Wisteria #C19CCD
Tints of Wisteria #C19CCD
RGB
CMYK
RGB Variations
Color information
#C19CCD (or 0xC19CCD) is known color: Wisteria. HEX triplet: C1, 9C and CD. RGB value is (193,156,205). Sum of RGB (Red+Green+Blue) = 193+156+205=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CCD is #3E6332. Grayscale: #ACACAC. Windows color (decimal): -4088627 or 13475009. OLE color: 13475009.
HSL color Cylindrical-coordinate representation of color #C19CCD: hue angle of 285.31º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19CCD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 156 | 205 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.20 |
| HSL | 285.31º | 0.33% | 0.71% | - |
| HSV(B) | 285.31º | 0.24% | 0.8% | - |
| XYZ | 44.9 | 39.52 | 63.02 | - |
| YUV | 172.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 205 | 0.06 | 0.24 | 0 | 0.20 | 285.31 | 0.33 | 0.71 |
| Hex | C1 | 9C | CD | 6 | 18 | 0 | 14 | 11D | 21 | 47 |
| Octal | 301 | 234 | 315 | 6 | 30 | 0 | 24 | 435 | 41 | 107 |
| Binary | 11000001 | 10011100 | 11001101 | 110 | 11000 | 0 | 10100 | 100011101 | 100001 | 1000111 |
Color Harmonies of #C19CCD
Complementary color
Monochromatic Colors of #C19CCD
Black with #C19CCD
Text Example
Text Example
White with #C19CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CCD; }
p { color: rgb(193,156,205); }
H1.HeaderClassName
{
color: #C19CCD;
}
.AnyTagClassName
{
color: #C19CCD;
}
</style>
background-color css
<style>
a { background-color: #C19CCD; }
a { background-color: rgb(193,156,205); }
div.DivClassName
{
background-color: #C19CCD;
}
.BgClassName
{
background-color: #C19CCD;
}
</style>
border-color css
<style>
span { border-color: #C19CCD; }
span { border-color: rgb(193,156,205); }
td.TdClassName
{
border-color: #C19CCD;
}
.TagClassName
{
border-color: #C19CCD;
}
</style>