Shades of Wisteria #C183DA
Tints of Wisteria #C183DA
RGB
CMYK
RGB Variations
Color information
#C183DA (or 0xC183DA) is known color: Wisteria. HEX triplet: C1, 83 and DA. RGB value is (193,131,218). Sum of RGB (Red+Green+Blue) = 193+131+218=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #C183DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183DA is #3E7C25. Grayscale: #9F9F9F. Windows color (decimal): -4095014 or 14320577. OLE color: 14320577.
HSL color Cylindrical-coordinate representation of color #C183DA: hue angle of 282.76º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C183DA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 131 | 218 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.15 |
| HSL | 282.76º | 0.54% | 0.68% | - |
| HSV(B) | 282.76º | 0.4% | 0.85% | - |
| XYZ | 42.76 | 32.63 | 70.37 | - |
| YUV | 159.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 218 | 0.11 | 0.40 | 0 | 0.15 | 282.76 | 0.54 | 0.68 |
| Hex | C1 | 83 | DA | B | 28 | 0 | F | 11B | 36 | 44 |
| Octal | 301 | 203 | 332 | 13 | 50 | 0 | 17 | 433 | 66 | 104 |
| Binary | 11000001 | 10000011 | 11011010 | 1011 | 101000 | 0 | 1111 | 100011011 | 110110 | 1000100 |
Color Harmonies of #C183DA
Complementary color
Monochromatic Colors of #C183DA
Black with #C183DA
Text Example
Text Example
White with #C183DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183DA; }
p { color: rgb(193,131,218); }
H1.HeaderClassName
{
color: #C183DA;
}
.AnyTagClassName
{
color: #C183DA;
}
</style>
background-color css
<style>
a { background-color: #C183DA; }
a { background-color: rgb(193,131,218); }
div.DivClassName
{
background-color: #C183DA;
}
.BgClassName
{
background-color: #C183DA;
}
</style>
border-color css
<style>
span { border-color: #C183DA; }
span { border-color: rgb(193,131,218); }
td.TdClassName
{
border-color: #C183DA;
}
.TagClassName
{
border-color: #C183DA;
}
</style>