Shades of Wisteria #C69CEC
Tints of Wisteria #C69CEC
RGB
CMYK
RGB Variations
Color information
#C69CEC (or 0xC69CEC) is known color: Wisteria. HEX triplet: C6, 9C and EC. RGB value is (198,156,236). Sum of RGB (Red+Green+Blue) = 198+156+236=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #C69CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CEC is #396313. Grayscale: #B1B1B1. Windows color (decimal): -3760916 or 15506630. OLE color: 15506630.
HSL color Cylindrical-coordinate representation of color #C69CEC: hue angle of 271.5º degrees, saturation: 0.68, 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 #C69CEC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 156 | 236 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 271.5º | 0.68% | 0.77% | - |
| HSV(B) | 271.5º | 0.34% | 0.93% | - |
| XYZ | 50.32 | 41.84 | 84.78 | - |
| YUV | 177.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 236 | 0.16 | 0.34 | 0 | 0.07 | 271.5 | 0.68 | 0.77 |
| Hex | C6 | 9C | EC | 10 | 22 | 0 | 7 | 110 | 44 | 4D |
| Octal | 306 | 234 | 354 | 20 | 42 | 0 | 7 | 420 | 104 | 115 |
| Binary | 11000110 | 10011100 | 11101100 | 10000 | 100010 | 0 | 111 | 100010000 | 1000100 | 1001101 |
Color Harmonies of #C69CEC
Complementary color
Monochromatic Colors of #C69CEC
Black with #C69CEC
Text Example
Text Example
White with #C69CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CEC; }
p { color: rgb(198,156,236); }
H1.HeaderClassName
{
color: #C69CEC;
}
.AnyTagClassName
{
color: #C69CEC;
}
</style>
background-color css
<style>
a { background-color: #C69CEC; }
a { background-color: rgb(198,156,236); }
div.DivClassName
{
background-color: #C69CEC;
}
.BgClassName
{
background-color: #C69CEC;
}
</style>
border-color css
<style>
span { border-color: #C69CEC; }
span { border-color: rgb(198,156,236); }
td.TdClassName
{
border-color: #C69CEC;
}
.TagClassName
{
border-color: #C69CEC;
}
</style>