Shades of Wisteria #C690F7
Tints of Wisteria #C690F7
RGB
CMYK
RGB Variations
Color information
#C690F7 (or 0xC690F7) is known color: Wisteria. HEX triplet: C6, 90 and F7. RGB value is (198,144,247). Sum of RGB (Red+Green+Blue) = 198+144+247=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #C690F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690F7 is #396F08. Grayscale: #ABABAB. Windows color (decimal): -3763977 or 16224454. OLE color: 16224454.
HSL color Cylindrical-coordinate representation of color #C690F7: hue angle of 271.46º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C690F7 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 144 | 247 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.03 |
| HSL | 271.46º | 0.87% | 0.77% | - |
| HSV(B) | 271.46º | 0.42% | 0.97% | - |
| XYZ | 50.05 | 38.67 | 92.82 | - |
| YUV | 171.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 247 | 0.20 | 0.42 | 0 | 0.03 | 271.46 | 0.87 | 0.77 |
| Hex | C6 | 90 | F7 | 14 | 2A | 0 | 3 | 10F | 57 | 4D |
| Octal | 306 | 220 | 367 | 24 | 52 | 0 | 3 | 417 | 127 | 115 |
| Binary | 11000110 | 10010000 | 11110111 | 10100 | 101010 | 0 | 11 | 100001111 | 1010111 | 1001101 |
Color Harmonies of #C690F7
Complementary color
Monochromatic Colors of #C690F7
Black with #C690F7
Text Example
Text Example
White with #C690F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690F7; }
p { color: rgb(198,144,247); }
H1.HeaderClassName
{
color: #C690F7;
}
.AnyTagClassName
{
color: #C690F7;
}
</style>
background-color css
<style>
a { background-color: #C690F7; }
a { background-color: rgb(198,144,247); }
div.DivClassName
{
background-color: #C690F7;
}
.BgClassName
{
background-color: #C690F7;
}
</style>
border-color css
<style>
span { border-color: #C690F7; }
span { border-color: rgb(198,144,247); }
td.TdClassName
{
border-color: #C690F7;
}
.TagClassName
{
border-color: #C690F7;
}
</style>