Shades of Wisteria #C18BEC
Tints of Wisteria #C18BEC
RGB
CMYK
RGB Variations
Color information
#C18BEC (or 0xC18BEC) is known color: Wisteria. HEX triplet: C1, 8B and EC. RGB value is (193,139,236). Sum of RGB (Red+Green+Blue) = 193+139+236=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #C18BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BEC is #3E7413. Grayscale: #A5A5A5. Windows color (decimal): -4092948 or 15502273. OLE color: 15502273.
HSL color Cylindrical-coordinate representation of color #C18BEC: hue angle of 273.4º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18BEC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 139 | 236 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.07 |
| HSL | 273.4º | 0.72% | 0.74% | - |
| HSV(B) | 273.4º | 0.41% | 0.93% | - |
| XYZ | 46.37 | 35.86 | 83.83 | - |
| YUV | 166.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 236 | 0.18 | 0.41 | 0 | 0.07 | 273.4 | 0.72 | 0.74 |
| Hex | C1 | 8B | EC | 12 | 29 | 0 | 7 | 111 | 48 | 4A |
| Octal | 301 | 213 | 354 | 22 | 51 | 0 | 7 | 421 | 110 | 112 |
| Binary | 11000001 | 10001011 | 11101100 | 10010 | 101001 | 0 | 111 | 100010001 | 1001000 | 1001010 |
Color Harmonies of #C18BEC
Complementary color
Monochromatic Colors of #C18BEC
Black with #C18BEC
Text Example
Text Example
White with #C18BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BEC; }
p { color: rgb(193,139,236); }
H1.HeaderClassName
{
color: #C18BEC;
}
.AnyTagClassName
{
color: #C18BEC;
}
</style>
background-color css
<style>
a { background-color: #C18BEC; }
a { background-color: rgb(193,139,236); }
div.DivClassName
{
background-color: #C18BEC;
}
.BgClassName
{
background-color: #C18BEC;
}
</style>
border-color css
<style>
span { border-color: #C18BEC; }
span { border-color: rgb(193,139,236); }
td.TdClassName
{
border-color: #C18BEC;
}
.TagClassName
{
border-color: #C18BEC;
}
</style>