Shades of Wisteria #C188D1
Tints of Wisteria #C188D1
RGB
CMYK
RGB Variations
Color information
#C188D1 (or 0xC188D1) is known color: Wisteria. HEX triplet: C1, 88 and D1. RGB value is (193,136,209). Sum of RGB (Red+Green+Blue) = 193+136+209=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #C188D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188D1 is #3E772E. Grayscale: #A1A1A1. Windows color (decimal): -4093743 or 13732033. OLE color: 13732033.
HSL color Cylindrical-coordinate representation of color #C188D1: hue angle of 286.85º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C188D1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 136 | 209 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.18 |
| HSL | 286.85º | 0.44% | 0.68% | - |
| HSV(B) | 286.85º | 0.35% | 0.82% | - |
| XYZ | 42.31 | 33.55 | 64.57 | - |
| YUV | 161.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 209 | 0.08 | 0.35 | 0 | 0.18 | 286.85 | 0.44 | 0.68 |
| Hex | C1 | 88 | D1 | 8 | 23 | 0 | 12 | 11F | 2C | 44 |
| Octal | 301 | 210 | 321 | 10 | 43 | 0 | 22 | 437 | 54 | 104 |
| Binary | 11000001 | 10001000 | 11010001 | 1000 | 100011 | 0 | 10010 | 100011111 | 101100 | 1000100 |
Color Harmonies of #C188D1
Complementary color
Monochromatic Colors of #C188D1
Black with #C188D1
Text Example
Text Example
White with #C188D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188D1; }
p { color: rgb(193,136,209); }
H1.HeaderClassName
{
color: #C188D1;
}
.AnyTagClassName
{
color: #C188D1;
}
</style>
background-color css
<style>
a { background-color: #C188D1; }
a { background-color: rgb(193,136,209); }
div.DivClassName
{
background-color: #C188D1;
}
.BgClassName
{
background-color: #C188D1;
}
</style>
border-color css
<style>
span { border-color: #C188D1; }
span { border-color: rgb(193,136,209); }
td.TdClassName
{
border-color: #C188D1;
}
.TagClassName
{
border-color: #C188D1;
}
</style>