Shades of Wisteria #C68EFF
Tints of Wisteria #C68EFF
RGB
CMYK
RGB Variations
Color information
#C68EFF (or 0xC68EFF) is known color: Wisteria. HEX triplet: C6, 8E and FF. RGB value is (198,142,255). Sum of RGB (Red+Green+Blue) = 198+142+255=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EFF is #397100. Grayscale: #ABABAB. Windows color (decimal): -3764481 or 16748230. OLE color: 16748230.
HSL color Cylindrical-coordinate representation of color #C68EFF: hue angle of 269.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68EFF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 142 | 255 | - |
| CMYK | 0.22 | 0.44 | 0 | 0 |
| HSL | 269.73º | 1% | 0.78% | - |
| HSV(B) | 269.73º | 0.44% | 1% | - |
| XYZ | 51.01 | 38.57 | 99.36 | - |
| YUV | 171.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 255 | 0.22 | 0.44 | 0 | 0 | 269.73 | 1 | 0.78 |
| Hex | C6 | 8E | FF | 16 | 2C | 0 | 0 | 10E | 64 | 4E |
| Octal | 306 | 216 | 377 | 26 | 54 | 0 | 0 | 416 | 144 | 116 |
| Binary | 11000110 | 10001110 | 11111111 | 10110 | 101100 | 0 | 0 | 100001110 | 1100100 | 1001110 |
Color Harmonies of #C68EFF
Complementary color
Monochromatic Colors of #C68EFF
Black with #C68EFF
Text Example
Text Example
White with #C68EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EFF; }
p { color: rgb(198,142,255); }
H1.HeaderClassName
{
color: #C68EFF;
}
.AnyTagClassName
{
color: #C68EFF;
}
</style>
background-color css
<style>
a { background-color: #C68EFF; }
a { background-color: rgb(198,142,255); }
div.DivClassName
{
background-color: #C68EFF;
}
.BgClassName
{
background-color: #C68EFF;
}
</style>
border-color css
<style>
span { border-color: #C68EFF; }
span { border-color: rgb(198,142,255); }
td.TdClassName
{
border-color: #C68EFF;
}
.TagClassName
{
border-color: #C68EFF;
}
</style>