Shades of Wisteria #C18BFA
Tints of Wisteria #C18BFA
RGB
CMYK
RGB Variations
Color information
#C18BFA (or 0xC18BFA) is known color: Wisteria. HEX triplet: C1, 8B and FA. RGB value is (193,139,250). Sum of RGB (Red+Green+Blue) = 193+139+250=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #C18BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BFA is #3E7405. Grayscale: #A7A7A7. Windows color (decimal): -4092934 or 16419777. OLE color: 16419777.
HSL color Cylindrical-coordinate representation of color #C18BFA: hue angle of 269.19º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18BFA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 139 | 250 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.02 |
| HSL | 269.19º | 0.92% | 0.76% | - |
| HSV(B) | 269.19º | 0.44% | 0.98% | - |
| XYZ | 48.48 | 36.7 | 94.97 | - |
| YUV | 167.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 250 | 0.23 | 0.44 | 0 | 0.02 | 269.19 | 0.92 | 0.76 |
| Hex | C1 | 8B | FA | 17 | 2C | 0 | 2 | 10D | 5C | 4C |
| Octal | 301 | 213 | 372 | 27 | 54 | 0 | 2 | 415 | 134 | 114 |
| Binary | 11000001 | 10001011 | 11111010 | 10111 | 101100 | 0 | 10 | 100001101 | 1011100 | 1001100 |
Color Harmonies of #C18BFA
Complementary color
Monochromatic Colors of #C18BFA
Black with #C18BFA
Text Example
Text Example
White with #C18BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BFA; }
p { color: rgb(193,139,250); }
H1.HeaderClassName
{
color: #C18BFA;
}
.AnyTagClassName
{
color: #C18BFA;
}
</style>
background-color css
<style>
a { background-color: #C18BFA; }
a { background-color: rgb(193,139,250); }
div.DivClassName
{
background-color: #C18BFA;
}
.BgClassName
{
background-color: #C18BFA;
}
</style>
border-color css
<style>
span { border-color: #C18BFA; }
span { border-color: rgb(193,139,250); }
td.TdClassName
{
border-color: #C18BFA;
}
.TagClassName
{
border-color: #C18BFA;
}
</style>