Shades of Wisteria #C683DD
Tints of Wisteria #C683DD
RGB
CMYK
RGB Variations
Color information
#C683DD (or 0xC683DD) is known color: Wisteria. HEX triplet: C6, 83 and DD. RGB value is (198,131,221). Sum of RGB (Red+Green+Blue) = 198+131+221=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C683DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683DD is #397C22. Grayscale: #A1A1A1. Windows color (decimal): -3767331 or 14517190. OLE color: 14517190.
HSL color Cylindrical-coordinate representation of color #C683DD: hue angle of 284.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C683DD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 131 | 221 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.13 |
| HSL | 284.67º | 0.57% | 0.69% | - |
| HSV(B) | 284.67º | 0.41% | 0.87% | - |
| XYZ | 44.46 | 33.46 | 72.52 | - |
| YUV | 161.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 221 | 0.10 | 0.41 | 0 | 0.13 | 284.67 | 0.57 | 0.69 |
| Hex | C6 | 83 | DD | A | 29 | 0 | D | 11D | 39 | 45 |
| Octal | 306 | 203 | 335 | 12 | 51 | 0 | 15 | 435 | 71 | 105 |
| Binary | 11000110 | 10000011 | 11011101 | 1010 | 101001 | 0 | 1101 | 100011101 | 111001 | 1000101 |
Color Harmonies of #C683DD
Complementary color
Monochromatic Colors of #C683DD
Black with #C683DD
Text Example
Text Example
White with #C683DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683DD; }
p { color: rgb(198,131,221); }
H1.HeaderClassName
{
color: #C683DD;
}
.AnyTagClassName
{
color: #C683DD;
}
</style>
background-color css
<style>
a { background-color: #C683DD; }
a { background-color: rgb(198,131,221); }
div.DivClassName
{
background-color: #C683DD;
}
.BgClassName
{
background-color: #C683DD;
}
</style>
border-color css
<style>
span { border-color: #C683DD; }
span { border-color: rgb(198,131,221); }
td.TdClassName
{
border-color: #C683DD;
}
.TagClassName
{
border-color: #C683DD;
}
</style>