Shades of Wisteria #C18DF9
Tints of Wisteria #C18DF9
RGB
CMYK
RGB Variations
Color information
#C18DF9 (or 0xC18DF9) is known color: Wisteria. HEX triplet: C1, 8D and F9. RGB value is (193,141,249). Sum of RGB (Red+Green+Blue) = 193+141+249=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #C18DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DF9 is #3E7206. Grayscale: #A8A8A8. Windows color (decimal): -4092423 or 16354753. OLE color: 16354753.
HSL color Cylindrical-coordinate representation of color #C18DF9: hue angle of 268.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C18DF9 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 141 | 249 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.02 |
| HSL | 268.89º | 0.9% | 0.76% | - |
| HSV(B) | 268.89º | 0.43% | 0.98% | - |
| XYZ | 48.62 | 37.23 | 94.25 | - |
| YUV | 168.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 249 | 0.22 | 0.43 | 0 | 0.02 | 268.89 | 0.9 | 0.76 |
| Hex | C1 | 8D | F9 | 16 | 2B | 0 | 2 | 10D | 5A | 4C |
| Octal | 301 | 215 | 371 | 26 | 53 | 0 | 2 | 415 | 132 | 114 |
| Binary | 11000001 | 10001101 | 11111001 | 10110 | 101011 | 0 | 10 | 100001101 | 1011010 | 1001100 |
Color Harmonies of #C18DF9
Complementary color
Monochromatic Colors of #C18DF9
Black with #C18DF9
Text Example
Text Example
White with #C18DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DF9; }
p { color: rgb(193,141,249); }
H1.HeaderClassName
{
color: #C18DF9;
}
.AnyTagClassName
{
color: #C18DF9;
}
</style>
background-color css
<style>
a { background-color: #C18DF9; }
a { background-color: rgb(193,141,249); }
div.DivClassName
{
background-color: #C18DF9;
}
.BgClassName
{
background-color: #C18DF9;
}
</style>
border-color css
<style>
span { border-color: #C18DF9; }
span { border-color: rgb(193,141,249); }
td.TdClassName
{
border-color: #C18DF9;
}
.TagClassName
{
border-color: #C18DF9;
}
</style>