Shades of Wisteria #C19ECF
Tints of Wisteria #C19ECF
RGB
CMYK
RGB Variations
Color information
#C19ECF (or 0xC19ECF) is known color: Wisteria. HEX triplet: C1, 9E and CF. RGB value is (193,158,207). Sum of RGB (Red+Green+Blue) = 193+158+207=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #C19ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ECF is #3E6130. Grayscale: #ADADAD. Windows color (decimal): -4088113 or 13606593. OLE color: 13606593.
HSL color Cylindrical-coordinate representation of color #C19ECF: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19ECF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 158 | 207 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.19 |
| HSL | 282.86º | 0.34% | 0.72% | - |
| HSV(B) | 282.86º | 0.24% | 0.81% | - |
| XYZ | 45.48 | 40.3 | 64.41 | - |
| YUV | 174.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 207 | 0.07 | 0.24 | 0 | 0.19 | 282.86 | 0.34 | 0.72 |
| Hex | C1 | 9E | CF | 7 | 18 | 0 | 13 | 11B | 22 | 48 |
| Octal | 301 | 236 | 317 | 7 | 30 | 0 | 23 | 433 | 42 | 110 |
| Binary | 11000001 | 10011110 | 11001111 | 111 | 11000 | 0 | 10011 | 100011011 | 100010 | 1001000 |
Color Harmonies of #C19ECF
Complementary color
Monochromatic Colors of #C19ECF
Black with #C19ECF
Text Example
Text Example
White with #C19ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ECF; }
p { color: rgb(193,158,207); }
H1.HeaderClassName
{
color: #C19ECF;
}
.AnyTagClassName
{
color: #C19ECF;
}
</style>
background-color css
<style>
a { background-color: #C19ECF; }
a { background-color: rgb(193,158,207); }
div.DivClassName
{
background-color: #C19ECF;
}
.BgClassName
{
background-color: #C19ECF;
}
</style>
border-color css
<style>
span { border-color: #C19ECF; }
span { border-color: rgb(193,158,207); }
td.TdClassName
{
border-color: #C19ECF;
}
.TagClassName
{
border-color: #C19ECF;
}
</style>