Shades of Wisteria #C684D3
Tints of Wisteria #C684D3
RGB
CMYK
RGB Variations
Color information
#C684D3 (or 0xC684D3) is known color: Wisteria. HEX triplet: C6, 84 and D3. RGB value is (198,132,211). Sum of RGB (Red+Green+Blue) = 198+132+211=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #C684D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684D3 is #397B2C. Grayscale: #A0A0A0. Windows color (decimal): -3767085 or 13862086. OLE color: 13862086.
HSL color Cylindrical-coordinate representation of color #C684D3: hue angle of 290.13º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C684D3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 132 | 211 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.17 |
| HSL | 290.13º | 0.47% | 0.67% | - |
| HSV(B) | 290.13º | 0.37% | 0.83% | - |
| XYZ | 43.3 | 33.21 | 65.76 | - |
| YUV | 160.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 211 | 0.06 | 0.37 | 0 | 0.17 | 290.13 | 0.47 | 0.67 |
| Hex | C6 | 84 | D3 | 6 | 25 | 0 | 11 | 122 | 2F | 43 |
| Octal | 306 | 204 | 323 | 6 | 45 | 0 | 21 | 442 | 57 | 103 |
| Binary | 11000110 | 10000100 | 11010011 | 110 | 100101 | 0 | 10001 | 100100010 | 101111 | 1000011 |
Color Harmonies of #C684D3
Complementary color
Monochromatic Colors of #C684D3
Black with #C684D3
Text Example
Text Example
White with #C684D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C684D3; }
p { color: rgb(198,132,211); }
H1.HeaderClassName
{
color: #C684D3;
}
.AnyTagClassName
{
color: #C684D3;
}
</style>
background-color css
<style>
a { background-color: #C684D3; }
a { background-color: rgb(198,132,211); }
div.DivClassName
{
background-color: #C684D3;
}
.BgClassName
{
background-color: #C684D3;
}
</style>
border-color css
<style>
span { border-color: #C684D3; }
span { border-color: rgb(198,132,211); }
td.TdClassName
{
border-color: #C684D3;
}
.TagClassName
{
border-color: #C684D3;
}
</style>