Shades of Wisteria #C593DE
Tints of Wisteria #C593DE
RGB
CMYK
RGB Variations
Color information
#C593DE (or 0xC593DE) is known color: Wisteria. HEX triplet: C5, 93 and DE. RGB value is (197,147,222). Sum of RGB (Red+Green+Blue) = 197+147+222=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #C593DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593DE is #3A6C21. Grayscale: #AAAAAA. Windows color (decimal): -3828770 or 14586821. OLE color: 14586821.
HSL color Cylindrical-coordinate representation of color #C593DE: hue angle of 280º 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 #C593DE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 147 | 222 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.13 |
| HSL | 280º | 0.53% | 0.72% | - |
| HSV(B) | 280º | 0.34% | 0.87% | - |
| XYZ | 46.64 | 38.01 | 73.99 | - |
| YUV | 170.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 222 | 0.11 | 0.34 | 0 | 0.13 | 280 | 0.53 | 0.72 |
| Hex | C5 | 93 | DE | B | 22 | 0 | D | 118 | 35 | 48 |
| Octal | 305 | 223 | 336 | 13 | 42 | 0 | 15 | 430 | 65 | 110 |
| Binary | 11000101 | 10010011 | 11011110 | 1011 | 100010 | 0 | 1101 | 100011000 | 110101 | 1001000 |
Color Harmonies of #C593DE
Complementary color
Monochromatic Colors of #C593DE
Black with #C593DE
Text Example
Text Example
White with #C593DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593DE; }
p { color: rgb(197,147,222); }
H1.HeaderClassName
{
color: #C593DE;
}
.AnyTagClassName
{
color: #C593DE;
}
</style>
background-color css
<style>
a { background-color: #C593DE; }
a { background-color: rgb(197,147,222); }
div.DivClassName
{
background-color: #C593DE;
}
.BgClassName
{
background-color: #C593DE;
}
</style>
border-color css
<style>
span { border-color: #C593DE; }
span { border-color: rgb(197,147,222); }
td.TdClassName
{
border-color: #C593DE;
}
.TagClassName
{
border-color: #C593DE;
}
</style>