Shades of Wisteria #C68EDA
Tints of Wisteria #C68EDA
RGB
CMYK
RGB Variations
Color information
#C68EDA (or 0xC68EDA) is known color: Wisteria. HEX triplet: C6, 8E and DA. RGB value is (198,142,218). Sum of RGB (Red+Green+Blue) = 198+142+218=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C68EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDA is #397125. Grayscale: #A7A7A7. Windows color (decimal): -3764518 or 14323398. OLE color: 14323398.
HSL color Cylindrical-coordinate representation of color #C68EDA: hue angle of 284.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68EDA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 142 | 218 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.15 |
| HSL | 284.21º | 0.51% | 0.71% | - |
| HSV(B) | 284.21º | 0.35% | 0.85% | - |
| XYZ | 45.62 | 36.41 | 70.95 | - |
| YUV | 167.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 218 | 0.09 | 0.35 | 0 | 0.15 | 284.21 | 0.51 | 0.71 |
| Hex | C6 | 8E | DA | 9 | 23 | 0 | F | 11C | 33 | 47 |
| Octal | 306 | 216 | 332 | 11 | 43 | 0 | 17 | 434 | 63 | 107 |
| Binary | 11000110 | 10001110 | 11011010 | 1001 | 100011 | 0 | 1111 | 100011100 | 110011 | 1000111 |
Color Harmonies of #C68EDA
Complementary color
Monochromatic Colors of #C68EDA
Black with #C68EDA
Text Example
Text Example
White with #C68EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EDA; }
p { color: rgb(198,142,218); }
H1.HeaderClassName
{
color: #C68EDA;
}
.AnyTagClassName
{
color: #C68EDA;
}
</style>
background-color css
<style>
a { background-color: #C68EDA; }
a { background-color: rgb(198,142,218); }
div.DivClassName
{
background-color: #C68EDA;
}
.BgClassName
{
background-color: #C68EDA;
}
</style>
border-color css
<style>
span { border-color: #C68EDA; }
span { border-color: rgb(198,142,218); }
td.TdClassName
{
border-color: #C68EDA;
}
.TagClassName
{
border-color: #C68EDA;
}
</style>