Shades of Wisteria #C294DF
Tints of Wisteria #C294DF
RGB
CMYK
RGB Variations
Color information
#C294DF (or 0xC294DF) is known color: Wisteria. HEX triplet: C2, 94 and DF. RGB value is (194,148,223). Sum of RGB (Red+Green+Blue) = 194+148+223=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C294DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294DF is #3D6B20. Grayscale: #AAAAAA. Windows color (decimal): -4025121 or 14652610. OLE color: 14652610.
HSL color Cylindrical-coordinate representation of color #C294DF: hue angle of 276.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C294DF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 148 | 223 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.13 |
| HSL | 276.8º | 0.54% | 0.73% | - |
| HSV(B) | 276.8º | 0.34% | 0.87% | - |
| XYZ | 46.16 | 37.98 | 74.71 | - |
| YUV | 170.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 223 | 0.13 | 0.34 | 0 | 0.13 | 276.8 | 0.54 | 0.73 |
| Hex | C2 | 94 | DF | D | 22 | 0 | D | 115 | 36 | 49 |
| Octal | 302 | 224 | 337 | 15 | 42 | 0 | 15 | 425 | 66 | 111 |
| Binary | 11000010 | 10010100 | 11011111 | 1101 | 100010 | 0 | 1101 | 100010101 | 110110 | 1001001 |
Color Harmonies of #C294DF
Complementary color
Monochromatic Colors of #C294DF
Black with #C294DF
Text Example
Text Example
White with #C294DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294DF; }
p { color: rgb(194,148,223); }
H1.HeaderClassName
{
color: #C294DF;
}
.AnyTagClassName
{
color: #C294DF;
}
</style>
background-color css
<style>
a { background-color: #C294DF; }
a { background-color: rgb(194,148,223); }
div.DivClassName
{
background-color: #C294DF;
}
.BgClassName
{
background-color: #C294DF;
}
</style>
border-color css
<style>
span { border-color: #C294DF; }
span { border-color: rgb(194,148,223); }
td.TdClassName
{
border-color: #C294DF;
}
.TagClassName
{
border-color: #C294DF;
}
</style>