Shades of Wisteria #C68FFF
Tints of Wisteria #C68FFF
RGB
CMYK
RGB Variations
Color information
#C68FFF (or 0xC68FFF) is known color: Wisteria. HEX triplet: C6, 8F and FF. RGB value is (198,143,255). Sum of RGB (Red+Green+Blue) = 198+143+255=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FFF is #397000. Grayscale: #ABABAB. Windows color (decimal): -3764225 or 16748486. OLE color: 16748486.
HSL color Cylindrical-coordinate representation of color #C68FFF: hue angle of 269.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68FFF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 143 | 255 | - |
| CMYK | 0.22 | 0.44 | 0 | 0 |
| HSL | 269.46º | 1% | 0.78% | - |
| HSV(B) | 269.46º | 0.44% | 1% | - |
| XYZ | 51.16 | 38.87 | 99.41 | - |
| YUV | 172.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 255 | 0.22 | 0.44 | 0 | 0 | 269.46 | 1 | 0.78 |
| Hex | C6 | 8F | FF | 16 | 2C | 0 | 0 | 10D | 64 | 4E |
| Octal | 306 | 217 | 377 | 26 | 54 | 0 | 0 | 415 | 144 | 116 |
| Binary | 11000110 | 10001111 | 11111111 | 10110 | 101100 | 0 | 0 | 100001101 | 1100100 | 1001110 |
Color Harmonies of #C68FFF
Complementary color
Monochromatic Colors of #C68FFF
Black with #C68FFF
Text Example
Text Example
White with #C68FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FFF; }
p { color: rgb(198,143,255); }
H1.HeaderClassName
{
color: #C68FFF;
}
.AnyTagClassName
{
color: #C68FFF;
}
</style>
background-color css
<style>
a { background-color: #C68FFF; }
a { background-color: rgb(198,143,255); }
div.DivClassName
{
background-color: #C68FFF;
}
.BgClassName
{
background-color: #C68FFF;
}
</style>
border-color css
<style>
span { border-color: #C68FFF; }
span { border-color: rgb(198,143,255); }
td.TdClassName
{
border-color: #C68FFF;
}
.TagClassName
{
border-color: #C68FFF;
}
</style>