Shades of Wisteria #C689F4
Tints of Wisteria #C689F4
RGB
CMYK
RGB Variations
Color information
#C689F4 (or 0xC689F4) is known color: Wisteria. HEX triplet: C6, 89 and F4. RGB value is (198,137,244). Sum of RGB (Red+Green+Blue) = 198+137+244=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #C689F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C689F4 is #39760B. Grayscale: #A7A7A7. Windows color (decimal): -3765772 or 16026054. OLE color: 16026054.
HSL color Cylindrical-coordinate representation of color #C689F4: hue angle of 274.21º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C689F4 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 137 | 244 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.04 |
| HSL | 274.21º | 0.83% | 0.75% | - |
| HSV(B) | 274.21º | 0.44% | 0.96% | - |
| XYZ | 48.56 | 36.43 | 90.06 | - |
| YUV | 167.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 244 | 0.19 | 0.44 | 0 | 0.04 | 274.21 | 0.83 | 0.75 |
| Hex | C6 | 89 | F4 | 13 | 2C | 0 | 4 | 112 | 53 | 4B |
| Octal | 306 | 211 | 364 | 23 | 54 | 0 | 4 | 422 | 123 | 113 |
| Binary | 11000110 | 10001001 | 11110100 | 10011 | 101100 | 0 | 100 | 100010010 | 1010011 | 1001011 |
Color Harmonies of #C689F4
Complementary color
Monochromatic Colors of #C689F4
Black with #C689F4
Text Example
Text Example
White with #C689F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689F4; }
p { color: rgb(198,137,244); }
H1.HeaderClassName
{
color: #C689F4;
}
.AnyTagClassName
{
color: #C689F4;
}
</style>
background-color css
<style>
a { background-color: #C689F4; }
a { background-color: rgb(198,137,244); }
div.DivClassName
{
background-color: #C689F4;
}
.BgClassName
{
background-color: #C689F4;
}
</style>
border-color css
<style>
span { border-color: #C689F4; }
span { border-color: rgb(198,137,244); }
td.TdClassName
{
border-color: #C689F4;
}
.TagClassName
{
border-color: #C689F4;
}
</style>