Shades of Wisteria #C199D0
Tints of Wisteria #C199D0
RGB
CMYK
RGB Variations
Color information
#C199D0 (or 0xC199D0) is known color: Wisteria. HEX triplet: C1, 99 and D0. RGB value is (193,153,208). Sum of RGB (Red+Green+Blue) = 193+153+208=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C199D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199D0 is #3E662F. Grayscale: #ABABAB. Windows color (decimal): -4089392 or 13670849. OLE color: 13670849.
HSL color Cylindrical-coordinate representation of color #C199D0: hue angle of 283.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C199D0 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 153 | 208 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.18 |
| HSL | 283.64º | 0.37% | 0.71% | - |
| HSV(B) | 283.64º | 0.26% | 0.82% | - |
| XYZ | 44.77 | 38.67 | 64.78 | - |
| YUV | 171.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 208 | 0.07 | 0.26 | 0 | 0.18 | 283.64 | 0.37 | 0.71 |
| Hex | C1 | 99 | D0 | 7 | 1A | 0 | 12 | 11C | 25 | 47 |
| Octal | 301 | 231 | 320 | 7 | 32 | 0 | 22 | 434 | 45 | 107 |
| Binary | 11000001 | 10011001 | 11010000 | 111 | 11010 | 0 | 10010 | 100011100 | 100101 | 1000111 |
Color Harmonies of #C199D0
Complementary color
Monochromatic Colors of #C199D0
Black with #C199D0
Text Example
Text Example
White with #C199D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199D0; }
p { color: rgb(193,153,208); }
H1.HeaderClassName
{
color: #C199D0;
}
.AnyTagClassName
{
color: #C199D0;
}
</style>
background-color css
<style>
a { background-color: #C199D0; }
a { background-color: rgb(193,153,208); }
div.DivClassName
{
background-color: #C199D0;
}
.BgClassName
{
background-color: #C199D0;
}
</style>
border-color css
<style>
span { border-color: #C199D0; }
span { border-color: rgb(193,153,208); }
td.TdClassName
{
border-color: #C199D0;
}
.TagClassName
{
border-color: #C199D0;
}
</style>