Shades of Wisteria #C688D3
Tints of Wisteria #C688D3
RGB
CMYK
RGB Variations
Color information
#C688D3 (or 0xC688D3) is known color: Wisteria. HEX triplet: C6, 88 and D3. RGB value is (198,136,211). Sum of RGB (Red+Green+Blue) = 198+136+211=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #C688D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C688D3 is #39772C. Grayscale: #A2A2A2. Windows color (decimal): -3766061 or 13863110. OLE color: 13863110.
HSL color Cylindrical-coordinate representation of color #C688D3: hue angle of 289.6º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C688D3 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 136 | 211 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.17 |
| HSL | 289.6º | 0.46% | 0.68% | - |
| HSV(B) | 289.6º | 0.36% | 0.83% | - |
| XYZ | 43.85 | 34.32 | 65.94 | - |
| YUV | 163.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 211 | 0.06 | 0.36 | 0 | 0.17 | 289.6 | 0.46 | 0.68 |
| Hex | C6 | 88 | D3 | 6 | 24 | 0 | 11 | 122 | 2E | 44 |
| Octal | 306 | 210 | 323 | 6 | 44 | 0 | 21 | 442 | 56 | 104 |
| Binary | 11000110 | 10001000 | 11010011 | 110 | 100100 | 0 | 10001 | 100100010 | 101110 | 1000100 |
Color Harmonies of #C688D3
Complementary color
Monochromatic Colors of #C688D3
Black with #C688D3
Text Example
Text Example
White with #C688D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688D3; }
p { color: rgb(198,136,211); }
H1.HeaderClassName
{
color: #C688D3;
}
.AnyTagClassName
{
color: #C688D3;
}
</style>
background-color css
<style>
a { background-color: #C688D3; }
a { background-color: rgb(198,136,211); }
div.DivClassName
{
background-color: #C688D3;
}
.BgClassName
{
background-color: #C688D3;
}
</style>
border-color css
<style>
span { border-color: #C688D3; }
span { border-color: rgb(198,136,211); }
td.TdClassName
{
border-color: #C688D3;
}
.TagClassName
{
border-color: #C688D3;
}
</style>