Shades of Wisteria #C28EFA
Tints of Wisteria #C28EFA
RGB
CMYK
RGB Variations
Color information
#C28EFA (or 0xC28EFA) is known color: Wisteria. HEX triplet: C2, 8E and FA. RGB value is (194,142,250). Sum of RGB (Red+Green+Blue) = 194+142+250=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C28EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EFA is #3D7105. Grayscale: #A9A9A9. Windows color (decimal): -4026630 or 16420546. OLE color: 16420546.
HSL color Cylindrical-coordinate representation of color #C28EFA: hue angle of 268.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28EFA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 142 | 250 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.02 |
| HSL | 268.89º | 0.92% | 0.77% | - |
| HSV(B) | 268.89º | 0.43% | 0.98% | - |
| XYZ | 49.18 | 37.72 | 95.13 | - |
| YUV | 169.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 250 | 0.22 | 0.43 | 0 | 0.02 | 268.89 | 0.92 | 0.77 |
| Hex | C2 | 8E | FA | 16 | 2B | 0 | 2 | 10D | 5C | 4D |
| Octal | 302 | 216 | 372 | 26 | 53 | 0 | 2 | 415 | 134 | 115 |
| Binary | 11000010 | 10001110 | 11111010 | 10110 | 101011 | 0 | 10 | 100001101 | 1011100 | 1001101 |
Color Harmonies of #C28EFA
Complementary color
Monochromatic Colors of #C28EFA
Black with #C28EFA
Text Example
Text Example
White with #C28EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EFA; }
p { color: rgb(194,142,250); }
H1.HeaderClassName
{
color: #C28EFA;
}
.AnyTagClassName
{
color: #C28EFA;
}
</style>
background-color css
<style>
a { background-color: #C28EFA; }
a { background-color: rgb(194,142,250); }
div.DivClassName
{
background-color: #C28EFA;
}
.BgClassName
{
background-color: #C28EFA;
}
</style>
border-color css
<style>
span { border-color: #C28EFA; }
span { border-color: rgb(194,142,250); }
td.TdClassName
{
border-color: #C28EFA;
}
.TagClassName
{
border-color: #C28EFA;
}
</style>