Shades of Wisteria #C28AE9
Tints of Wisteria #C28AE9
RGB
CMYK
RGB Variations
Color information
#C28AE9 (or 0xC28AE9) is known color: Wisteria. HEX triplet: C2, 8A and E9. RGB value is (194,138,233). Sum of RGB (Red+Green+Blue) = 194+138+233=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #C28AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AE9 is #3D7516. Grayscale: #A5A5A5. Windows color (decimal): -4027671 or 15305410. OLE color: 15305410.
HSL color Cylindrical-coordinate representation of color #C28AE9: hue angle of 275.37º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28AE9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 138 | 233 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.09 |
| HSL | 275.37º | 0.68% | 0.73% | - |
| HSV(B) | 275.37º | 0.41% | 0.91% | - |
| XYZ | 46.04 | 35.53 | 81.52 | - |
| YUV | 165.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 233 | 0.17 | 0.41 | 0 | 0.09 | 275.37 | 0.68 | 0.73 |
| Hex | C2 | 8A | E9 | 11 | 29 | 0 | 9 | 113 | 44 | 49 |
| Octal | 302 | 212 | 351 | 21 | 51 | 0 | 11 | 423 | 104 | 111 |
| Binary | 11000010 | 10001010 | 11101001 | 10001 | 101001 | 0 | 1001 | 100010011 | 1000100 | 1001001 |
Color Harmonies of #C28AE9
Complementary color
Monochromatic Colors of #C28AE9
Black with #C28AE9
Text Example
Text Example
White with #C28AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AE9; }
p { color: rgb(194,138,233); }
H1.HeaderClassName
{
color: #C28AE9;
}
.AnyTagClassName
{
color: #C28AE9;
}
</style>
background-color css
<style>
a { background-color: #C28AE9; }
a { background-color: rgb(194,138,233); }
div.DivClassName
{
background-color: #C28AE9;
}
.BgClassName
{
background-color: #C28AE9;
}
</style>
border-color css
<style>
span { border-color: #C28AE9; }
span { border-color: rgb(194,138,233); }
td.TdClassName
{
border-color: #C28AE9;
}
.TagClassName
{
border-color: #C28AE9;
}
</style>