Shades of Wisteria #C18BE1
Tints of Wisteria #C18BE1
RGB
CMYK
RGB Variations
Color information
#C18BE1 (or 0xC18BE1) is known color: Wisteria. HEX triplet: C1, 8B and E1. RGB value is (193,139,225). Sum of RGB (Red+Green+Blue) = 193+139+225=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #C18BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BE1 is #3E741E. Grayscale: #A4A4A4. Windows color (decimal): -4092959 or 14781377. OLE color: 14781377.
HSL color Cylindrical-coordinate representation of color #C18BE1: hue angle of 277.67º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18BE1 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 139 | 225 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.12 |
| HSL | 277.67º | 0.59% | 0.71% | - |
| HSV(B) | 277.67º | 0.38% | 0.88% | - |
| XYZ | 44.82 | 35.24 | 75.67 | - |
| YUV | 164.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 225 | 0.14 | 0.38 | 0 | 0.12 | 277.67 | 0.59 | 0.71 |
| Hex | C1 | 8B | E1 | E | 26 | 0 | C | 116 | 3B | 47 |
| Octal | 301 | 213 | 341 | 16 | 46 | 0 | 14 | 426 | 73 | 107 |
| Binary | 11000001 | 10001011 | 11100001 | 1110 | 100110 | 0 | 1100 | 100010110 | 111011 | 1000111 |
Color Harmonies of #C18BE1
Complementary color
Monochromatic Colors of #C18BE1
Black with #C18BE1
Text Example
Text Example
White with #C18BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BE1; }
p { color: rgb(193,139,225); }
H1.HeaderClassName
{
color: #C18BE1;
}
.AnyTagClassName
{
color: #C18BE1;
}
</style>
background-color css
<style>
a { background-color: #C18BE1; }
a { background-color: rgb(193,139,225); }
div.DivClassName
{
background-color: #C18BE1;
}
.BgClassName
{
background-color: #C18BE1;
}
</style>
border-color css
<style>
span { border-color: #C18BE1; }
span { border-color: rgb(193,139,225); }
td.TdClassName
{
border-color: #C18BE1;
}
.TagClassName
{
border-color: #C18BE1;
}
</style>