Shades of Wisteria #C28EF9
Tints of Wisteria #C28EF9
RGB
CMYK
RGB Variations
Color information
#C28EF9 (or 0xC28EF9) is known color: Wisteria. HEX triplet: C2, 8E and F9. RGB value is (194,142,249). Sum of RGB (Red+Green+Blue) = 194+142+249=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #C28EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EF9 is #3D7106. Grayscale: #A9A9A9. Windows color (decimal): -4026631 or 16355010. OLE color: 16355010.
HSL color Cylindrical-coordinate representation of color #C28EF9: hue angle of 269.16º degrees, saturation: 0.9, 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 #C28EF9 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 142 | 249 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.02 |
| HSL | 269.16º | 0.9% | 0.77% | - |
| HSV(B) | 269.16º | 0.43% | 0.98% | - |
| XYZ | 49.02 | 37.65 | 94.31 | - |
| YUV | 169.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 249 | 0.22 | 0.43 | 0 | 0.02 | 269.16 | 0.9 | 0.77 |
| Hex | C2 | 8E | F9 | 16 | 2B | 0 | 2 | 10D | 5A | 4D |
| Octal | 302 | 216 | 371 | 26 | 53 | 0 | 2 | 415 | 132 | 115 |
| Binary | 11000010 | 10001110 | 11111001 | 10110 | 101011 | 0 | 10 | 100001101 | 1011010 | 1001101 |
Color Harmonies of #C28EF9
Complementary color
Monochromatic Colors of #C28EF9
Black with #C28EF9
Text Example
Text Example
White with #C28EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EF9; }
p { color: rgb(194,142,249); }
H1.HeaderClassName
{
color: #C28EF9;
}
.AnyTagClassName
{
color: #C28EF9;
}
</style>
background-color css
<style>
a { background-color: #C28EF9; }
a { background-color: rgb(194,142,249); }
div.DivClassName
{
background-color: #C28EF9;
}
.BgClassName
{
background-color: #C28EF9;
}
</style>
border-color css
<style>
span { border-color: #C28EF9; }
span { border-color: rgb(194,142,249); }
td.TdClassName
{
border-color: #C28EF9;
}
.TagClassName
{
border-color: #C28EF9;
}
</style>