Shades of Wisteria #C293DC
Tints of Wisteria #C293DC
RGB
CMYK
RGB Variations
Color information
#C293DC (or 0xC293DC) is known color: Wisteria. HEX triplet: C2, 93 and DC. RGB value is (194,147,220). Sum of RGB (Red+Green+Blue) = 194+147+220=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C293DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293DC is #3D6C23. Grayscale: #A9A9A9. Windows color (decimal): -4025380 or 14455746. OLE color: 14455746.
HSL color Cylindrical-coordinate representation of color #C293DC: hue angle of 278.63º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C293DC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 147 | 220 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.14 |
| HSL | 278.63º | 0.51% | 0.72% | - |
| HSV(B) | 278.63º | 0.33% | 0.86% | - |
| XYZ | 45.6 | 37.5 | 72.55 | - |
| YUV | 169.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 220 | 0.12 | 0.33 | 0 | 0.14 | 278.63 | 0.51 | 0.72 |
| Hex | C2 | 93 | DC | C | 21 | 0 | E | 117 | 33 | 48 |
| Octal | 302 | 223 | 334 | 14 | 41 | 0 | 16 | 427 | 63 | 110 |
| Binary | 11000010 | 10010011 | 11011100 | 1100 | 100001 | 0 | 1110 | 100010111 | 110011 | 1001000 |
Color Harmonies of #C293DC
Complementary color
Monochromatic Colors of #C293DC
Black with #C293DC
Text Example
Text Example
White with #C293DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293DC; }
p { color: rgb(194,147,220); }
H1.HeaderClassName
{
color: #C293DC;
}
.AnyTagClassName
{
color: #C293DC;
}
</style>
background-color css
<style>
a { background-color: #C293DC; }
a { background-color: rgb(194,147,220); }
div.DivClassName
{
background-color: #C293DC;
}
.BgClassName
{
background-color: #C293DC;
}
</style>
border-color css
<style>
span { border-color: #C293DC; }
span { border-color: rgb(194,147,220); }
td.TdClassName
{
border-color: #C293DC;
}
.TagClassName
{
border-color: #C293DC;
}
</style>