Shades of Wisteria #C18DE0
Tints of Wisteria #C18DE0
RGB
CMYK
RGB Variations
Color information
#C18DE0 (or 0xC18DE0) is known color: Wisteria. HEX triplet: C1, 8D and E0. RGB value is (193,141,224). Sum of RGB (Red+Green+Blue) = 193+141+224=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #C18DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DE0 is #3E721F. Grayscale: #A5A5A5. Windows color (decimal): -4092448 or 14716353. OLE color: 14716353.
HSL color Cylindrical-coordinate representation of color #C18DE0: hue angle of 277.59º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18DE0 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 141 | 224 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.12 |
| HSL | 277.59º | 0.57% | 0.72% | - |
| HSV(B) | 277.59º | 0.37% | 0.88% | - |
| XYZ | 44.97 | 35.77 | 75.05 | - |
| YUV | 166.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 224 | 0.14 | 0.37 | 0 | 0.12 | 277.59 | 0.57 | 0.72 |
| Hex | C1 | 8D | E0 | E | 25 | 0 | C | 116 | 39 | 48 |
| Octal | 301 | 215 | 340 | 16 | 45 | 0 | 14 | 426 | 71 | 110 |
| Binary | 11000001 | 10001101 | 11100000 | 1110 | 100101 | 0 | 1100 | 100010110 | 111001 | 1001000 |
Color Harmonies of #C18DE0
Complementary color
Monochromatic Colors of #C18DE0
Black with #C18DE0
Text Example
Text Example
White with #C18DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DE0; }
p { color: rgb(193,141,224); }
H1.HeaderClassName
{
color: #C18DE0;
}
.AnyTagClassName
{
color: #C18DE0;
}
</style>
background-color css
<style>
a { background-color: #C18DE0; }
a { background-color: rgb(193,141,224); }
div.DivClassName
{
background-color: #C18DE0;
}
.BgClassName
{
background-color: #C18DE0;
}
</style>
border-color css
<style>
span { border-color: #C18DE0; }
span { border-color: rgb(193,141,224); }
td.TdClassName
{
border-color: #C18DE0;
}
.TagClassName
{
border-color: #C18DE0;
}
</style>