Shades of Wisteria #C18BDE
Tints of Wisteria #C18BDE
RGB
CMYK
RGB Variations
Color information
#C18BDE (or 0xC18BDE) is known color: Wisteria. HEX triplet: C1, 8B and DE. RGB value is (193,139,222). Sum of RGB (Red+Green+Blue) = 193+139+222=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #C18BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDE is #3E7421. Grayscale: #A4A4A4. Windows color (decimal): -4092962 or 14584769. OLE color: 14584769.
HSL color Cylindrical-coordinate representation of color #C18BDE: hue angle of 279.04º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18BDE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 139 | 222 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.13 |
| HSL | 279.04º | 0.56% | 0.71% | - |
| HSV(B) | 279.04º | 0.37% | 0.87% | - |
| XYZ | 44.41 | 35.08 | 73.54 | - |
| YUV | 164.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 222 | 0.13 | 0.37 | 0 | 0.13 | 279.04 | 0.56 | 0.71 |
| Hex | C1 | 8B | DE | D | 25 | 0 | D | 117 | 38 | 47 |
| Octal | 301 | 213 | 336 | 15 | 45 | 0 | 15 | 427 | 70 | 107 |
| Binary | 11000001 | 10001011 | 11011110 | 1101 | 100101 | 0 | 1101 | 100010111 | 111000 | 1000111 |
Color Harmonies of #C18BDE
Complementary color
Monochromatic Colors of #C18BDE
Black with #C18BDE
Text Example
Text Example
White with #C18BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BDE; }
p { color: rgb(193,139,222); }
H1.HeaderClassName
{
color: #C18BDE;
}
.AnyTagClassName
{
color: #C18BDE;
}
</style>
background-color css
<style>
a { background-color: #C18BDE; }
a { background-color: rgb(193,139,222); }
div.DivClassName
{
background-color: #C18BDE;
}
.BgClassName
{
background-color: #C18BDE;
}
</style>
border-color css
<style>
span { border-color: #C18BDE; }
span { border-color: rgb(193,139,222); }
td.TdClassName
{
border-color: #C18BDE;
}
.TagClassName
{
border-color: #C18BDE;
}
</style>