Shades of Wisteria #C68DF0
Tints of Wisteria #C68DF0
RGB
CMYK
RGB Variations
Color information
#C68DF0 (or 0xC68DF0) is known color: Wisteria. HEX triplet: C6, 8D and F0. RGB value is (198,141,240). Sum of RGB (Red+Green+Blue) = 198+141+240=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #C68DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DF0 is #39720F. Grayscale: #A8A8A8. Windows color (decimal): -3764752 or 15764934. OLE color: 15764934.
HSL color Cylindrical-coordinate representation of color #C68DF0: hue angle of 274.55º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68DF0 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 141 | 240 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.06 |
| HSL | 274.55º | 0.77% | 0.75% | - |
| HSV(B) | 274.55º | 0.41% | 0.94% | - |
| XYZ | 48.54 | 37.35 | 87.09 | - |
| YUV | 169.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 240 | 0.18 | 0.41 | 0 | 0.06 | 274.55 | 0.77 | 0.75 |
| Hex | C6 | 8D | F0 | 12 | 29 | 0 | 6 | 113 | 4D | 4B |
| Octal | 306 | 215 | 360 | 22 | 51 | 0 | 6 | 423 | 115 | 113 |
| Binary | 11000110 | 10001101 | 11110000 | 10010 | 101001 | 0 | 110 | 100010011 | 1001101 | 1001011 |
Color Harmonies of #C68DF0
Complementary color
Monochromatic Colors of #C68DF0
Black with #C68DF0
Text Example
Text Example
White with #C68DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DF0; }
p { color: rgb(198,141,240); }
H1.HeaderClassName
{
color: #C68DF0;
}
.AnyTagClassName
{
color: #C68DF0;
}
</style>
background-color css
<style>
a { background-color: #C68DF0; }
a { background-color: rgb(198,141,240); }
div.DivClassName
{
background-color: #C68DF0;
}
.BgClassName
{
background-color: #C68DF0;
}
</style>
border-color css
<style>
span { border-color: #C68DF0; }
span { border-color: rgb(198,141,240); }
td.TdClassName
{
border-color: #C68DF0;
}
.TagClassName
{
border-color: #C68DF0;
}
</style>