Shades of Wisteria #C68FEC
Tints of Wisteria #C68FEC
RGB
CMYK
RGB Variations
Color information
#C68FEC (or 0xC68FEC) is known color: Wisteria. HEX triplet: C6, 8F and EC. RGB value is (198,143,236). Sum of RGB (Red+Green+Blue) = 198+143+236=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #C68FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FEC is #397013. Grayscale: #A9A9A9. Windows color (decimal): -3764244 or 15503302. OLE color: 15503302.
HSL color Cylindrical-coordinate representation of color #C68FEC: hue angle of 275.48º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68FEC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 143 | 236 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.07 |
| HSL | 275.48º | 0.71% | 0.74% | - |
| HSV(B) | 275.48º | 0.39% | 0.93% | - |
| XYZ | 48.25 | 37.71 | 84.09 | - |
| YUV | 170.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 236 | 0.16 | 0.39 | 0 | 0.07 | 275.48 | 0.71 | 0.74 |
| Hex | C6 | 8F | EC | 10 | 27 | 0 | 7 | 113 | 47 | 4A |
| Octal | 306 | 217 | 354 | 20 | 47 | 0 | 7 | 423 | 107 | 112 |
| Binary | 11000110 | 10001111 | 11101100 | 10000 | 100111 | 0 | 111 | 100010011 | 1000111 | 1001010 |
Color Harmonies of #C68FEC
Complementary color
Monochromatic Colors of #C68FEC
Black with #C68FEC
Text Example
Text Example
White with #C68FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FEC; }
p { color: rgb(198,143,236); }
H1.HeaderClassName
{
color: #C68FEC;
}
.AnyTagClassName
{
color: #C68FEC;
}
</style>
background-color css
<style>
a { background-color: #C68FEC; }
a { background-color: rgb(198,143,236); }
div.DivClassName
{
background-color: #C68FEC;
}
.BgClassName
{
background-color: #C68FEC;
}
</style>
border-color css
<style>
span { border-color: #C68FEC; }
span { border-color: rgb(198,143,236); }
td.TdClassName
{
border-color: #C68FEC;
}
.TagClassName
{
border-color: #C68FEC;
}
</style>