Shades of Wisteria #C689E5
Tints of Wisteria #C689E5
RGB
CMYK
RGB Variations
Color information
#C689E5 (or 0xC689E5) is known color: Wisteria. HEX triplet: C6, 89 and E5. RGB value is (198,137,229). Sum of RGB (Red+Green+Blue) = 198+137+229=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #C689E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C689E5 is #39761A. Grayscale: #A5A5A5. Windows color (decimal): -3765787 or 15043014. OLE color: 15043014.
HSL color Cylindrical-coordinate representation of color #C689E5: hue angle of 279.78º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C689E5 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 137 | 229 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.10 |
| HSL | 279.78º | 0.64% | 0.72% | - |
| HSV(B) | 279.78º | 0.4% | 0.9% | - |
| XYZ | 46.38 | 35.55 | 78.55 | - |
| YUV | 165.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 229 | 0.14 | 0.40 | 0 | 0.10 | 279.78 | 0.64 | 0.72 |
| Hex | C6 | 89 | E5 | E | 28 | 0 | A | 118 | 40 | 48 |
| Octal | 306 | 211 | 345 | 16 | 50 | 0 | 12 | 430 | 100 | 110 |
| Binary | 11000110 | 10001001 | 11100101 | 1110 | 101000 | 0 | 1010 | 100011000 | 1000000 | 1001000 |
Color Harmonies of #C689E5
Complementary color
Monochromatic Colors of #C689E5
Black with #C689E5
Text Example
Text Example
White with #C689E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689E5; }
p { color: rgb(198,137,229); }
H1.HeaderClassName
{
color: #C689E5;
}
.AnyTagClassName
{
color: #C689E5;
}
</style>
background-color css
<style>
a { background-color: #C689E5; }
a { background-color: rgb(198,137,229); }
div.DivClassName
{
background-color: #C689E5;
}
.BgClassName
{
background-color: #C689E5;
}
</style>
border-color css
<style>
span { border-color: #C689E5; }
span { border-color: rgb(198,137,229); }
td.TdClassName
{
border-color: #C689E5;
}
.TagClassName
{
border-color: #C689E5;
}
</style>