Shades of Wisteria #C689E7
Tints of Wisteria #C689E7
RGB
CMYK
RGB Variations
Color information
#C689E7 (or 0xC689E7) is known color: Wisteria. HEX triplet: C6, 89 and E7. RGB value is (198,137,231). Sum of RGB (Red+Green+Blue) = 198+137+231=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #C689E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C689E7 is #397618. Grayscale: #A5A5A5. Windows color (decimal): -3765785 or 15174086. OLE color: 15174086.
HSL color Cylindrical-coordinate representation of color #C689E7: hue angle of 278.94º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C689E7 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 137 | 231 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.09 |
| HSL | 278.94º | 0.66% | 0.72% | - |
| HSV(B) | 278.94º | 0.41% | 0.91% | - |
| XYZ | 46.66 | 35.67 | 80.03 | - |
| YUV | 165.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 231 | 0.14 | 0.41 | 0 | 0.09 | 278.94 | 0.66 | 0.72 |
| Hex | C6 | 89 | E7 | E | 29 | 0 | 9 | 117 | 42 | 48 |
| Octal | 306 | 211 | 347 | 16 | 51 | 0 | 11 | 427 | 102 | 110 |
| Binary | 11000110 | 10001001 | 11100111 | 1110 | 101001 | 0 | 1001 | 100010111 | 1000010 | 1001000 |
Color Harmonies of #C689E7
Complementary color
Monochromatic Colors of #C689E7
Black with #C689E7
Text Example
Text Example
White with #C689E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689E7; }
p { color: rgb(198,137,231); }
H1.HeaderClassName
{
color: #C689E7;
}
.AnyTagClassName
{
color: #C689E7;
}
</style>
background-color css
<style>
a { background-color: #C689E7; }
a { background-color: rgb(198,137,231); }
div.DivClassName
{
background-color: #C689E7;
}
.BgClassName
{
background-color: #C689E7;
}
</style>
border-color css
<style>
span { border-color: #C689E7; }
span { border-color: rgb(198,137,231); }
td.TdClassName
{
border-color: #C689E7;
}
.TagClassName
{
border-color: #C689E7;
}
</style>