Shades of Wisteria #C69BEC
Tints of Wisteria #C69BEC
RGB
CMYK
RGB Variations
Color information
#C69BEC (or 0xC69BEC) is known color: Wisteria. HEX triplet: C6, 9B and EC. RGB value is (198,155,236). Sum of RGB (Red+Green+Blue) = 198+155+236=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #C69BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BEC is #396413. Grayscale: #B0B0B0. Windows color (decimal): -3761172 or 15506374. OLE color: 15506374.
HSL color Cylindrical-coordinate representation of color #C69BEC: hue angle of 271.85º 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 #C69BEC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 155 | 236 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 271.85º | 0.68% | 0.77% | - |
| HSV(B) | 271.85º | 0.34% | 0.93% | - |
| XYZ | 50.15 | 41.5 | 84.72 | - |
| YUV | 177.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 236 | 0.16 | 0.34 | 0 | 0.07 | 271.85 | 0.68 | 0.77 |
| Hex | C6 | 9B | EC | 10 | 22 | 0 | 7 | 110 | 44 | 4D |
| Octal | 306 | 233 | 354 | 20 | 42 | 0 | 7 | 420 | 104 | 115 |
| Binary | 11000110 | 10011011 | 11101100 | 10000 | 100010 | 0 | 111 | 100010000 | 1000100 | 1001101 |
Color Harmonies of #C69BEC
Complementary color
Monochromatic Colors of #C69BEC
Black with #C69BEC
Text Example
Text Example
White with #C69BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BEC; }
p { color: rgb(198,155,236); }
H1.HeaderClassName
{
color: #C69BEC;
}
.AnyTagClassName
{
color: #C69BEC;
}
</style>
background-color css
<style>
a { background-color: #C69BEC; }
a { background-color: rgb(198,155,236); }
div.DivClassName
{
background-color: #C69BEC;
}
.BgClassName
{
background-color: #C69BEC;
}
</style>
border-color css
<style>
span { border-color: #C69BEC; }
span { border-color: rgb(198,155,236); }
td.TdClassName
{
border-color: #C69BEC;
}
.TagClassName
{
border-color: #C69BEC;
}
</style>