Shades of Wisteria #C18BCE
Tints of Wisteria #C18BCE
RGB
CMYK
RGB Variations
Color information
#C18BCE (or 0xC18BCE) is known color: Wisteria. HEX triplet: C1, 8B and CE. RGB value is (193,139,206). Sum of RGB (Red+Green+Blue) = 193+139+206=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C18BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BCE is #3E7431. Grayscale: #A2A2A2. Windows color (decimal): -4092978 or 13536193. OLE color: 13536193.
HSL color Cylindrical-coordinate representation of color #C18BCE: hue angle of 288.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18BCE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 139 | 206 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.19 |
| HSL | 288.36º | 0.41% | 0.68% | - |
| HSV(B) | 288.36º | 0.33% | 0.81% | - |
| XYZ | 42.37 | 34.26 | 62.77 | - |
| YUV | 162.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 206 | 0.06 | 0.33 | 0 | 0.19 | 288.36 | 0.41 | 0.68 |
| Hex | C1 | 8B | CE | 6 | 21 | 0 | 13 | 120 | 29 | 44 |
| Octal | 301 | 213 | 316 | 6 | 41 | 0 | 23 | 440 | 51 | 104 |
| Binary | 11000001 | 10001011 | 11001110 | 110 | 100001 | 0 | 10011 | 100100000 | 101001 | 1000100 |
Color Harmonies of #C18BCE
Complementary color
Monochromatic Colors of #C18BCE
Black with #C18BCE
Text Example
Text Example
White with #C18BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BCE; }
p { color: rgb(193,139,206); }
H1.HeaderClassName
{
color: #C18BCE;
}
.AnyTagClassName
{
color: #C18BCE;
}
</style>
background-color css
<style>
a { background-color: #C18BCE; }
a { background-color: rgb(193,139,206); }
div.DivClassName
{
background-color: #C18BCE;
}
.BgClassName
{
background-color: #C18BCE;
}
</style>
border-color css
<style>
span { border-color: #C18BCE; }
span { border-color: rgb(193,139,206); }
td.TdClassName
{
border-color: #C18BCE;
}
.TagClassName
{
border-color: #C18BCE;
}
</style>