Shades of Wisteria #C69CEB
Tints of Wisteria #C69CEB
RGB
CMYK
RGB Variations
Color information
#C69CEB (or 0xC69CEB) is known color: Wisteria. HEX triplet: C6, 9C and EB. RGB value is (198,156,235). Sum of RGB (Red+Green+Blue) = 198+156+235=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #C69CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CEB is #396314. Grayscale: #B1B1B1. Windows color (decimal): -3760917 or 15441094. OLE color: 15441094.
HSL color Cylindrical-coordinate representation of color #C69CEB: hue angle of 271.9º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69CEB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 156 | 235 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.08 |
| HSL | 271.9º | 0.66% | 0.77% | - |
| HSV(B) | 271.9º | 0.34% | 0.92% | - |
| XYZ | 50.17 | 41.78 | 84.02 | - |
| YUV | 177.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 235 | 0.16 | 0.34 | 0 | 0.08 | 271.9 | 0.66 | 0.77 |
| Hex | C6 | 9C | EB | 10 | 22 | 0 | 8 | 110 | 42 | 4D |
| Octal | 306 | 234 | 353 | 20 | 42 | 0 | 10 | 420 | 102 | 115 |
| Binary | 11000110 | 10011100 | 11101011 | 10000 | 100010 | 0 | 1000 | 100010000 | 1000010 | 1001101 |
Color Harmonies of #C69CEB
Complementary color
Monochromatic Colors of #C69CEB
Black with #C69CEB
Text Example
Text Example
White with #C69CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CEB; }
p { color: rgb(198,156,235); }
H1.HeaderClassName
{
color: #C69CEB;
}
.AnyTagClassName
{
color: #C69CEB;
}
</style>
background-color css
<style>
a { background-color: #C69CEB; }
a { background-color: rgb(198,156,235); }
div.DivClassName
{
background-color: #C69CEB;
}
.BgClassName
{
background-color: #C69CEB;
}
</style>
border-color css
<style>
span { border-color: #C69CEB; }
span { border-color: rgb(198,156,235); }
td.TdClassName
{
border-color: #C69CEB;
}
.TagClassName
{
border-color: #C69CEB;
}
</style>