Shades of Wisteria #C28EF1
Tints of Wisteria #C28EF1
RGB
CMYK
RGB Variations
Color information
#C28EF1 (or 0xC28EF1) is known color: Wisteria. HEX triplet: C2, 8E and F1. RGB value is (194,142,241). Sum of RGB (Red+Green+Blue) = 194+142+241=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #C28EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EF1 is #3D710E. Grayscale: #A8A8A8. Windows color (decimal): -4026639 or 15830722. OLE color: 15830722.
HSL color Cylindrical-coordinate representation of color #C28EF1: hue angle of 271.52º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28EF1 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 142 | 241 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.05 |
| HSL | 271.52º | 0.78% | 0.75% | - |
| HSV(B) | 271.52º | 0.41% | 0.95% | - |
| XYZ | 47.8 | 37.17 | 87.87 | - |
| YUV | 168.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 241 | 0.20 | 0.41 | 0 | 0.05 | 271.52 | 0.78 | 0.75 |
| Hex | C2 | 8E | F1 | 14 | 29 | 0 | 5 | 110 | 4E | 4B |
| Octal | 302 | 216 | 361 | 24 | 51 | 0 | 5 | 420 | 116 | 113 |
| Binary | 11000010 | 10001110 | 11110001 | 10100 | 101001 | 0 | 101 | 100010000 | 1001110 | 1001011 |
Color Harmonies of #C28EF1
Complementary color
Monochromatic Colors of #C28EF1
Black with #C28EF1
Text Example
Text Example
White with #C28EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EF1; }
p { color: rgb(194,142,241); }
H1.HeaderClassName
{
color: #C28EF1;
}
.AnyTagClassName
{
color: #C28EF1;
}
</style>
background-color css
<style>
a { background-color: #C28EF1; }
a { background-color: rgb(194,142,241); }
div.DivClassName
{
background-color: #C28EF1;
}
.BgClassName
{
background-color: #C28EF1;
}
</style>
border-color css
<style>
span { border-color: #C28EF1; }
span { border-color: rgb(194,142,241); }
td.TdClassName
{
border-color: #C28EF1;
}
.TagClassName
{
border-color: #C28EF1;
}
</style>