Shades of Wisteria #C199DA
Tints of Wisteria #C199DA
RGB
CMYK
RGB Variations
Color information
#C199DA (or 0xC199DA) is known color: Wisteria. HEX triplet: C1, 99 and DA. RGB value is (193,153,218). Sum of RGB (Red+Green+Blue) = 193+153+218=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C199DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DA is #3E6625. Grayscale: #ACACAC. Windows color (decimal): -4089382 or 14326209. OLE color: 14326209.
HSL color Cylindrical-coordinate representation of color #C199DA: hue angle of 276.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C199DA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 153 | 218 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.15 |
| HSL | 276.92º | 0.47% | 0.73% | - |
| HSV(B) | 276.92º | 0.3% | 0.85% | - |
| XYZ | 46.04 | 39.18 | 71.47 | - |
| YUV | 172.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 218 | 0.11 | 0.30 | 0 | 0.15 | 276.92 | 0.47 | 0.73 |
| Hex | C1 | 99 | DA | B | 1E | 0 | F | 115 | 2F | 49 |
| Octal | 301 | 231 | 332 | 13 | 36 | 0 | 17 | 425 | 57 | 111 |
| Binary | 11000001 | 10011001 | 11011010 | 1011 | 11110 | 0 | 1111 | 100010101 | 101111 | 1001001 |
Color Harmonies of #C199DA
Complementary color
Monochromatic Colors of #C199DA
Black with #C199DA
Text Example
Text Example
White with #C199DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199DA; }
p { color: rgb(193,153,218); }
H1.HeaderClassName
{
color: #C199DA;
}
.AnyTagClassName
{
color: #C199DA;
}
</style>
background-color css
<style>
a { background-color: #C199DA; }
a { background-color: rgb(193,153,218); }
div.DivClassName
{
background-color: #C199DA;
}
.BgClassName
{
background-color: #C199DA;
}
</style>
border-color css
<style>
span { border-color: #C199DA; }
span { border-color: rgb(193,153,218); }
td.TdClassName
{
border-color: #C199DA;
}
.TagClassName
{
border-color: #C199DA;
}
</style>