Shades of Wisteria #C19BCE
Tints of Wisteria #C19BCE
RGB
CMYK
RGB Variations
Color information
#C19BCE (or 0xC19BCE) is known color: Wisteria. HEX triplet: C1, 9B and CE. RGB value is (193,155,206). Sum of RGB (Red+Green+Blue) = 193+155+206=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C19BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BCE is #3E6431. Grayscale: #ACACAC. Windows color (decimal): -4088882 or 13540289. OLE color: 13540289.
HSL color Cylindrical-coordinate representation of color #C19BCE: hue angle of 284.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19BCE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 155 | 206 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.19 |
| HSL | 284.71º | 0.34% | 0.71% | - |
| HSV(B) | 284.71º | 0.25% | 0.81% | - |
| XYZ | 44.85 | 39.24 | 63.6 | - |
| YUV | 172.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 206 | 0.06 | 0.25 | 0 | 0.19 | 284.71 | 0.34 | 0.71 |
| Hex | C1 | 9B | CE | 6 | 19 | 0 | 13 | 11D | 22 | 47 |
| Octal | 301 | 233 | 316 | 6 | 31 | 0 | 23 | 435 | 42 | 107 |
| Binary | 11000001 | 10011011 | 11001110 | 110 | 11001 | 0 | 10011 | 100011101 | 100010 | 1000111 |
Color Harmonies of #C19BCE
Complementary color
Monochromatic Colors of #C19BCE
Black with #C19BCE
Text Example
Text Example
White with #C19BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BCE; }
p { color: rgb(193,155,206); }
H1.HeaderClassName
{
color: #C19BCE;
}
.AnyTagClassName
{
color: #C19BCE;
}
</style>
background-color css
<style>
a { background-color: #C19BCE; }
a { background-color: rgb(193,155,206); }
div.DivClassName
{
background-color: #C19BCE;
}
.BgClassName
{
background-color: #C19BCE;
}
</style>
border-color css
<style>
span { border-color: #C19BCE; }
span { border-color: rgb(193,155,206); }
td.TdClassName
{
border-color: #C19BCE;
}
.TagClassName
{
border-color: #C19BCE;
}
</style>