Shades of Wisteria #C69DDA
Tints of Wisteria #C69DDA
RGB
CMYK
RGB Variations
Color information
#C69DDA (or 0xC69DDA) is known color: Wisteria. HEX triplet: C6, 9D and DA. RGB value is (198,157,218). Sum of RGB (Red+Green+Blue) = 198+157+218=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #C69DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DDA is #396225. Grayscale: #B0B0B0. Windows color (decimal): -3760678 or 14327238. OLE color: 14327238.
HSL color Cylindrical-coordinate representation of color #C69DDA: hue angle of 280.33º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69DDA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 157 | 218 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.15 |
| HSL | 280.33º | 0.45% | 0.74% | - |
| HSV(B) | 280.33º | 0.28% | 0.85% | - |
| XYZ | 48 | 41.18 | 71.75 | - |
| YUV | 176.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 218 | 0.09 | 0.28 | 0 | 0.15 | 280.33 | 0.45 | 0.74 |
| Hex | C6 | 9D | DA | 9 | 1C | 0 | F | 118 | 2D | 4A |
| Octal | 306 | 235 | 332 | 11 | 34 | 0 | 17 | 430 | 55 | 112 |
| Binary | 11000110 | 10011101 | 11011010 | 1001 | 11100 | 0 | 1111 | 100011000 | 101101 | 1001010 |
Color Harmonies of #C69DDA
Complementary color
Monochromatic Colors of #C69DDA
Black with #C69DDA
Text Example
Text Example
White with #C69DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DDA; }
p { color: rgb(198,157,218); }
H1.HeaderClassName
{
color: #C69DDA;
}
.AnyTagClassName
{
color: #C69DDA;
}
</style>
background-color css
<style>
a { background-color: #C69DDA; }
a { background-color: rgb(198,157,218); }
div.DivClassName
{
background-color: #C69DDA;
}
.BgClassName
{
background-color: #C69DDA;
}
</style>
border-color css
<style>
span { border-color: #C69DDA; }
span { border-color: rgb(198,157,218); }
td.TdClassName
{
border-color: #C69DDA;
}
.TagClassName
{
border-color: #C69DDA;
}
</style>