Shades of Wisteria #C69BD5
Tints of Wisteria #C69BD5
RGB
CMYK
RGB Variations
Color information
#C69BD5 (or 0xC69BD5) is known color: Wisteria. HEX triplet: C6, 9B and D5. RGB value is (198,155,213). Sum of RGB (Red+Green+Blue) = 198+155+213=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #C69BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BD5 is #39642A. Grayscale: #AEAEAE. Windows color (decimal): -3761195 or 13999046. OLE color: 13999046.
HSL color Cylindrical-coordinate representation of color #C69BD5: hue angle of 284.48º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69BD5 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 155 | 213 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.16 |
| HSL | 284.48º | 0.41% | 0.72% | - |
| HSV(B) | 284.48º | 0.27% | 0.84% | - |
| XYZ | 47.02 | 40.25 | 68.24 | - |
| YUV | 174.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 213 | 0.07 | 0.27 | 0 | 0.16 | 284.48 | 0.41 | 0.72 |
| Hex | C6 | 9B | D5 | 7 | 1B | 0 | 10 | 11C | 29 | 48 |
| Octal | 306 | 233 | 325 | 7 | 33 | 0 | 20 | 434 | 51 | 110 |
| Binary | 11000110 | 10011011 | 11010101 | 111 | 11011 | 0 | 10000 | 100011100 | 101001 | 1001000 |
Color Harmonies of #C69BD5
Complementary color
Monochromatic Colors of #C69BD5
Black with #C69BD5
Text Example
Text Example
White with #C69BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BD5; }
p { color: rgb(198,155,213); }
H1.HeaderClassName
{
color: #C69BD5;
}
.AnyTagClassName
{
color: #C69BD5;
}
</style>
background-color css
<style>
a { background-color: #C69BD5; }
a { background-color: rgb(198,155,213); }
div.DivClassName
{
background-color: #C69BD5;
}
.BgClassName
{
background-color: #C69BD5;
}
</style>
border-color css
<style>
span { border-color: #C69BD5; }
span { border-color: rgb(198,155,213); }
td.TdClassName
{
border-color: #C69BD5;
}
.TagClassName
{
border-color: #C69BD5;
}
</style>