Shades of Wisteria #C383DB
Tints of Wisteria #C383DB
RGB
CMYK
RGB Variations
Color information
#C383DB (or 0xC383DB) is known color: Wisteria. HEX triplet: C3, 83 and DB. RGB value is (195,131,219). Sum of RGB (Red+Green+Blue) = 195+131+219=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C383DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383DB is #3C7C24. Grayscale: #9F9F9F. Windows color (decimal): -3963941 or 14386115. OLE color: 14386115.
HSL color Cylindrical-coordinate representation of color #C383DB: hue angle of 283.64º 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 #C383DB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 131 | 219 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.14 |
| HSL | 283.64º | 0.55% | 0.69% | - |
| HSV(B) | 283.64º | 0.4% | 0.86% | - |
| XYZ | 43.41 | 32.95 | 71.09 | - |
| YUV | 160.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 219 | 0.11 | 0.40 | 0 | 0.14 | 283.64 | 0.55 | 0.69 |
| Hex | C3 | 83 | DB | B | 28 | 0 | E | 11C | 37 | 45 |
| Octal | 303 | 203 | 333 | 13 | 50 | 0 | 16 | 434 | 67 | 105 |
| Binary | 11000011 | 10000011 | 11011011 | 1011 | 101000 | 0 | 1110 | 100011100 | 110111 | 1000101 |
Color Harmonies of #C383DB
Complementary color
Monochromatic Colors of #C383DB
Black with #C383DB
Text Example
Text Example
White with #C383DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383DB; }
p { color: rgb(195,131,219); }
H1.HeaderClassName
{
color: #C383DB;
}
.AnyTagClassName
{
color: #C383DB;
}
</style>
background-color css
<style>
a { background-color: #C383DB; }
a { background-color: rgb(195,131,219); }
div.DivClassName
{
background-color: #C383DB;
}
.BgClassName
{
background-color: #C383DB;
}
</style>
border-color css
<style>
span { border-color: #C383DB; }
span { border-color: rgb(195,131,219); }
td.TdClassName
{
border-color: #C383DB;
}
.TagClassName
{
border-color: #C383DB;
}
</style>