Shades of Wisteria #C68BFA
Tints of Wisteria #C68BFA
RGB
CMYK
RGB Variations
Color information
#C68BFA (or 0xC68BFA) is known color: Wisteria. HEX triplet: C6, 8B and FA. RGB value is (198,139,250). Sum of RGB (Red+Green+Blue) = 198+139+250=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BFA is #397405. Grayscale: #A8A8A8. Windows color (decimal): -3765254 or 16419782. OLE color: 16419782.
HSL color Cylindrical-coordinate representation of color #C68BFA: hue angle of 271.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68BFA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 139 | 250 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.02 |
| HSL | 271.89º | 0.92% | 0.76% | - |
| HSV(B) | 271.89º | 0.44% | 0.98% | - |
| XYZ | 49.78 | 37.37 | 95.03 | - |
| YUV | 169.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 250 | 0.21 | 0.44 | 0 | 0.02 | 271.89 | 0.92 | 0.76 |
| Hex | C6 | 8B | FA | 15 | 2C | 0 | 2 | 110 | 5C | 4C |
| Octal | 306 | 213 | 372 | 25 | 54 | 0 | 2 | 420 | 134 | 114 |
| Binary | 11000110 | 10001011 | 11111010 | 10101 | 101100 | 0 | 10 | 100010000 | 1011100 | 1001100 |
Color Harmonies of #C68BFA
Complementary color
Monochromatic Colors of #C68BFA
Black with #C68BFA
Text Example
Text Example
White with #C68BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BFA; }
p { color: rgb(198,139,250); }
H1.HeaderClassName
{
color: #C68BFA;
}
.AnyTagClassName
{
color: #C68BFA;
}
</style>
background-color css
<style>
a { background-color: #C68BFA; }
a { background-color: rgb(198,139,250); }
div.DivClassName
{
background-color: #C68BFA;
}
.BgClassName
{
background-color: #C68BFA;
}
</style>
border-color css
<style>
span { border-color: #C68BFA; }
span { border-color: rgb(198,139,250); }
td.TdClassName
{
border-color: #C68BFA;
}
.TagClassName
{
border-color: #C68BFA;
}
</style>