Shades of Wisteria #C38DFB
Tints of Wisteria #C38DFB
RGB
CMYK
RGB Variations
Color information
#C38DFB (or 0xC38DFB) is known color: Wisteria. HEX triplet: C3, 8D and FB. RGB value is (195,141,251). Sum of RGB (Red+Green+Blue) = 195+141+251=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #C38DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DFB is #3C7204. Grayscale: #A9A9A9. Windows color (decimal): -3961349 or 16485827. OLE color: 16485827.
HSL color Cylindrical-coordinate representation of color #C38DFB: hue angle of 269.45º 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 #C38DFB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 141 | 251 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.02 |
| HSL | 269.45º | 0.93% | 0.77% | - |
| HSV(B) | 269.45º | 0.44% | 0.98% | - |
| XYZ | 49.44 | 37.62 | 95.92 | - |
| YUV | 169.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 251 | 0.22 | 0.44 | 0 | 0.02 | 269.45 | 0.93 | 0.77 |
| Hex | C3 | 8D | FB | 16 | 2C | 0 | 2 | 10D | 5D | 4D |
| Octal | 303 | 215 | 373 | 26 | 54 | 0 | 2 | 415 | 135 | 115 |
| Binary | 11000011 | 10001101 | 11111011 | 10110 | 101100 | 0 | 10 | 100001101 | 1011101 | 1001101 |
Color Harmonies of #C38DFB
Complementary color
Monochromatic Colors of #C38DFB
Black with #C38DFB
Text Example
Text Example
White with #C38DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DFB; }
p { color: rgb(195,141,251); }
H1.HeaderClassName
{
color: #C38DFB;
}
.AnyTagClassName
{
color: #C38DFB;
}
</style>
background-color css
<style>
a { background-color: #C38DFB; }
a { background-color: rgb(195,141,251); }
div.DivClassName
{
background-color: #C38DFB;
}
.BgClassName
{
background-color: #C38DFB;
}
</style>
border-color css
<style>
span { border-color: #C38DFB; }
span { border-color: rgb(195,141,251); }
td.TdClassName
{
border-color: #C38DFB;
}
.TagClassName
{
border-color: #C38DFB;
}
</style>