Shades of Wisteria #C18BED
Tints of Wisteria #C18BED
RGB
CMYK
RGB Variations
Color information
#C18BED (or 0xC18BED) is known color: Wisteria. HEX triplet: C1, 8B and ED. RGB value is (193,139,237). Sum of RGB (Red+Green+Blue) = 193+139+237=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C18BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BED is #3E7412. Grayscale: #A5A5A5. Windows color (decimal): -4092947 or 15567809. OLE color: 15567809.
HSL color Cylindrical-coordinate representation of color #C18BED: hue angle of 273.06º degrees, saturation: 0.73, 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 #C18BED is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 139 | 237 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.07 |
| HSL | 273.06º | 0.73% | 0.74% | - |
| HSV(B) | 273.06º | 0.41% | 0.93% | - |
| XYZ | 46.51 | 35.92 | 84.6 | - |
| YUV | 166.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 237 | 0.19 | 0.41 | 0 | 0.07 | 273.06 | 0.73 | 0.74 |
| Hex | C1 | 8B | ED | 13 | 29 | 0 | 7 | 111 | 49 | 4A |
| Octal | 301 | 213 | 355 | 23 | 51 | 0 | 7 | 421 | 111 | 112 |
| Binary | 11000001 | 10001011 | 11101101 | 10011 | 101001 | 0 | 111 | 100010001 | 1001001 | 1001010 |
Color Harmonies of #C18BED
Complementary color
Monochromatic Colors of #C18BED
Black with #C18BED
Text Example
Text Example
White with #C18BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BED; }
p { color: rgb(193,139,237); }
H1.HeaderClassName
{
color: #C18BED;
}
.AnyTagClassName
{
color: #C18BED;
}
</style>
background-color css
<style>
a { background-color: #C18BED; }
a { background-color: rgb(193,139,237); }
div.DivClassName
{
background-color: #C18BED;
}
.BgClassName
{
background-color: #C18BED;
}
</style>
border-color css
<style>
span { border-color: #C18BED; }
span { border-color: rgb(193,139,237); }
td.TdClassName
{
border-color: #C18BED;
}
.TagClassName
{
border-color: #C18BED;
}
</style>