Shades of Wisteria #C689E6
Tints of Wisteria #C689E6
RGB
CMYK
RGB Variations
Color information
#C689E6 (or 0xC689E6) is known color: Wisteria. HEX triplet: C6, 89 and E6. RGB value is (198,137,230). Sum of RGB (Red+Green+Blue) = 198+137+230=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #C689E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C689E6 is #397619. Grayscale: #A5A5A5. Windows color (decimal): -3765786 or 15108550. OLE color: 15108550.
HSL color Cylindrical-coordinate representation of color #C689E6: hue angle of 279.35º degrees, saturation: 0.65, 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 #C689E6 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 137 | 230 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.10 |
| HSL | 279.35º | 0.65% | 0.72% | - |
| HSV(B) | 279.35º | 0.4% | 0.9% | - |
| XYZ | 46.52 | 35.61 | 79.28 | - |
| YUV | 165.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 230 | 0.14 | 0.40 | 0 | 0.10 | 279.35 | 0.65 | 0.72 |
| Hex | C6 | 89 | E6 | E | 28 | 0 | A | 117 | 41 | 48 |
| Octal | 306 | 211 | 346 | 16 | 50 | 0 | 12 | 427 | 101 | 110 |
| Binary | 11000110 | 10001001 | 11100110 | 1110 | 101000 | 0 | 1010 | 100010111 | 1000001 | 1001000 |
Color Harmonies of #C689E6
Complementary color
Monochromatic Colors of #C689E6
Black with #C689E6
Text Example
Text Example
White with #C689E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689E6; }
p { color: rgb(198,137,230); }
H1.HeaderClassName
{
color: #C689E6;
}
.AnyTagClassName
{
color: #C689E6;
}
</style>
background-color css
<style>
a { background-color: #C689E6; }
a { background-color: rgb(198,137,230); }
div.DivClassName
{
background-color: #C689E6;
}
.BgClassName
{
background-color: #C689E6;
}
</style>
border-color css
<style>
span { border-color: #C689E6; }
span { border-color: rgb(198,137,230); }
td.TdClassName
{
border-color: #C689E6;
}
.TagClassName
{
border-color: #C689E6;
}
</style>