Shades of Wisteria #C18BEF
Tints of Wisteria #C18BEF
RGB
CMYK
RGB Variations
Color information
#C18BEF (or 0xC18BEF) is known color: Wisteria. HEX triplet: C1, 8B and EF. RGB value is (193,139,239). Sum of RGB (Red+Green+Blue) = 193+139+239=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #C18BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BEF is #3E7410. Grayscale: #A6A6A6. Windows color (decimal): -4092945 or 15698881. OLE color: 15698881.
HSL color Cylindrical-coordinate representation of color #C18BEF: hue angle of 272.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18BEF is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 139 | 239 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.06 |
| HSL | 272.4º | 0.76% | 0.74% | - |
| HSV(B) | 272.4º | 0.42% | 0.94% | - |
| XYZ | 46.8 | 36.03 | 86.15 | - |
| YUV | 166.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 239 | 0.19 | 0.42 | 0 | 0.06 | 272.4 | 0.76 | 0.74 |
| Hex | C1 | 8B | EF | 13 | 2A | 0 | 6 | 110 | 4C | 4A |
| Octal | 301 | 213 | 357 | 23 | 52 | 0 | 6 | 420 | 114 | 112 |
| Binary | 11000001 | 10001011 | 11101111 | 10011 | 101010 | 0 | 110 | 100010000 | 1001100 | 1001010 |
Color Harmonies of #C18BEF
Complementary color
Monochromatic Colors of #C18BEF
Black with #C18BEF
Text Example
Text Example
White with #C18BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BEF; }
p { color: rgb(193,139,239); }
H1.HeaderClassName
{
color: #C18BEF;
}
.AnyTagClassName
{
color: #C18BEF;
}
</style>
background-color css
<style>
a { background-color: #C18BEF; }
a { background-color: rgb(193,139,239); }
div.DivClassName
{
background-color: #C18BEF;
}
.BgClassName
{
background-color: #C18BEF;
}
</style>
border-color css
<style>
span { border-color: #C18BEF; }
span { border-color: rgb(193,139,239); }
td.TdClassName
{
border-color: #C18BEF;
}
.TagClassName
{
border-color: #C18BEF;
}
</style>