Shades of Wisteria #C28DE5
Tints of Wisteria #C28DE5
RGB
CMYK
RGB Variations
Color information
#C28DE5 (or 0xC28DE5) is known color: Wisteria. HEX triplet: C2, 8D and E5. RGB value is (194,141,229). Sum of RGB (Red+Green+Blue) = 194+141+229=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #C28DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DE5 is #3D721A. Grayscale: #A6A6A6. Windows color (decimal): -4026907 or 15044034. OLE color: 15044034.
HSL color Cylindrical-coordinate representation of color #C28DE5: hue angle of 276.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28DE5 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 141 | 229 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.10 |
| HSL | 276.14º | 0.63% | 0.73% | - |
| HSV(B) | 276.14º | 0.38% | 0.9% | - |
| XYZ | 45.92 | 36.18 | 78.69 | - |
| YUV | 166.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 229 | 0.15 | 0.38 | 0 | 0.10 | 276.14 | 0.63 | 0.73 |
| Hex | C2 | 8D | E5 | F | 26 | 0 | A | 114 | 3F | 49 |
| Octal | 302 | 215 | 345 | 17 | 46 | 0 | 12 | 424 | 77 | 111 |
| Binary | 11000010 | 10001101 | 11100101 | 1111 | 100110 | 0 | 1010 | 100010100 | 111111 | 1001001 |
Color Harmonies of #C28DE5
Complementary color
Monochromatic Colors of #C28DE5
Black with #C28DE5
Text Example
Text Example
White with #C28DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DE5; }
p { color: rgb(194,141,229); }
H1.HeaderClassName
{
color: #C28DE5;
}
.AnyTagClassName
{
color: #C28DE5;
}
</style>
background-color css
<style>
a { background-color: #C28DE5; }
a { background-color: rgb(194,141,229); }
div.DivClassName
{
background-color: #C28DE5;
}
.BgClassName
{
background-color: #C28DE5;
}
</style>
border-color css
<style>
span { border-color: #C28DE5; }
span { border-color: rgb(194,141,229); }
td.TdClassName
{
border-color: #C28DE5;
}
.TagClassName
{
border-color: #C28DE5;
}
</style>