Shades of Wisteria #C183DB
Tints of Wisteria #C183DB
RGB
CMYK
RGB Variations
Color information
#C183DB (or 0xC183DB) is known color: Wisteria. HEX triplet: C1, 83 and DB. RGB value is (193,131,219). Sum of RGB (Red+Green+Blue) = 193+131+219=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C183DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183DB is #3E7C24. Grayscale: #9F9F9F. Windows color (decimal): -4095013 or 14386113. OLE color: 14386113.
HSL color Cylindrical-coordinate representation of color #C183DB: hue angle of 282.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C183DB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 131 | 219 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.14 |
| HSL | 282.27º | 0.55% | 0.69% | - |
| HSV(B) | 282.27º | 0.4% | 0.86% | - |
| XYZ | 42.89 | 32.68 | 71.07 | - |
| YUV | 159.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 219 | 0.12 | 0.40 | 0 | 0.14 | 282.27 | 0.55 | 0.69 |
| Hex | C1 | 83 | DB | C | 28 | 0 | E | 11A | 37 | 45 |
| Octal | 301 | 203 | 333 | 14 | 50 | 0 | 16 | 432 | 67 | 105 |
| Binary | 11000001 | 10000011 | 11011011 | 1100 | 101000 | 0 | 1110 | 100011010 | 110111 | 1000101 |
Color Harmonies of #C183DB
Complementary color
Monochromatic Colors of #C183DB
Black with #C183DB
Text Example
Text Example
White with #C183DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183DB; }
p { color: rgb(193,131,219); }
H1.HeaderClassName
{
color: #C183DB;
}
.AnyTagClassName
{
color: #C183DB;
}
</style>
background-color css
<style>
a { background-color: #C183DB; }
a { background-color: rgb(193,131,219); }
div.DivClassName
{
background-color: #C183DB;
}
.BgClassName
{
background-color: #C183DB;
}
</style>
border-color css
<style>
span { border-color: #C183DB; }
span { border-color: rgb(193,131,219); }
td.TdClassName
{
border-color: #C183DB;
}
.TagClassName
{
border-color: #C183DB;
}
</style>