Shades of Wisteria #C18DE5
Tints of Wisteria #C18DE5
RGB
CMYK
RGB Variations
Color information
#C18DE5 (or 0xC18DE5) is known color: Wisteria. HEX triplet: C1, 8D and E5. RGB value is (193,141,229). Sum of RGB (Red+Green+Blue) = 193+141+229=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #C18DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DE5 is #3E721A. Grayscale: #A6A6A6. Windows color (decimal): -4092443 or 15044033. OLE color: 15044033.
HSL color Cylindrical-coordinate representation of color #C18DE5: hue angle of 275.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18DE5 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 141 | 229 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.10 |
| HSL | 275.45º | 0.63% | 0.73% | - |
| HSV(B) | 275.45º | 0.38% | 0.9% | - |
| XYZ | 45.66 | 36.04 | 78.68 | - |
| YUV | 166.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 229 | 0.16 | 0.38 | 0 | 0.10 | 275.45 | 0.63 | 0.73 |
| Hex | C1 | 8D | E5 | 10 | 26 | 0 | A | 113 | 3F | 49 |
| Octal | 301 | 215 | 345 | 20 | 46 | 0 | 12 | 423 | 77 | 111 |
| Binary | 11000001 | 10001101 | 11100101 | 10000 | 100110 | 0 | 1010 | 100010011 | 111111 | 1001001 |
Color Harmonies of #C18DE5
Complementary color
Monochromatic Colors of #C18DE5
Black with #C18DE5
Text Example
Text Example
White with #C18DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DE5; }
p { color: rgb(193,141,229); }
H1.HeaderClassName
{
color: #C18DE5;
}
.AnyTagClassName
{
color: #C18DE5;
}
</style>
background-color css
<style>
a { background-color: #C18DE5; }
a { background-color: rgb(193,141,229); }
div.DivClassName
{
background-color: #C18DE5;
}
.BgClassName
{
background-color: #C18DE5;
}
</style>
border-color css
<style>
span { border-color: #C18DE5; }
span { border-color: rgb(193,141,229); }
td.TdClassName
{
border-color: #C18DE5;
}
.TagClassName
{
border-color: #C18DE5;
}
</style>