Shades of Wisteria #C28DE2
Tints of Wisteria #C28DE2
RGB
CMYK
RGB Variations
Color information
#C28DE2 (or 0xC28DE2) is known color: Wisteria. HEX triplet: C2, 8D and E2. RGB value is (194,141,226). Sum of RGB (Red+Green+Blue) = 194+141+226=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #C28DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DE2 is #3D721D. Grayscale: #A6A6A6. Windows color (decimal): -4026910 or 14847426. OLE color: 14847426.
HSL color Cylindrical-coordinate representation of color #C28DE2: hue angle of 277.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28DE2 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 141 | 226 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.11 |
| HSL | 277.41º | 0.59% | 0.72% | - |
| HSV(B) | 277.41º | 0.38% | 0.89% | - |
| XYZ | 45.5 | 36.01 | 76.5 | - |
| YUV | 166.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 226 | 0.14 | 0.38 | 0 | 0.11 | 277.41 | 0.59 | 0.72 |
| Hex | C2 | 8D | E2 | E | 26 | 0 | B | 115 | 3B | 48 |
| Octal | 302 | 215 | 342 | 16 | 46 | 0 | 13 | 425 | 73 | 110 |
| Binary | 11000010 | 10001101 | 11100010 | 1110 | 100110 | 0 | 1011 | 100010101 | 111011 | 1001000 |
Color Harmonies of #C28DE2
Complementary color
Monochromatic Colors of #C28DE2
Black with #C28DE2
Text Example
Text Example
White with #C28DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DE2; }
p { color: rgb(194,141,226); }
H1.HeaderClassName
{
color: #C28DE2;
}
.AnyTagClassName
{
color: #C28DE2;
}
</style>
background-color css
<style>
a { background-color: #C28DE2; }
a { background-color: rgb(194,141,226); }
div.DivClassName
{
background-color: #C28DE2;
}
.BgClassName
{
background-color: #C28DE2;
}
</style>
border-color css
<style>
span { border-color: #C28DE2; }
span { border-color: rgb(194,141,226); }
td.TdClassName
{
border-color: #C28DE2;
}
.TagClassName
{
border-color: #C28DE2;
}
</style>