Shades of Wisteria #C68BFB
Tints of Wisteria #C68BFB
RGB
CMYK
RGB Variations
Color information
#C68BFB (or 0xC68BFB) is known color: Wisteria. HEX triplet: C6, 8B and FB. RGB value is (198,139,251). Sum of RGB (Red+Green+Blue) = 198+139+251=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C68BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BFB is #397404. Grayscale: #A9A9A9. Windows color (decimal): -3765253 or 16485318. OLE color: 16485318.
HSL color Cylindrical-coordinate representation of color #C68BFB: hue angle of 271.61º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C68BFB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 139 | 251 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.02 |
| HSL | 271.61º | 0.93% | 0.76% | - |
| HSV(B) | 271.61º | 0.45% | 0.98% | - |
| XYZ | 49.93 | 37.44 | 95.86 | - |
| YUV | 169.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 251 | 0.21 | 0.45 | 0 | 0.02 | 271.61 | 0.93 | 0.76 |
| Hex | C6 | 8B | FB | 15 | 2D | 0 | 2 | 110 | 5D | 4C |
| Octal | 306 | 213 | 373 | 25 | 55 | 0 | 2 | 420 | 135 | 114 |
| Binary | 11000110 | 10001011 | 11111011 | 10101 | 101101 | 0 | 10 | 100010000 | 1011101 | 1001100 |
Color Harmonies of #C68BFB
Complementary color
Monochromatic Colors of #C68BFB
Black with #C68BFB
Text Example
Text Example
White with #C68BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BFB; }
p { color: rgb(198,139,251); }
H1.HeaderClassName
{
color: #C68BFB;
}
.AnyTagClassName
{
color: #C68BFB;
}
</style>
background-color css
<style>
a { background-color: #C68BFB; }
a { background-color: rgb(198,139,251); }
div.DivClassName
{
background-color: #C68BFB;
}
.BgClassName
{
background-color: #C68BFB;
}
</style>
border-color css
<style>
span { border-color: #C68BFB; }
span { border-color: rgb(198,139,251); }
td.TdClassName
{
border-color: #C68BFB;
}
.TagClassName
{
border-color: #C68BFB;
}
</style>