Shades of Wisteria #C699DD
Tints of Wisteria #C699DD
RGB
CMYK
RGB Variations
Color information
#C699DD (or 0xC699DD) is known color: Wisteria. HEX triplet: C6, 99 and DD. RGB value is (198,153,221). Sum of RGB (Red+Green+Blue) = 198+153+221=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C699DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699DD is #396622. Grayscale: #ADADAD. Windows color (decimal): -3761699 or 14522822. OLE color: 14522822.
HSL color Cylindrical-coordinate representation of color #C699DD: hue angle of 279.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C699DD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 153 | 221 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.13 |
| HSL | 279.71º | 0.5% | 0.73% | - |
| HSV(B) | 279.71º | 0.31% | 0.87% | - |
| XYZ | 47.73 | 40.01 | 73.61 | - |
| YUV | 174.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 221 | 0.10 | 0.31 | 0 | 0.13 | 279.71 | 0.5 | 0.73 |
| Hex | C6 | 99 | DD | A | 1F | 0 | D | 118 | 32 | 49 |
| Octal | 306 | 231 | 335 | 12 | 37 | 0 | 15 | 430 | 62 | 111 |
| Binary | 11000110 | 10011001 | 11011101 | 1010 | 11111 | 0 | 1101 | 100011000 | 110010 | 1001001 |
Color Harmonies of #C699DD
Complementary color
Monochromatic Colors of #C699DD
Black with #C699DD
Text Example
Text Example
White with #C699DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699DD; }
p { color: rgb(198,153,221); }
H1.HeaderClassName
{
color: #C699DD;
}
.AnyTagClassName
{
color: #C699DD;
}
</style>
background-color css
<style>
a { background-color: #C699DD; }
a { background-color: rgb(198,153,221); }
div.DivClassName
{
background-color: #C699DD;
}
.BgClassName
{
background-color: #C699DD;
}
</style>
border-color css
<style>
span { border-color: #C699DD; }
span { border-color: rgb(198,153,221); }
td.TdClassName
{
border-color: #C699DD;
}
.TagClassName
{
border-color: #C699DD;
}
</style>