Shades of Wisteria #C28DFA
Tints of Wisteria #C28DFA
RGB
CMYK
RGB Variations
Color information
#C28DFA (or 0xC28DFA) is known color: Wisteria. HEX triplet: C2, 8D and FA. RGB value is (194,141,250). Sum of RGB (Red+Green+Blue) = 194+141+250=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #C28DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DFA is #3D7205. Grayscale: #A8A8A8. Windows color (decimal): -4026886 or 16420290. OLE color: 16420290.
HSL color Cylindrical-coordinate representation of color #C28DFA: hue angle of 269.17º degrees, saturation: 0.92, 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 #C28DFA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 141 | 250 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.02 |
| HSL | 269.17º | 0.92% | 0.77% | - |
| HSV(B) | 269.17º | 0.44% | 0.98% | - |
| XYZ | 49.03 | 37.42 | 95.08 | - |
| YUV | 169.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 250 | 0.22 | 0.44 | 0 | 0.02 | 269.17 | 0.92 | 0.77 |
| Hex | C2 | 8D | FA | 16 | 2C | 0 | 2 | 10D | 5C | 4D |
| Octal | 302 | 215 | 372 | 26 | 54 | 0 | 2 | 415 | 134 | 115 |
| Binary | 11000010 | 10001101 | 11111010 | 10110 | 101100 | 0 | 10 | 100001101 | 1011100 | 1001101 |
Color Harmonies of #C28DFA
Complementary color
Monochromatic Colors of #C28DFA
Black with #C28DFA
Text Example
Text Example
White with #C28DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DFA; }
p { color: rgb(194,141,250); }
H1.HeaderClassName
{
color: #C28DFA;
}
.AnyTagClassName
{
color: #C28DFA;
}
</style>
background-color css
<style>
a { background-color: #C28DFA; }
a { background-color: rgb(194,141,250); }
div.DivClassName
{
background-color: #C28DFA;
}
.BgClassName
{
background-color: #C28DFA;
}
</style>
border-color css
<style>
span { border-color: #C28DFA; }
span { border-color: rgb(194,141,250); }
td.TdClassName
{
border-color: #C28DFA;
}
.TagClassName
{
border-color: #C28DFA;
}
</style>