Shades of Wisteria #C28AD5
Tints of Wisteria #C28AD5
RGB
CMYK
RGB Variations
Color information
#C28AD5 (or 0xC28AD5) is known color: Wisteria. HEX triplet: C2, 8A and D5. RGB value is (194,138,213). Sum of RGB (Red+Green+Blue) = 194+138+213=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #C28AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AD5 is #3D752A. Grayscale: #A3A3A3. Windows color (decimal): -4027691 or 13994690. OLE color: 13994690.
HSL color Cylindrical-coordinate representation of color #C28AD5: hue angle of 284.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28AD5 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 138 | 213 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.16 |
| HSL | 284.8º | 0.47% | 0.69% | - |
| HSV(B) | 284.8º | 0.35% | 0.84% | - |
| XYZ | 43.35 | 34.45 | 67.32 | - |
| YUV | 163.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 213 | 0.09 | 0.35 | 0 | 0.16 | 284.8 | 0.47 | 0.69 |
| Hex | C2 | 8A | D5 | 9 | 23 | 0 | 10 | 11D | 2F | 45 |
| Octal | 302 | 212 | 325 | 11 | 43 | 0 | 20 | 435 | 57 | 105 |
| Binary | 11000010 | 10001010 | 11010101 | 1001 | 100011 | 0 | 10000 | 100011101 | 101111 | 1000101 |
Color Harmonies of #C28AD5
Complementary color
Monochromatic Colors of #C28AD5
Black with #C28AD5
Text Example
Text Example
White with #C28AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AD5; }
p { color: rgb(194,138,213); }
H1.HeaderClassName
{
color: #C28AD5;
}
.AnyTagClassName
{
color: #C28AD5;
}
</style>
background-color css
<style>
a { background-color: #C28AD5; }
a { background-color: rgb(194,138,213); }
div.DivClassName
{
background-color: #C28AD5;
}
.BgClassName
{
background-color: #C28AD5;
}
</style>
border-color css
<style>
span { border-color: #C28AD5; }
span { border-color: rgb(194,138,213); }
td.TdClassName
{
border-color: #C28AD5;
}
.TagClassName
{
border-color: #C28AD5;
}
</style>