Shades of Wisteria #C18BDC
Tints of Wisteria #C18BDC
RGB
CMYK
RGB Variations
Color information
#C18BDC (or 0xC18BDC) is known color: Wisteria. HEX triplet: C1, 8B and DC. RGB value is (193,139,220). Sum of RGB (Red+Green+Blue) = 193+139+220=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C18BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDC is #3E7423. Grayscale: #A4A4A4. Windows color (decimal): -4092964 or 14453697. OLE color: 14453697.
HSL color Cylindrical-coordinate representation of color #C18BDC: hue angle of 280º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18BDC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 139 | 220 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.14 |
| HSL | 280º | 0.54% | 0.7% | - |
| HSV(B) | 280º | 0.37% | 0.86% | - |
| XYZ | 44.14 | 34.97 | 72.13 | - |
| YUV | 164.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 220 | 0.12 | 0.37 | 0 | 0.14 | 280 | 0.54 | 0.7 |
| Hex | C1 | 8B | DC | C | 25 | 0 | E | 118 | 36 | 46 |
| Octal | 301 | 213 | 334 | 14 | 45 | 0 | 16 | 430 | 66 | 106 |
| Binary | 11000001 | 10001011 | 11011100 | 1100 | 100101 | 0 | 1110 | 100011000 | 110110 | 1000110 |
Color Harmonies of #C18BDC
Complementary color
Monochromatic Colors of #C18BDC
Black with #C18BDC
Text Example
Text Example
White with #C18BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BDC; }
p { color: rgb(193,139,220); }
H1.HeaderClassName
{
color: #C18BDC;
}
.AnyTagClassName
{
color: #C18BDC;
}
</style>
background-color css
<style>
a { background-color: #C18BDC; }
a { background-color: rgb(193,139,220); }
div.DivClassName
{
background-color: #C18BDC;
}
.BgClassName
{
background-color: #C18BDC;
}
</style>
border-color css
<style>
span { border-color: #C18BDC; }
span { border-color: rgb(193,139,220); }
td.TdClassName
{
border-color: #C18BDC;
}
.TagClassName
{
border-color: #C18BDC;
}
</style>