Shades of Wisteria #C18BFB
Tints of Wisteria #C18BFB
RGB
CMYK
RGB Variations
Color information
#C18BFB (or 0xC18BFB) is known color: Wisteria. HEX triplet: C1, 8B and FB. RGB value is (193,139,251). Sum of RGB (Red+Green+Blue) = 193+139+251=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #C18BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BFB is #3E7404. Grayscale: #A7A7A7. Windows color (decimal): -4092933 or 16485313. OLE color: 16485313.
HSL color Cylindrical-coordinate representation of color #C18BFB: hue angle of 268.93º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C18BFB is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 139 | 251 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.02 |
| HSL | 268.93º | 0.93% | 0.76% | - |
| HSV(B) | 268.93º | 0.45% | 0.98% | - |
| XYZ | 48.64 | 36.77 | 95.8 | - |
| YUV | 167.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 251 | 0.23 | 0.45 | 0 | 0.02 | 268.93 | 0.93 | 0.76 |
| Hex | C1 | 8B | FB | 17 | 2D | 0 | 2 | 10D | 5D | 4C |
| Octal | 301 | 213 | 373 | 27 | 55 | 0 | 2 | 415 | 135 | 114 |
| Binary | 11000001 | 10001011 | 11111011 | 10111 | 101101 | 0 | 10 | 100001101 | 1011101 | 1001100 |
Color Harmonies of #C18BFB
Complementary color
Monochromatic Colors of #C18BFB
Black with #C18BFB
Text Example
Text Example
White with #C18BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BFB; }
p { color: rgb(193,139,251); }
H1.HeaderClassName
{
color: #C18BFB;
}
.AnyTagClassName
{
color: #C18BFB;
}
</style>
background-color css
<style>
a { background-color: #C18BFB; }
a { background-color: rgb(193,139,251); }
div.DivClassName
{
background-color: #C18BFB;
}
.BgClassName
{
background-color: #C18BFB;
}
</style>
border-color css
<style>
span { border-color: #C18BFB; }
span { border-color: rgb(193,139,251); }
td.TdClassName
{
border-color: #C18BFB;
}
.TagClassName
{
border-color: #C18BFB;
}
</style>