Shades of Wisteria #C293D6
Tints of Wisteria #C293D6
RGB
CMYK
RGB Variations
Color information
#C293D6 (or 0xC293D6) is known color: Wisteria. HEX triplet: C2, 93 and D6. RGB value is (194,147,214). Sum of RGB (Red+Green+Blue) = 194+147+214=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #C293D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D6 is #3D6C29. Grayscale: #A8A8A8. Windows color (decimal): -4025386 or 14062530. OLE color: 14062530.
HSL color Cylindrical-coordinate representation of color #C293D6: hue angle of 282.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C293D6 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 147 | 214 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.16 |
| HSL | 282.09º | 0.45% | 0.71% | - |
| HSV(B) | 282.09º | 0.31% | 0.84% | - |
| XYZ | 44.82 | 37.19 | 68.43 | - |
| YUV | 168.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 214 | 0.09 | 0.31 | 0 | 0.16 | 282.09 | 0.45 | 0.71 |
| Hex | C2 | 93 | D6 | 9 | 1F | 0 | 10 | 11A | 2D | 47 |
| Octal | 302 | 223 | 326 | 11 | 37 | 0 | 20 | 432 | 55 | 107 |
| Binary | 11000010 | 10010011 | 11010110 | 1001 | 11111 | 0 | 10000 | 100011010 | 101101 | 1000111 |
Color Harmonies of #C293D6
Complementary color
Monochromatic Colors of #C293D6
Black with #C293D6
Text Example
Text Example
White with #C293D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293D6; }
p { color: rgb(194,147,214); }
H1.HeaderClassName
{
color: #C293D6;
}
.AnyTagClassName
{
color: #C293D6;
}
</style>
background-color css
<style>
a { background-color: #C293D6; }
a { background-color: rgb(194,147,214); }
div.DivClassName
{
background-color: #C293D6;
}
.BgClassName
{
background-color: #C293D6;
}
</style>
border-color css
<style>
span { border-color: #C293D6; }
span { border-color: rgb(194,147,214); }
td.TdClassName
{
border-color: #C293D6;
}
.TagClassName
{
border-color: #C293D6;
}
</style>