Shades of Wisteria #C19FCB
Tints of Wisteria #C19FCB
RGB
CMYK
RGB Variations
Color information
#C19FCB (or 0xC19FCB) is known color: Wisteria. HEX triplet: C1, 9F and CB. RGB value is (193,159,203). Sum of RGB (Red+Green+Blue) = 193+159+203=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #C19FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FCB is #3E6034. Grayscale: #AEAEAE. Windows color (decimal): -4087861 or 13344705. OLE color: 13344705.
HSL color Cylindrical-coordinate representation of color #C19FCB: hue angle of 286.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C19FCB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 159 | 203 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.20 |
| HSL | 286.36º | 0.3% | 0.71% | - |
| HSV(B) | 286.36º | 0.22% | 0.8% | - |
| XYZ | 45.17 | 40.45 | 61.93 | - |
| YUV | 174.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 203 | 0.05 | 0.22 | 0 | 0.20 | 286.36 | 0.3 | 0.71 |
| Hex | C1 | 9F | CB | 5 | 16 | 0 | 14 | 11E | 1E | 47 |
| Octal | 301 | 237 | 313 | 5 | 26 | 0 | 24 | 436 | 36 | 107 |
| Binary | 11000001 | 10011111 | 11001011 | 101 | 10110 | 0 | 10100 | 100011110 | 11110 | 1000111 |
Color Harmonies of #C19FCB
Complementary color
Monochromatic Colors of #C19FCB
Black with #C19FCB
Text Example
Text Example
White with #C19FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FCB; }
p { color: rgb(193,159,203); }
H1.HeaderClassName
{
color: #C19FCB;
}
.AnyTagClassName
{
color: #C19FCB;
}
</style>
background-color css
<style>
a { background-color: #C19FCB; }
a { background-color: rgb(193,159,203); }
div.DivClassName
{
background-color: #C19FCB;
}
.BgClassName
{
background-color: #C19FCB;
}
</style>
border-color css
<style>
span { border-color: #C19FCB; }
span { border-color: rgb(193,159,203); }
td.TdClassName
{
border-color: #C19FCB;
}
.TagClassName
{
border-color: #C19FCB;
}
</style>