Shades of Wisteria #C68DF5
Tints of Wisteria #C68DF5
RGB
CMYK
RGB Variations
Color information
#C68DF5 (or 0xC68DF5) is known color: Wisteria. HEX triplet: C6, 8D and F5. RGB value is (198,141,245). Sum of RGB (Red+Green+Blue) = 198+141+245=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #C68DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DF5 is #39720A. Grayscale: #A9A9A9. Windows color (decimal): -3764747 or 16092614. OLE color: 16092614.
HSL color Cylindrical-coordinate representation of color #C68DF5: hue angle of 272.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68DF5 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 141 | 245 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.04 |
| HSL | 272.88º | 0.84% | 0.76% | - |
| HSV(B) | 272.88º | 0.42% | 0.96% | - |
| XYZ | 49.3 | 37.65 | 91.05 | - |
| YUV | 169.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 245 | 0.19 | 0.42 | 0 | 0.04 | 272.88 | 0.84 | 0.76 |
| Hex | C6 | 8D | F5 | 13 | 2A | 0 | 4 | 111 | 54 | 4C |
| Octal | 306 | 215 | 365 | 23 | 52 | 0 | 4 | 421 | 124 | 114 |
| Binary | 11000110 | 10001101 | 11110101 | 10011 | 101010 | 0 | 100 | 100010001 | 1010100 | 1001100 |
Color Harmonies of #C68DF5
Complementary color
Monochromatic Colors of #C68DF5
Black with #C68DF5
Text Example
Text Example
White with #C68DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DF5; }
p { color: rgb(198,141,245); }
H1.HeaderClassName
{
color: #C68DF5;
}
.AnyTagClassName
{
color: #C68DF5;
}
</style>
background-color css
<style>
a { background-color: #C68DF5; }
a { background-color: rgb(198,141,245); }
div.DivClassName
{
background-color: #C68DF5;
}
.BgClassName
{
background-color: #C68DF5;
}
</style>
border-color css
<style>
span { border-color: #C68DF5; }
span { border-color: rgb(198,141,245); }
td.TdClassName
{
border-color: #C68DF5;
}
.TagClassName
{
border-color: #C68DF5;
}
</style>