Shades of Wisteria #C68FF8
Tints of Wisteria #C68FF8
RGB
CMYK
RGB Variations
Color information
#C68FF8 (or 0xC68FF8) is known color: Wisteria. HEX triplet: C6, 8F and F8. RGB value is (198,143,248). Sum of RGB (Red+Green+Blue) = 198+143+248=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #C68FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FF8 is #397007. Grayscale: #ABABAB. Windows color (decimal): -3764232 or 16289734. OLE color: 16289734.
HSL color Cylindrical-coordinate representation of color #C68FF8: hue angle of 271.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68FF8 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 143 | 248 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.03 |
| HSL | 271.43º | 0.88% | 0.77% | - |
| HSV(B) | 271.43º | 0.42% | 0.97% | - |
| XYZ | 50.05 | 38.43 | 93.59 | - |
| YUV | 171.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 248 | 0.20 | 0.42 | 0 | 0.03 | 271.43 | 0.88 | 0.77 |
| Hex | C6 | 8F | F8 | 14 | 2A | 0 | 3 | 10F | 58 | 4D |
| Octal | 306 | 217 | 370 | 24 | 52 | 0 | 3 | 417 | 130 | 115 |
| Binary | 11000110 | 10001111 | 11111000 | 10100 | 101010 | 0 | 11 | 100001111 | 1011000 | 1001101 |
Color Harmonies of #C68FF8
Complementary color
Monochromatic Colors of #C68FF8
Black with #C68FF8
Text Example
Text Example
White with #C68FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FF8; }
p { color: rgb(198,143,248); }
H1.HeaderClassName
{
color: #C68FF8;
}
.AnyTagClassName
{
color: #C68FF8;
}
</style>
background-color css
<style>
a { background-color: #C68FF8; }
a { background-color: rgb(198,143,248); }
div.DivClassName
{
background-color: #C68FF8;
}
.BgClassName
{
background-color: #C68FF8;
}
</style>
border-color css
<style>
span { border-color: #C68FF8; }
span { border-color: rgb(198,143,248); }
td.TdClassName
{
border-color: #C68FF8;
}
.TagClassName
{
border-color: #C68FF8;
}
</style>