Shades of Wisteria #C18AD1
Tints of Wisteria #C18AD1
RGB
CMYK
RGB Variations
Color information
#C18AD1 (or 0xC18AD1) is known color: Wisteria. HEX triplet: C1, 8A and D1. RGB value is (193,138,209). Sum of RGB (Red+Green+Blue) = 193+138+209=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #C18AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18AD1 is #3E752E. Grayscale: #A2A2A2. Windows color (decimal): -4093231 or 13732545. OLE color: 13732545.
HSL color Cylindrical-coordinate representation of color #C18AD1: hue angle of 286.48º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18AD1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 138 | 209 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.18 |
| HSL | 286.48º | 0.44% | 0.68% | - |
| HSV(B) | 286.48º | 0.34% | 0.82% | - |
| XYZ | 42.59 | 34.12 | 64.66 | - |
| YUV | 162.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 209 | 0.08 | 0.34 | 0 | 0.18 | 286.48 | 0.44 | 0.68 |
| Hex | C1 | 8A | D1 | 8 | 22 | 0 | 12 | 11E | 2C | 44 |
| Octal | 301 | 212 | 321 | 10 | 42 | 0 | 22 | 436 | 54 | 104 |
| Binary | 11000001 | 10001010 | 11010001 | 1000 | 100010 | 0 | 10010 | 100011110 | 101100 | 1000100 |
Color Harmonies of #C18AD1
Complementary color
Monochromatic Colors of #C18AD1
Black with #C18AD1
Text Example
Text Example
White with #C18AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AD1; }
p { color: rgb(193,138,209); }
H1.HeaderClassName
{
color: #C18AD1;
}
.AnyTagClassName
{
color: #C18AD1;
}
</style>
background-color css
<style>
a { background-color: #C18AD1; }
a { background-color: rgb(193,138,209); }
div.DivClassName
{
background-color: #C18AD1;
}
.BgClassName
{
background-color: #C18AD1;
}
</style>
border-color css
<style>
span { border-color: #C18AD1; }
span { border-color: rgb(193,138,209); }
td.TdClassName
{
border-color: #C18AD1;
}
.TagClassName
{
border-color: #C18AD1;
}
</style>