Shades of Wisteria #C69CED
Tints of Wisteria #C69CED
RGB
CMYK
RGB Variations
Color information
#C69CED (or 0xC69CED) is known color: Wisteria. HEX triplet: C6, 9C and ED. RGB value is (198,156,237). Sum of RGB (Red+Green+Blue) = 198+156+237=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #C69CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CED is #396312. Grayscale: #B1B1B1. Windows color (decimal): -3760915 or 15572166. OLE color: 15572166.
HSL color Cylindrical-coordinate representation of color #C69CED: hue angle of 271.11º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69CED is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 156 | 237 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 271.11º | 0.69% | 0.77% | - |
| HSV(B) | 271.11º | 0.34% | 0.93% | - |
| XYZ | 50.46 | 41.9 | 85.55 | - |
| YUV | 177.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 237 | 0.16 | 0.34 | 0 | 0.07 | 271.11 | 0.69 | 0.77 |
| Hex | C6 | 9C | ED | 10 | 22 | 0 | 7 | 10F | 45 | 4D |
| Octal | 306 | 234 | 355 | 20 | 42 | 0 | 7 | 417 | 105 | 115 |
| Binary | 11000110 | 10011100 | 11101101 | 10000 | 100010 | 0 | 111 | 100001111 | 1000101 | 1001101 |
Color Harmonies of #C69CED
Complementary color
Monochromatic Colors of #C69CED
Black with #C69CED
Text Example
Text Example
White with #C69CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CED; }
p { color: rgb(198,156,237); }
H1.HeaderClassName
{
color: #C69CED;
}
.AnyTagClassName
{
color: #C69CED;
}
</style>
background-color css
<style>
a { background-color: #C69CED; }
a { background-color: rgb(198,156,237); }
div.DivClassName
{
background-color: #C69CED;
}
.BgClassName
{
background-color: #C69CED;
}
</style>
border-color css
<style>
span { border-color: #C69CED; }
span { border-color: rgb(198,156,237); }
td.TdClassName
{
border-color: #C69CED;
}
.TagClassName
{
border-color: #C69CED;
}
</style>