Shades of Wisteria #C183DF
Tints of Wisteria #C183DF
RGB
CMYK
RGB Variations
Color information
#C183DF (or 0xC183DF) is known color: Wisteria. HEX triplet: C1, 83 and DF. RGB value is (193,131,223). Sum of RGB (Red+Green+Blue) = 193+131+223=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #C183DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183DF is #3E7C20. Grayscale: #9F9F9F. Windows color (decimal): -4095009 or 14648257. OLE color: 14648257.
HSL color Cylindrical-coordinate representation of color #C183DF: hue angle of 280.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C183DF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 131 | 223 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.13 |
| HSL | 280.43º | 0.59% | 0.69% | - |
| HSV(B) | 280.43º | 0.41% | 0.87% | - |
| XYZ | 43.43 | 32.9 | 73.87 | - |
| YUV | 160.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 223 | 0.13 | 0.41 | 0 | 0.13 | 280.43 | 0.59 | 0.69 |
| Hex | C1 | 83 | DF | D | 29 | 0 | D | 118 | 3B | 45 |
| Octal | 301 | 203 | 337 | 15 | 51 | 0 | 15 | 430 | 73 | 105 |
| Binary | 11000001 | 10000011 | 11011111 | 1101 | 101001 | 0 | 1101 | 100011000 | 111011 | 1000101 |
Color Harmonies of #C183DF
Complementary color
Monochromatic Colors of #C183DF
Black with #C183DF
Text Example
Text Example
White with #C183DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183DF; }
p { color: rgb(193,131,223); }
H1.HeaderClassName
{
color: #C183DF;
}
.AnyTagClassName
{
color: #C183DF;
}
</style>
background-color css
<style>
a { background-color: #C183DF; }
a { background-color: rgb(193,131,223); }
div.DivClassName
{
background-color: #C183DF;
}
.BgClassName
{
background-color: #C183DF;
}
</style>
border-color css
<style>
span { border-color: #C183DF; }
span { border-color: rgb(193,131,223); }
td.TdClassName
{
border-color: #C183DF;
}
.TagClassName
{
border-color: #C183DF;
}
</style>