Shades of Wisteria #C28DE6
Tints of Wisteria #C28DE6
RGB
CMYK
RGB Variations
Color information
#C28DE6 (or 0xC28DE6) is known color: Wisteria. HEX triplet: C2, 8D and E6. RGB value is (194,141,230). Sum of RGB (Red+Green+Blue) = 194+141+230=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #C28DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DE6 is #3D7219. Grayscale: #A6A6A6. Windows color (decimal): -4026906 or 15109570. OLE color: 15109570.
HSL color Cylindrical-coordinate representation of color #C28DE6: hue angle of 275.73º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28DE6 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 141 | 230 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.10 |
| HSL | 275.73º | 0.64% | 0.73% | - |
| HSV(B) | 275.73º | 0.39% | 0.9% | - |
| XYZ | 46.06 | 36.23 | 79.43 | - |
| YUV | 166.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 230 | 0.16 | 0.39 | 0 | 0.10 | 275.73 | 0.64 | 0.73 |
| Hex | C2 | 8D | E6 | 10 | 27 | 0 | A | 114 | 40 | 49 |
| Octal | 302 | 215 | 346 | 20 | 47 | 0 | 12 | 424 | 100 | 111 |
| Binary | 11000010 | 10001101 | 11100110 | 10000 | 100111 | 0 | 1010 | 100010100 | 1000000 | 1001001 |
Color Harmonies of #C28DE6
Complementary color
Monochromatic Colors of #C28DE6
Black with #C28DE6
Text Example
Text Example
White with #C28DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DE6; }
p { color: rgb(194,141,230); }
H1.HeaderClassName
{
color: #C28DE6;
}
.AnyTagClassName
{
color: #C28DE6;
}
</style>
background-color css
<style>
a { background-color: #C28DE6; }
a { background-color: rgb(194,141,230); }
div.DivClassName
{
background-color: #C28DE6;
}
.BgClassName
{
background-color: #C28DE6;
}
</style>
border-color css
<style>
span { border-color: #C28DE6; }
span { border-color: rgb(194,141,230); }
td.TdClassName
{
border-color: #C28DE6;
}
.TagClassName
{
border-color: #C28DE6;
}
</style>