Shades of Wisteria #C19CD4
Tints of Wisteria #C19CD4
RGB
CMYK
RGB Variations
Color information
#C19CD4 (or 0xC19CD4) is known color: Wisteria. HEX triplet: C1, 9C and D4. RGB value is (193,156,212). Sum of RGB (Red+Green+Blue) = 193+156+212=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #C19CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD4 is #3E632B. Grayscale: #ADADAD. Windows color (decimal): -4088620 or 13933761. OLE color: 13933761.
HSL color Cylindrical-coordinate representation of color #C19CD4: hue angle of 279.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19CD4 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 156 | 212 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.17 |
| HSL | 279.64º | 0.39% | 0.72% | - |
| HSV(B) | 279.64º | 0.26% | 0.83% | - |
| XYZ | 45.76 | 39.87 | 67.57 | - |
| YUV | 173.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 212 | 0.09 | 0.26 | 0 | 0.17 | 279.64 | 0.39 | 0.72 |
| Hex | C1 | 9C | D4 | 9 | 1A | 0 | 11 | 118 | 27 | 48 |
| Octal | 301 | 234 | 324 | 11 | 32 | 0 | 21 | 430 | 47 | 110 |
| Binary | 11000001 | 10011100 | 11010100 | 1001 | 11010 | 0 | 10001 | 100011000 | 100111 | 1001000 |
Color Harmonies of #C19CD4
Complementary color
Monochromatic Colors of #C19CD4
Black with #C19CD4
Text Example
Text Example
White with #C19CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CD4; }
p { color: rgb(193,156,212); }
H1.HeaderClassName
{
color: #C19CD4;
}
.AnyTagClassName
{
color: #C19CD4;
}
</style>
background-color css
<style>
a { background-color: #C19CD4; }
a { background-color: rgb(193,156,212); }
div.DivClassName
{
background-color: #C19CD4;
}
.BgClassName
{
background-color: #C19CD4;
}
</style>
border-color css
<style>
span { border-color: #C19CD4; }
span { border-color: rgb(193,156,212); }
td.TdClassName
{
border-color: #C19CD4;
}
.TagClassName
{
border-color: #C19CD4;
}
</style>