Shades of Wisteria #C68BEF
Tints of Wisteria #C68BEF
RGB
CMYK
RGB Variations
Color information
#C68BEF (or 0xC68BEF) is known color: Wisteria. HEX triplet: C6, 8B and EF. RGB value is (198,139,239). Sum of RGB (Red+Green+Blue) = 198+139+239=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #C68BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BEF is #397410. Grayscale: #A7A7A7. Windows color (decimal): -3765265 or 15698886. OLE color: 15698886.
HSL color Cylindrical-coordinate representation of color #C68BEF: hue angle of 275.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68BEF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 139 | 239 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.06 |
| HSL | 275.4º | 0.76% | 0.74% | - |
| HSV(B) | 275.4º | 0.42% | 0.94% | - |
| XYZ | 48.1 | 36.7 | 86.21 | - |
| YUV | 168.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 239 | 0.17 | 0.42 | 0 | 0.06 | 275.4 | 0.76 | 0.74 |
| Hex | C6 | 8B | EF | 11 | 2A | 0 | 6 | 113 | 4C | 4A |
| Octal | 306 | 213 | 357 | 21 | 52 | 0 | 6 | 423 | 114 | 112 |
| Binary | 11000110 | 10001011 | 11101111 | 10001 | 101010 | 0 | 110 | 100010011 | 1001100 | 1001010 |
Color Harmonies of #C68BEF
Complementary color
Monochromatic Colors of #C68BEF
Black with #C68BEF
Text Example
Text Example
White with #C68BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BEF; }
p { color: rgb(198,139,239); }
H1.HeaderClassName
{
color: #C68BEF;
}
.AnyTagClassName
{
color: #C68BEF;
}
</style>
background-color css
<style>
a { background-color: #C68BEF; }
a { background-color: rgb(198,139,239); }
div.DivClassName
{
background-color: #C68BEF;
}
.BgClassName
{
background-color: #C68BEF;
}
</style>
border-color css
<style>
span { border-color: #C68BEF; }
span { border-color: rgb(198,139,239); }
td.TdClassName
{
border-color: #C68BEF;
}
.TagClassName
{
border-color: #C68BEF;
}
</style>