Shades of Wisteria #C18CFB
Tints of Wisteria #C18CFB
RGB
CMYK
RGB Variations
Color information
#C18CFB (or 0xC18CFB) is known color: Wisteria. HEX triplet: C1, 8C and FB. RGB value is (193,140,251). Sum of RGB (Red+Green+Blue) = 193+140+251=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #C18CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CFB is #3E7304. Grayscale: #A8A8A8. Windows color (decimal): -4092677 or 16485569. OLE color: 16485569.
HSL color Cylindrical-coordinate representation of color #C18CFB: hue angle of 268.65º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18CFB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 140 | 251 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.02 |
| HSL | 268.65º | 0.93% | 0.77% | - |
| HSV(B) | 268.65º | 0.44% | 0.98% | - |
| XYZ | 48.78 | 37.06 | 95.85 | - |
| YUV | 168.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 251 | 0.23 | 0.44 | 0 | 0.02 | 268.65 | 0.93 | 0.77 |
| Hex | C1 | 8C | FB | 17 | 2C | 0 | 2 | 10D | 5D | 4D |
| Octal | 301 | 214 | 373 | 27 | 54 | 0 | 2 | 415 | 135 | 115 |
| Binary | 11000001 | 10001100 | 11111011 | 10111 | 101100 | 0 | 10 | 100001101 | 1011101 | 1001101 |
Color Harmonies of #C18CFB
Complementary color
Monochromatic Colors of #C18CFB
Black with #C18CFB
Text Example
Text Example
White with #C18CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CFB; }
p { color: rgb(193,140,251); }
H1.HeaderClassName
{
color: #C18CFB;
}
.AnyTagClassName
{
color: #C18CFB;
}
</style>
background-color css
<style>
a { background-color: #C18CFB; }
a { background-color: rgb(193,140,251); }
div.DivClassName
{
background-color: #C18CFB;
}
.BgClassName
{
background-color: #C18CFB;
}
</style>
border-color css
<style>
span { border-color: #C18CFB; }
span { border-color: rgb(193,140,251); }
td.TdClassName
{
border-color: #C18CFB;
}
.TagClassName
{
border-color: #C18CFB;
}
</style>