Shades of Wisteria #C69BEE
Tints of Wisteria #C69BEE
RGB
CMYK
RGB Variations
Color information
#C69BEE (or 0xC69BEE) is known color: Wisteria. HEX triplet: C6, 9B and EE. RGB value is (198,155,238). Sum of RGB (Red+Green+Blue) = 198+155+238=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #C69BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BEE is #396411. Grayscale: #B1B1B1. Windows color (decimal): -3761170 or 15637446. OLE color: 15637446.
HSL color Cylindrical-coordinate representation of color #C69BEE: hue angle of 271.08º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69BEE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 155 | 238 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.07 |
| HSL | 271.08º | 0.71% | 0.77% | - |
| HSV(B) | 271.08º | 0.35% | 0.93% | - |
| XYZ | 50.44 | 41.62 | 86.26 | - |
| YUV | 177.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 238 | 0.17 | 0.35 | 0 | 0.07 | 271.08 | 0.71 | 0.77 |
| Hex | C6 | 9B | EE | 11 | 23 | 0 | 7 | 10F | 47 | 4D |
| Octal | 306 | 233 | 356 | 21 | 43 | 0 | 7 | 417 | 107 | 115 |
| Binary | 11000110 | 10011011 | 11101110 | 10001 | 100011 | 0 | 111 | 100001111 | 1000111 | 1001101 |
Color Harmonies of #C69BEE
Complementary color
Monochromatic Colors of #C69BEE
Black with #C69BEE
Text Example
Text Example
White with #C69BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BEE; }
p { color: rgb(198,155,238); }
H1.HeaderClassName
{
color: #C69BEE;
}
.AnyTagClassName
{
color: #C69BEE;
}
</style>
background-color css
<style>
a { background-color: #C69BEE; }
a { background-color: rgb(198,155,238); }
div.DivClassName
{
background-color: #C69BEE;
}
.BgClassName
{
background-color: #C69BEE;
}
</style>
border-color css
<style>
span { border-color: #C69BEE; }
span { border-color: rgb(198,155,238); }
td.TdClassName
{
border-color: #C69BEE;
}
.TagClassName
{
border-color: #C69BEE;
}
</style>