Shades of Wisteria #C69DDD
Tints of Wisteria #C69DDD
RGB
CMYK
RGB Variations
Color information
#C69DDD (or 0xC69DDD) is known color: Wisteria. HEX triplet: C6, 9D and DD. RGB value is (198,157,221). Sum of RGB (Red+Green+Blue) = 198+157+221=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DDD is #396222. Grayscale: #B0B0B0. Windows color (decimal): -3760675 or 14523846. OLE color: 14523846.
HSL color Cylindrical-coordinate representation of color #C69DDD: hue angle of 278.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69DDD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 157 | 221 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.13 |
| HSL | 278.44º | 0.48% | 0.74% | - |
| HSV(B) | 278.44º | 0.29% | 0.87% | - |
| XYZ | 48.4 | 41.34 | 73.84 | - |
| YUV | 176.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 221 | 0.10 | 0.29 | 0 | 0.13 | 278.44 | 0.48 | 0.74 |
| Hex | C6 | 9D | DD | A | 1D | 0 | D | 116 | 30 | 4A |
| Octal | 306 | 235 | 335 | 12 | 35 | 0 | 15 | 426 | 60 | 112 |
| Binary | 11000110 | 10011101 | 11011101 | 1010 | 11101 | 0 | 1101 | 100010110 | 110000 | 1001010 |
Color Harmonies of #C69DDD
Complementary color
Monochromatic Colors of #C69DDD
Black with #C69DDD
Text Example
Text Example
White with #C69DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DDD; }
p { color: rgb(198,157,221); }
H1.HeaderClassName
{
color: #C69DDD;
}
.AnyTagClassName
{
color: #C69DDD;
}
</style>
background-color css
<style>
a { background-color: #C69DDD; }
a { background-color: rgb(198,157,221); }
div.DivClassName
{
background-color: #C69DDD;
}
.BgClassName
{
background-color: #C69DDD;
}
</style>
border-color css
<style>
span { border-color: #C69DDD; }
span { border-color: rgb(198,157,221); }
td.TdClassName
{
border-color: #C69DDD;
}
.TagClassName
{
border-color: #C69DDD;
}
</style>