Shades of Wisteria #C293DE
Tints of Wisteria #C293DE
RGB
CMYK
RGB Variations
Color information
#C293DE (or 0xC293DE) is known color: Wisteria. HEX triplet: C2, 93 and DE. RGB value is (194,147,222). Sum of RGB (Red+Green+Blue) = 194+147+222=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #C293DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293DE is #3D6C21. Grayscale: #A9A9A9. Windows color (decimal): -4025378 or 14586818. OLE color: 14586818.
HSL color Cylindrical-coordinate representation of color #C293DE: hue angle of 277.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C293DE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 147 | 222 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.13 |
| HSL | 277.6º | 0.53% | 0.72% | - |
| HSV(B) | 277.6º | 0.34% | 0.87% | - |
| XYZ | 45.87 | 37.61 | 73.95 | - |
| YUV | 169.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 222 | 0.13 | 0.34 | 0 | 0.13 | 277.6 | 0.53 | 0.72 |
| Hex | C2 | 93 | DE | D | 22 | 0 | D | 116 | 35 | 48 |
| Octal | 302 | 223 | 336 | 15 | 42 | 0 | 15 | 426 | 65 | 110 |
| Binary | 11000010 | 10010011 | 11011110 | 1101 | 100010 | 0 | 1101 | 100010110 | 110101 | 1001000 |
Color Harmonies of #C293DE
Complementary color
Monochromatic Colors of #C293DE
Black with #C293DE
Text Example
Text Example
White with #C293DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293DE; }
p { color: rgb(194,147,222); }
H1.HeaderClassName
{
color: #C293DE;
}
.AnyTagClassName
{
color: #C293DE;
}
</style>
background-color css
<style>
a { background-color: #C293DE; }
a { background-color: rgb(194,147,222); }
div.DivClassName
{
background-color: #C293DE;
}
.BgClassName
{
background-color: #C293DE;
}
</style>
border-color css
<style>
span { border-color: #C293DE; }
span { border-color: rgb(194,147,222); }
td.TdClassName
{
border-color: #C293DE;
}
.TagClassName
{
border-color: #C293DE;
}
</style>