Shades of Wisteria #C69ADD
Tints of Wisteria #C69ADD
RGB
CMYK
RGB Variations
Color information
#C69ADD (or 0xC69ADD) is known color: Wisteria. HEX triplet: C6, 9A and DD. RGB value is (198,154,221). Sum of RGB (Red+Green+Blue) = 198+154+221=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ADD is #396522. Grayscale: #AEAEAE. Windows color (decimal): -3761443 or 14523078. OLE color: 14523078.
HSL color Cylindrical-coordinate representation of color #C69ADD: hue angle of 279.4º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69ADD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 154 | 221 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.13 |
| HSL | 279.4º | 0.5% | 0.74% | - |
| HSV(B) | 279.4º | 0.3% | 0.87% | - |
| XYZ | 47.9 | 40.34 | 73.67 | - |
| YUV | 174.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 221 | 0.10 | 0.30 | 0 | 0.13 | 279.4 | 0.5 | 0.74 |
| Hex | C6 | 9A | DD | A | 1E | 0 | D | 117 | 32 | 4A |
| Octal | 306 | 232 | 335 | 12 | 36 | 0 | 15 | 427 | 62 | 112 |
| Binary | 11000110 | 10011010 | 11011101 | 1010 | 11110 | 0 | 1101 | 100010111 | 110010 | 1001010 |
Color Harmonies of #C69ADD
Complementary color
Monochromatic Colors of #C69ADD
Black with #C69ADD
Text Example
Text Example
White with #C69ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69ADD; }
p { color: rgb(198,154,221); }
H1.HeaderClassName
{
color: #C69ADD;
}
.AnyTagClassName
{
color: #C69ADD;
}
</style>
background-color css
<style>
a { background-color: #C69ADD; }
a { background-color: rgb(198,154,221); }
div.DivClassName
{
background-color: #C69ADD;
}
.BgClassName
{
background-color: #C69ADD;
}
</style>
border-color css
<style>
span { border-color: #C69ADD; }
span { border-color: rgb(198,154,221); }
td.TdClassName
{
border-color: #C69ADD;
}
.TagClassName
{
border-color: #C69ADD;
}
</style>