Shades of Wisteria #C18ED1
Tints of Wisteria #C18ED1
RGB
CMYK
RGB Variations
Color information
#C18ED1 (or 0xC18ED1) is known color: Wisteria. HEX triplet: C1, 8E and D1. RGB value is (193,142,209). Sum of RGB (Red+Green+Blue) = 193+142+209=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #C18ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ED1 is #3E712E. Grayscale: #A4A4A4. Windows color (decimal): -4092207 or 13733569. OLE color: 13733569.
HSL color Cylindrical-coordinate representation of color #C18ED1: hue angle of 285.67º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18ED1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 142 | 209 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.18 |
| HSL | 285.67º | 0.42% | 0.69% | - |
| HSV(B) | 285.67º | 0.32% | 0.82% | - |
| XYZ | 43.17 | 35.29 | 64.86 | - |
| YUV | 164.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 209 | 0.08 | 0.32 | 0 | 0.18 | 285.67 | 0.42 | 0.69 |
| Hex | C1 | 8E | D1 | 8 | 20 | 0 | 12 | 11E | 2A | 45 |
| Octal | 301 | 216 | 321 | 10 | 40 | 0 | 22 | 436 | 52 | 105 |
| Binary | 11000001 | 10001110 | 11010001 | 1000 | 100000 | 0 | 10010 | 100011110 | 101010 | 1000101 |
Color Harmonies of #C18ED1
Complementary color
Monochromatic Colors of #C18ED1
Black with #C18ED1
Text Example
Text Example
White with #C18ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ED1; }
p { color: rgb(193,142,209); }
H1.HeaderClassName
{
color: #C18ED1;
}
.AnyTagClassName
{
color: #C18ED1;
}
</style>
background-color css
<style>
a { background-color: #C18ED1; }
a { background-color: rgb(193,142,209); }
div.DivClassName
{
background-color: #C18ED1;
}
.BgClassName
{
background-color: #C18ED1;
}
</style>
border-color css
<style>
span { border-color: #C18ED1; }
span { border-color: rgb(193,142,209); }
td.TdClassName
{
border-color: #C18ED1;
}
.TagClassName
{
border-color: #C18ED1;
}
</style>