Shades of Wisteria #C690EF
Tints of Wisteria #C690EF
RGB
CMYK
RGB Variations
Color information
#C690EF (or 0xC690EF) is known color: Wisteria. HEX triplet: C6, 90 and EF. RGB value is (198,144,239). Sum of RGB (Red+Green+Blue) = 198+144+239=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #C690EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690EF is #396F10. Grayscale: #AAAAAA. Windows color (decimal): -3763985 or 15700166. OLE color: 15700166.
HSL color Cylindrical-coordinate representation of color #C690EF: hue angle of 274.11º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C690EF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 144 | 239 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.06 |
| HSL | 274.11º | 0.75% | 0.75% | - |
| HSV(B) | 274.11º | 0.4% | 0.94% | - |
| XYZ | 48.84 | 38.18 | 86.46 | - |
| YUV | 170.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 239 | 0.17 | 0.40 | 0 | 0.06 | 274.11 | 0.75 | 0.75 |
| Hex | C6 | 90 | EF | 11 | 28 | 0 | 6 | 112 | 4B | 4B |
| Octal | 306 | 220 | 357 | 21 | 50 | 0 | 6 | 422 | 113 | 113 |
| Binary | 11000110 | 10010000 | 11101111 | 10001 | 101000 | 0 | 110 | 100010010 | 1001011 | 1001011 |
Color Harmonies of #C690EF
Complementary color
Monochromatic Colors of #C690EF
Black with #C690EF
Text Example
Text Example
White with #C690EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690EF; }
p { color: rgb(198,144,239); }
H1.HeaderClassName
{
color: #C690EF;
}
.AnyTagClassName
{
color: #C690EF;
}
</style>
background-color css
<style>
a { background-color: #C690EF; }
a { background-color: rgb(198,144,239); }
div.DivClassName
{
background-color: #C690EF;
}
.BgClassName
{
background-color: #C690EF;
}
</style>
border-color css
<style>
span { border-color: #C690EF; }
span { border-color: rgb(198,144,239); }
td.TdClassName
{
border-color: #C690EF;
}
.TagClassName
{
border-color: #C690EF;
}
</style>