Shades of Wisteria #C199E2
Tints of Wisteria #C199E2
RGB
CMYK
RGB Variations
Color information
#C199E2 (or 0xC199E2) is known color: Wisteria. HEX triplet: C1, 99 and E2. RGB value is (193,153,226). Sum of RGB (Red+Green+Blue) = 193+153+226=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #C199E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199E2 is #3E661D. Grayscale: #ADADAD. Windows color (decimal): -4089374 or 14850497. OLE color: 14850497.
HSL color Cylindrical-coordinate representation of color #C199E2: hue angle of 272.88º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C199E2 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 153 | 226 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.11 |
| HSL | 272.88º | 0.56% | 0.74% | - |
| HSV(B) | 272.88º | 0.32% | 0.89% | - |
| XYZ | 47.11 | 39.61 | 77.11 | - |
| YUV | 173.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 226 | 0.15 | 0.32 | 0 | 0.11 | 272.88 | 0.56 | 0.74 |
| Hex | C1 | 99 | E2 | F | 20 | 0 | B | 111 | 38 | 4A |
| Octal | 301 | 231 | 342 | 17 | 40 | 0 | 13 | 421 | 70 | 112 |
| Binary | 11000001 | 10011001 | 11100010 | 1111 | 100000 | 0 | 1011 | 100010001 | 111000 | 1001010 |
Color Harmonies of #C199E2
Complementary color
Monochromatic Colors of #C199E2
Black with #C199E2
Text Example
Text Example
White with #C199E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199E2; }
p { color: rgb(193,153,226); }
H1.HeaderClassName
{
color: #C199E2;
}
.AnyTagClassName
{
color: #C199E2;
}
</style>
background-color css
<style>
a { background-color: #C199E2; }
a { background-color: rgb(193,153,226); }
div.DivClassName
{
background-color: #C199E2;
}
.BgClassName
{
background-color: #C199E2;
}
</style>
border-color css
<style>
span { border-color: #C199E2; }
span { border-color: rgb(193,153,226); }
td.TdClassName
{
border-color: #C199E2;
}
.TagClassName
{
border-color: #C199E2;
}
</style>