Shades of Wisteria #C18DDD
Tints of Wisteria #C18DDD
RGB
CMYK
RGB Variations
Color information
#C18DDD (or 0xC18DDD) is known color: Wisteria. HEX triplet: C1, 8D and DD. RGB value is (193,141,221). Sum of RGB (Red+Green+Blue) = 193+141+221=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C18DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DDD is #3E7222. Grayscale: #A5A5A5. Windows color (decimal): -4092451 or 14519745. OLE color: 14519745.
HSL color Cylindrical-coordinate representation of color #C18DDD: hue angle of 279º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18DDD is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 141 | 221 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.13 |
| HSL | 279º | 0.54% | 0.71% | - |
| HSV(B) | 279º | 0.36% | 0.87% | - |
| XYZ | 44.57 | 35.61 | 72.93 | - |
| YUV | 165.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 221 | 0.13 | 0.36 | 0 | 0.13 | 279 | 0.54 | 0.71 |
| Hex | C1 | 8D | DD | D | 24 | 0 | D | 117 | 36 | 47 |
| Octal | 301 | 215 | 335 | 15 | 44 | 0 | 15 | 427 | 66 | 107 |
| Binary | 11000001 | 10001101 | 11011101 | 1101 | 100100 | 0 | 1101 | 100010111 | 110110 | 1000111 |
Color Harmonies of #C18DDD
Complementary color
Monochromatic Colors of #C18DDD
Black with #C18DDD
Text Example
Text Example
White with #C18DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DDD; }
p { color: rgb(193,141,221); }
H1.HeaderClassName
{
color: #C18DDD;
}
.AnyTagClassName
{
color: #C18DDD;
}
</style>
background-color css
<style>
a { background-color: #C18DDD; }
a { background-color: rgb(193,141,221); }
div.DivClassName
{
background-color: #C18DDD;
}
.BgClassName
{
background-color: #C18DDD;
}
</style>
border-color css
<style>
span { border-color: #C18DDD; }
span { border-color: rgb(193,141,221); }
td.TdClassName
{
border-color: #C18DDD;
}
.TagClassName
{
border-color: #C18DDD;
}
</style>