Shades of Wisteria #C683DB
Tints of Wisteria #C683DB
RGB
CMYK
RGB Variations
Color information
#C683DB (or 0xC683DB) is known color: Wisteria. HEX triplet: C6, 83 and DB. RGB value is (198,131,219). Sum of RGB (Red+Green+Blue) = 198+131+219=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C683DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683DB is #397C24. Grayscale: #A0A0A0. Windows color (decimal): -3767333 or 14386118. OLE color: 14386118.
HSL color Cylindrical-coordinate representation of color #C683DB: hue angle of 285.68º 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 #C683DB is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 131 | 219 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.14 |
| HSL | 285.68º | 0.55% | 0.69% | - |
| HSV(B) | 285.68º | 0.4% | 0.86% | - |
| XYZ | 44.19 | 33.35 | 71.13 | - |
| YUV | 161.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 219 | 0.10 | 0.40 | 0 | 0.14 | 285.68 | 0.55 | 0.69 |
| Hex | C6 | 83 | DB | A | 28 | 0 | E | 11E | 37 | 45 |
| Octal | 306 | 203 | 333 | 12 | 50 | 0 | 16 | 436 | 67 | 105 |
| Binary | 11000110 | 10000011 | 11011011 | 1010 | 101000 | 0 | 1110 | 100011110 | 110111 | 1000101 |
Color Harmonies of #C683DB
Complementary color
Monochromatic Colors of #C683DB
Black with #C683DB
Text Example
Text Example
White with #C683DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683DB; }
p { color: rgb(198,131,219); }
H1.HeaderClassName
{
color: #C683DB;
}
.AnyTagClassName
{
color: #C683DB;
}
</style>
background-color css
<style>
a { background-color: #C683DB; }
a { background-color: rgb(198,131,219); }
div.DivClassName
{
background-color: #C683DB;
}
.BgClassName
{
background-color: #C683DB;
}
</style>
border-color css
<style>
span { border-color: #C683DB; }
span { border-color: rgb(198,131,219); }
td.TdClassName
{
border-color: #C683DB;
}
.TagClassName
{
border-color: #C683DB;
}
</style>