Shades of Wisteria #C293DF
Tints of Wisteria #C293DF
RGB
CMYK
RGB Variations
Color information
#C293DF (or 0xC293DF) is known color: Wisteria. HEX triplet: C2, 93 and DF. RGB value is (194,147,223). Sum of RGB (Red+Green+Blue) = 194+147+223=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C293DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293DF is #3D6C20. Grayscale: #A9A9A9. Windows color (decimal): -4025377 or 14652354. OLE color: 14652354.
HSL color Cylindrical-coordinate representation of color #C293DF: hue angle of 277.11º 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 #C293DF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 147 | 223 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.13 |
| HSL | 277.11º | 0.54% | 0.73% | - |
| HSV(B) | 277.11º | 0.34% | 0.87% | - |
| XYZ | 46 | 37.66 | 74.66 | - |
| YUV | 169.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 223 | 0.13 | 0.34 | 0 | 0.13 | 277.11 | 0.54 | 0.73 |
| Hex | C2 | 93 | DF | D | 22 | 0 | D | 115 | 36 | 49 |
| Octal | 302 | 223 | 337 | 15 | 42 | 0 | 15 | 425 | 66 | 111 |
| Binary | 11000010 | 10010011 | 11011111 | 1101 | 100010 | 0 | 1101 | 100010101 | 110110 | 1001001 |
Color Harmonies of #C293DF
Complementary color
Monochromatic Colors of #C293DF
Black with #C293DF
Text Example
Text Example
White with #C293DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293DF; }
p { color: rgb(194,147,223); }
H1.HeaderClassName
{
color: #C293DF;
}
.AnyTagClassName
{
color: #C293DF;
}
</style>
background-color css
<style>
a { background-color: #C293DF; }
a { background-color: rgb(194,147,223); }
div.DivClassName
{
background-color: #C293DF;
}
.BgClassName
{
background-color: #C293DF;
}
</style>
border-color css
<style>
span { border-color: #C293DF; }
span { border-color: rgb(194,147,223); }
td.TdClassName
{
border-color: #C293DF;
}
.TagClassName
{
border-color: #C293DF;
}
</style>