Shades of Wisteria #C28DDF
Tints of Wisteria #C28DDF
RGB
CMYK
RGB Variations
Color information
#C28DDF (or 0xC28DDF) is known color: Wisteria. HEX triplet: C2, 8D and DF. RGB value is (194,141,223). Sum of RGB (Red+Green+Blue) = 194+141+223=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #C28DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DDF is #3D7220. Grayscale: #A5A5A5. Windows color (decimal): -4026913 or 14650818. OLE color: 14650818.
HSL color Cylindrical-coordinate representation of color #C28DDF: hue angle of 278.78º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C28DDF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 141 | 223 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.13 |
| HSL | 278.78º | 0.56% | 0.71% | - |
| HSV(B) | 278.78º | 0.37% | 0.87% | - |
| XYZ | 45.09 | 35.85 | 74.35 | - |
| YUV | 166.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 223 | 0.13 | 0.37 | 0 | 0.13 | 278.78 | 0.56 | 0.71 |
| Hex | C2 | 8D | DF | D | 25 | 0 | D | 117 | 38 | 47 |
| Octal | 302 | 215 | 337 | 15 | 45 | 0 | 15 | 427 | 70 | 107 |
| Binary | 11000010 | 10001101 | 11011111 | 1101 | 100101 | 0 | 1101 | 100010111 | 111000 | 1000111 |
Color Harmonies of #C28DDF
Complementary color
Monochromatic Colors of #C28DDF
Black with #C28DDF
Text Example
Text Example
White with #C28DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DDF; }
p { color: rgb(194,141,223); }
H1.HeaderClassName
{
color: #C28DDF;
}
.AnyTagClassName
{
color: #C28DDF;
}
</style>
background-color css
<style>
a { background-color: #C28DDF; }
a { background-color: rgb(194,141,223); }
div.DivClassName
{
background-color: #C28DDF;
}
.BgClassName
{
background-color: #C28DDF;
}
</style>
border-color css
<style>
span { border-color: #C28DDF; }
span { border-color: rgb(194,141,223); }
td.TdClassName
{
border-color: #C28DDF;
}
.TagClassName
{
border-color: #C28DDF;
}
</style>