Shades of Wisteria #C18DDF
Tints of Wisteria #C18DDF
RGB
CMYK
RGB Variations
Color information
#C18DDF (or 0xC18DDF) is known color: Wisteria. HEX triplet: C1, 8D and DF. RGB value is (193,141,223). Sum of RGB (Red+Green+Blue) = 193+141+223=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #C18DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DDF is #3E7220. Grayscale: #A5A5A5. Windows color (decimal): -4092449 or 14650817. OLE color: 14650817.
HSL color Cylindrical-coordinate representation of color #C18DDF: hue angle of 278.05º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18DDF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 141 | 223 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.13 |
| HSL | 278.05º | 0.56% | 0.71% | - |
| HSV(B) | 278.05º | 0.37% | 0.87% | - |
| XYZ | 44.84 | 35.71 | 74.34 | - |
| YUV | 165.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 223 | 0.13 | 0.37 | 0 | 0.13 | 278.05 | 0.56 | 0.71 |
| Hex | C1 | 8D | DF | D | 25 | 0 | D | 116 | 38 | 47 |
| Octal | 301 | 215 | 337 | 15 | 45 | 0 | 15 | 426 | 70 | 107 |
| Binary | 11000001 | 10001101 | 11011111 | 1101 | 100101 | 0 | 1101 | 100010110 | 111000 | 1000111 |
Color Harmonies of #C18DDF
Complementary color
Monochromatic Colors of #C18DDF
Black with #C18DDF
Text Example
Text Example
White with #C18DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DDF; }
p { color: rgb(193,141,223); }
H1.HeaderClassName
{
color: #C18DDF;
}
.AnyTagClassName
{
color: #C18DDF;
}
</style>
background-color css
<style>
a { background-color: #C18DDF; }
a { background-color: rgb(193,141,223); }
div.DivClassName
{
background-color: #C18DDF;
}
.BgClassName
{
background-color: #C18DDF;
}
</style>
border-color css
<style>
span { border-color: #C18DDF; }
span { border-color: rgb(193,141,223); }
td.TdClassName
{
border-color: #C18DDF;
}
.TagClassName
{
border-color: #C18DDF;
}
</style>