Shades of Wisteria #C28ED7
Tints of Wisteria #C28ED7
RGB
CMYK
RGB Variations
Color information
#C28ED7 (or 0xC28ED7) is known color: Wisteria. HEX triplet: C2, 8E and D7. RGB value is (194,142,215). Sum of RGB (Red+Green+Blue) = 194+142+215=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #C28ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ED7 is #3D7128. Grayscale: #A5A5A5. Windows color (decimal): -4026665 or 14126786. OLE color: 14126786.
HSL color Cylindrical-coordinate representation of color #C28ED7: hue angle of 282.74º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28ED7 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 142 | 215 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.16 |
| HSL | 282.74º | 0.48% | 0.7% | - |
| HSV(B) | 282.74º | 0.34% | 0.84% | - |
| XYZ | 44.19 | 35.72 | 68.86 | - |
| YUV | 165.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 215 | 0.10 | 0.34 | 0 | 0.16 | 282.74 | 0.48 | 0.7 |
| Hex | C2 | 8E | D7 | A | 22 | 0 | 10 | 11B | 30 | 46 |
| Octal | 302 | 216 | 327 | 12 | 42 | 0 | 20 | 433 | 60 | 106 |
| Binary | 11000010 | 10001110 | 11010111 | 1010 | 100010 | 0 | 10000 | 100011011 | 110000 | 1000110 |
Color Harmonies of #C28ED7
Complementary color
Monochromatic Colors of #C28ED7
Black with #C28ED7
Text Example
Text Example
White with #C28ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ED7; }
p { color: rgb(194,142,215); }
H1.HeaderClassName
{
color: #C28ED7;
}
.AnyTagClassName
{
color: #C28ED7;
}
</style>
background-color css
<style>
a { background-color: #C28ED7; }
a { background-color: rgb(194,142,215); }
div.DivClassName
{
background-color: #C28ED7;
}
.BgClassName
{
background-color: #C28ED7;
}
</style>
border-color css
<style>
span { border-color: #C28ED7; }
span { border-color: rgb(194,142,215); }
td.TdClassName
{
border-color: #C28ED7;
}
.TagClassName
{
border-color: #C28ED7;
}
</style>