Shades of Wisteria #C69AE5
Tints of Wisteria #C69AE5
RGB
CMYK
RGB Variations
Color information
#C69AE5 (or 0xC69AE5) is known color: Wisteria. HEX triplet: C6, 9A and E5. RGB value is (198,154,229). Sum of RGB (Red+Green+Blue) = 198+154+229=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #C69AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AE5 is #39651A. Grayscale: #AFAFAF. Windows color (decimal): -3761435 or 15047366. OLE color: 15047366.
HSL color Cylindrical-coordinate representation of color #C69AE5: hue angle of 275.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69AE5 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 154 | 229 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.10 |
| HSL | 275.2º | 0.59% | 0.75% | - |
| HSV(B) | 275.2º | 0.33% | 0.9% | - |
| XYZ | 48.99 | 40.77 | 79.42 | - |
| YUV | 175.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 229 | 0.14 | 0.33 | 0 | 0.10 | 275.2 | 0.59 | 0.75 |
| Hex | C6 | 9A | E5 | E | 21 | 0 | A | 113 | 3B | 4B |
| Octal | 306 | 232 | 345 | 16 | 41 | 0 | 12 | 423 | 73 | 113 |
| Binary | 11000110 | 10011010 | 11100101 | 1110 | 100001 | 0 | 1010 | 100010011 | 111011 | 1001011 |
Color Harmonies of #C69AE5
Complementary color
Monochromatic Colors of #C69AE5
Black with #C69AE5
Text Example
Text Example
White with #C69AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AE5; }
p { color: rgb(198,154,229); }
H1.HeaderClassName
{
color: #C69AE5;
}
.AnyTagClassName
{
color: #C69AE5;
}
</style>
background-color css
<style>
a { background-color: #C69AE5; }
a { background-color: rgb(198,154,229); }
div.DivClassName
{
background-color: #C69AE5;
}
.BgClassName
{
background-color: #C69AE5;
}
</style>
border-color css
<style>
span { border-color: #C69AE5; }
span { border-color: rgb(198,154,229); }
td.TdClassName
{
border-color: #C69AE5;
}
.TagClassName
{
border-color: #C69AE5;
}
</style>