Shades of Wisteria #C28DFB
Tints of Wisteria #C28DFB
RGB
CMYK
RGB Variations
Color information
#C28DFB (or 0xC28DFB) is known color: Wisteria. HEX triplet: C2, 8D and FB. RGB value is (194,141,251). Sum of RGB (Red+Green+Blue) = 194+141+251=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #C28DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DFB is #3D7204. Grayscale: #A9A9A9. Windows color (decimal): -4026885 or 16485826. OLE color: 16485826.
HSL color Cylindrical-coordinate representation of color #C28DFB: hue angle of 268.91º 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 #C28DFB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 141 | 251 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.02 |
| HSL | 268.91º | 0.93% | 0.77% | - |
| HSV(B) | 268.91º | 0.44% | 0.98% | - |
| XYZ | 49.19 | 37.48 | 95.91 | - |
| YUV | 169.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 251 | 0.23 | 0.44 | 0 | 0.02 | 268.91 | 0.93 | 0.77 |
| Hex | C2 | 8D | FB | 17 | 2C | 0 | 2 | 10D | 5D | 4D |
| Octal | 302 | 215 | 373 | 27 | 54 | 0 | 2 | 415 | 135 | 115 |
| Binary | 11000010 | 10001101 | 11111011 | 10111 | 101100 | 0 | 10 | 100001101 | 1011101 | 1001101 |
Color Harmonies of #C28DFB
Complementary color
Monochromatic Colors of #C28DFB
Black with #C28DFB
Text Example
Text Example
White with #C28DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DFB; }
p { color: rgb(194,141,251); }
H1.HeaderClassName
{
color: #C28DFB;
}
.AnyTagClassName
{
color: #C28DFB;
}
</style>
background-color css
<style>
a { background-color: #C28DFB; }
a { background-color: rgb(194,141,251); }
div.DivClassName
{
background-color: #C28DFB;
}
.BgClassName
{
background-color: #C28DFB;
}
</style>
border-color css
<style>
span { border-color: #C28DFB; }
span { border-color: rgb(194,141,251); }
td.TdClassName
{
border-color: #C28DFB;
}
.TagClassName
{
border-color: #C28DFB;
}
</style>