Shades of Wisteria #C199DF
Tints of Wisteria #C199DF
RGB
CMYK
RGB Variations
Color information
#C199DF (or 0xC199DF) is known color: Wisteria. HEX triplet: C1, 99 and DF. RGB value is (193,153,223). Sum of RGB (Red+Green+Blue) = 193+153+223=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C199DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DF is #3E6620. Grayscale: #ACACAC. Windows color (decimal): -4089377 or 14653889. OLE color: 14653889.
HSL color Cylindrical-coordinate representation of color #C199DF: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C199DF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 153 | 223 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.13 |
| HSL | 274.29º | 0.52% | 0.74% | - |
| HSV(B) | 274.29º | 0.31% | 0.87% | - |
| XYZ | 46.7 | 39.45 | 74.96 | - |
| YUV | 172.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 223 | 0.13 | 0.31 | 0 | 0.13 | 274.29 | 0.52 | 0.74 |
| Hex | C1 | 99 | DF | D | 1F | 0 | D | 112 | 34 | 4A |
| Octal | 301 | 231 | 337 | 15 | 37 | 0 | 15 | 422 | 64 | 112 |
| Binary | 11000001 | 10011001 | 11011111 | 1101 | 11111 | 0 | 1101 | 100010010 | 110100 | 1001010 |
Color Harmonies of #C199DF
Complementary color
Monochromatic Colors of #C199DF
Black with #C199DF
Text Example
Text Example
White with #C199DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199DF; }
p { color: rgb(193,153,223); }
H1.HeaderClassName
{
color: #C199DF;
}
.AnyTagClassName
{
color: #C199DF;
}
</style>
background-color css
<style>
a { background-color: #C199DF; }
a { background-color: rgb(193,153,223); }
div.DivClassName
{
background-color: #C199DF;
}
.BgClassName
{
background-color: #C199DF;
}
</style>
border-color css
<style>
span { border-color: #C199DF; }
span { border-color: rgb(193,153,223); }
td.TdClassName
{
border-color: #C199DF;
}
.TagClassName
{
border-color: #C199DF;
}
</style>