Shades of Wisteria #C28AD9
Tints of Wisteria #C28AD9
RGB
CMYK
RGB Variations
Color information
#C28AD9 (or 0xC28AD9) is known color: Wisteria. HEX triplet: C2, 8A and D9. RGB value is (194,138,217). Sum of RGB (Red+Green+Blue) = 194+138+217=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #C28AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AD9 is #3D7526. Grayscale: #A3A3A3. Windows color (decimal): -4027687 or 14256834. OLE color: 14256834.
HSL color Cylindrical-coordinate representation of color #C28AD9: hue angle of 282.53º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28AD9 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 138 | 217 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.15 |
| HSL | 282.53º | 0.51% | 0.7% | - |
| HSV(B) | 282.53º | 0.36% | 0.85% | - |
| XYZ | 43.86 | 34.66 | 70.02 | - |
| YUV | 163.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 217 | 0.11 | 0.36 | 0 | 0.15 | 282.53 | 0.51 | 0.7 |
| Hex | C2 | 8A | D9 | B | 24 | 0 | F | 11B | 33 | 46 |
| Octal | 302 | 212 | 331 | 13 | 44 | 0 | 17 | 433 | 63 | 106 |
| Binary | 11000010 | 10001010 | 11011001 | 1011 | 100100 | 0 | 1111 | 100011011 | 110011 | 1000110 |
Color Harmonies of #C28AD9
Complementary color
Monochromatic Colors of #C28AD9
Black with #C28AD9
Text Example
Text Example
White with #C28AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AD9; }
p { color: rgb(194,138,217); }
H1.HeaderClassName
{
color: #C28AD9;
}
.AnyTagClassName
{
color: #C28AD9;
}
</style>
background-color css
<style>
a { background-color: #C28AD9; }
a { background-color: rgb(194,138,217); }
div.DivClassName
{
background-color: #C28AD9;
}
.BgClassName
{
background-color: #C28AD9;
}
</style>
border-color css
<style>
span { border-color: #C28AD9; }
span { border-color: rgb(194,138,217); }
td.TdClassName
{
border-color: #C28AD9;
}
.TagClassName
{
border-color: #C28AD9;
}
</style>