Shades of Wisteria #C69BDC
Tints of Wisteria #C69BDC
RGB
CMYK
RGB Variations
Color information
#C69BDC (or 0xC69BDC) is known color: Wisteria. HEX triplet: C6, 9B and DC. RGB value is (198,155,220). Sum of RGB (Red+Green+Blue) = 198+155+220=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #C69BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BDC is #396423. Grayscale: #AFAFAF. Windows color (decimal): -3761188 or 14457798. OLE color: 14457798.
HSL color Cylindrical-coordinate representation of color #C69BDC: hue angle of 279.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69BDC is Cyan = 0.1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 155 | 220 | - |
| CMYK | 0.1 | 0.30 | 0 | 0.14 |
| HSL | 279.69º | 0.48% | 0.74% | - |
| HSV(B) | 279.69º | 0.3% | 0.86% | - |
| XYZ | 47.93 | 40.62 | 73.02 | - |
| YUV | 175.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 220 | 0.1 | 0.30 | 0 | 0.14 | 279.69 | 0.48 | 0.74 |
| Hex | C6 | 9B | DC | A | 1E | 0 | E | 118 | 30 | 4A |
| Octal | 306 | 233 | 334 | 12 | 36 | 0 | 16 | 430 | 60 | 112 |
| Binary | 11000110 | 10011011 | 11011100 | 1010 | 11110 | 0 | 1110 | 100011000 | 110000 | 1001010 |
Color Harmonies of #C69BDC
Complementary color
Monochromatic Colors of #C69BDC
Black with #C69BDC
Text Example
Text Example
White with #C69BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BDC; }
p { color: rgb(198,155,220); }
H1.HeaderClassName
{
color: #C69BDC;
}
.AnyTagClassName
{
color: #C69BDC;
}
</style>
background-color css
<style>
a { background-color: #C69BDC; }
a { background-color: rgb(198,155,220); }
div.DivClassName
{
background-color: #C69BDC;
}
.BgClassName
{
background-color: #C69BDC;
}
</style>
border-color css
<style>
span { border-color: #C69BDC; }
span { border-color: rgb(198,155,220); }
td.TdClassName
{
border-color: #C69BDC;
}
.TagClassName
{
border-color: #C69BDC;
}
</style>