Shades of Wisteria #C18BDF
Tints of Wisteria #C18BDF
RGB
CMYK
RGB Variations
Color information
#C18BDF (or 0xC18BDF) is known color: Wisteria. HEX triplet: C1, 8B and DF. RGB value is (193,139,223). Sum of RGB (Red+Green+Blue) = 193+139+223=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C18BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDF is #3E7420. Grayscale: #A4A4A4. Windows color (decimal): -4092961 or 14650305. OLE color: 14650305.
HSL color Cylindrical-coordinate representation of color #C18BDF: hue angle of 278.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18BDF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 139 | 223 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.13 |
| HSL | 278.57º | 0.57% | 0.71% | - |
| HSV(B) | 278.57º | 0.38% | 0.87% | - |
| XYZ | 44.54 | 35.13 | 74.25 | - |
| YUV | 164.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 223 | 0.13 | 0.38 | 0 | 0.13 | 278.57 | 0.57 | 0.71 |
| Hex | C1 | 8B | DF | D | 26 | 0 | D | 117 | 39 | 47 |
| Octal | 301 | 213 | 337 | 15 | 46 | 0 | 15 | 427 | 71 | 107 |
| Binary | 11000001 | 10001011 | 11011111 | 1101 | 100110 | 0 | 1101 | 100010111 | 111001 | 1000111 |
Color Harmonies of #C18BDF
Complementary color
Monochromatic Colors of #C18BDF
Black with #C18BDF
Text Example
Text Example
White with #C18BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BDF; }
p { color: rgb(193,139,223); }
H1.HeaderClassName
{
color: #C18BDF;
}
.AnyTagClassName
{
color: #C18BDF;
}
</style>
background-color css
<style>
a { background-color: #C18BDF; }
a { background-color: rgb(193,139,223); }
div.DivClassName
{
background-color: #C18BDF;
}
.BgClassName
{
background-color: #C18BDF;
}
</style>
border-color css
<style>
span { border-color: #C18BDF; }
span { border-color: rgb(193,139,223); }
td.TdClassName
{
border-color: #C18BDF;
}
.TagClassName
{
border-color: #C18BDF;
}
</style>