Shades of Wisteria #C68CE9
Tints of Wisteria #C68CE9
RGB
CMYK
RGB Variations
Color information
#C68CE9 (or 0xC68CE9) is known color: Wisteria. HEX triplet: C6, 8C and E9. RGB value is (198,140,233). Sum of RGB (Red+Green+Blue) = 198+140+233=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #C68CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CE9 is #397316. Grayscale: #A7A7A7. Windows color (decimal): -3765015 or 15305926. OLE color: 15305926.
HSL color Cylindrical-coordinate representation of color #C68CE9: hue angle of 277.42º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68CE9 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 140 | 233 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.09 |
| HSL | 277.42º | 0.68% | 0.73% | - |
| HSV(B) | 277.42º | 0.4% | 0.91% | - |
| XYZ | 47.37 | 36.65 | 81.67 | - |
| YUV | 167.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 233 | 0.15 | 0.40 | 0 | 0.09 | 277.42 | 0.68 | 0.73 |
| Hex | C6 | 8C | E9 | F | 28 | 0 | 9 | 115 | 44 | 49 |
| Octal | 306 | 214 | 351 | 17 | 50 | 0 | 11 | 425 | 104 | 111 |
| Binary | 11000110 | 10001100 | 11101001 | 1111 | 101000 | 0 | 1001 | 100010101 | 1000100 | 1001001 |
Color Harmonies of #C68CE9
Complementary color
Monochromatic Colors of #C68CE9
Black with #C68CE9
Text Example
Text Example
White with #C68CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CE9; }
p { color: rgb(198,140,233); }
H1.HeaderClassName
{
color: #C68CE9;
}
.AnyTagClassName
{
color: #C68CE9;
}
</style>
background-color css
<style>
a { background-color: #C68CE9; }
a { background-color: rgb(198,140,233); }
div.DivClassName
{
background-color: #C68CE9;
}
.BgClassName
{
background-color: #C68CE9;
}
</style>
border-color css
<style>
span { border-color: #C68CE9; }
span { border-color: rgb(198,140,233); }
td.TdClassName
{
border-color: #C68CE9;
}
.TagClassName
{
border-color: #C68CE9;
}
</style>