Shades of Wisteria #C690E6
Tints of Wisteria #C690E6
RGB
CMYK
RGB Variations
Color information
#C690E6 (or 0xC690E6) is known color: Wisteria. HEX triplet: C6, 90 and E6. RGB value is (198,144,230). Sum of RGB (Red+Green+Blue) = 198+144+230=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #C690E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690E6 is #396F19. Grayscale: #A9A9A9. Windows color (decimal): -3763994 or 15110342. OLE color: 15110342.
HSL color Cylindrical-coordinate representation of color #C690E6: hue angle of 277.67º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C690E6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 144 | 230 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.10 |
| HSL | 277.67º | 0.63% | 0.73% | - |
| HSV(B) | 277.67º | 0.37% | 0.9% | - |
| XYZ | 47.54 | 37.67 | 79.63 | - |
| YUV | 169.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 230 | 0.14 | 0.37 | 0 | 0.10 | 277.67 | 0.63 | 0.73 |
| Hex | C6 | 90 | E6 | E | 25 | 0 | A | 116 | 3F | 49 |
| Octal | 306 | 220 | 346 | 16 | 45 | 0 | 12 | 426 | 77 | 111 |
| Binary | 11000110 | 10010000 | 11100110 | 1110 | 100101 | 0 | 1010 | 100010110 | 111111 | 1001001 |
Color Harmonies of #C690E6
Complementary color
Monochromatic Colors of #C690E6
Black with #C690E6
Text Example
Text Example
White with #C690E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690E6; }
p { color: rgb(198,144,230); }
H1.HeaderClassName
{
color: #C690E6;
}
.AnyTagClassName
{
color: #C690E6;
}
</style>
background-color css
<style>
a { background-color: #C690E6; }
a { background-color: rgb(198,144,230); }
div.DivClassName
{
background-color: #C690E6;
}
.BgClassName
{
background-color: #C690E6;
}
</style>
border-color css
<style>
span { border-color: #C690E6; }
span { border-color: rgb(198,144,230); }
td.TdClassName
{
border-color: #C690E6;
}
.TagClassName
{
border-color: #C690E6;
}
</style>