Shades of Wisteria #C68EDD
Tints of Wisteria #C68EDD
RGB
CMYK
RGB Variations
Color information
#C68EDD (or 0xC68EDD) is known color: Wisteria. HEX triplet: C6, 8E and DD. RGB value is (198,142,221). Sum of RGB (Red+Green+Blue) = 198+142+221=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C68EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDD is #397122. Grayscale: #A7A7A7. Windows color (decimal): -3764515 or 14520006. OLE color: 14520006.
HSL color Cylindrical-coordinate representation of color #C68EDD: hue angle of 282.53º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68EDD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 142 | 221 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.13 |
| HSL | 282.53º | 0.54% | 0.71% | - |
| HSV(B) | 282.53º | 0.36% | 0.87% | - |
| XYZ | 46.01 | 36.57 | 73.04 | - |
| YUV | 167.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 221 | 0.10 | 0.36 | 0 | 0.13 | 282.53 | 0.54 | 0.71 |
| Hex | C6 | 8E | DD | A | 24 | 0 | D | 11B | 36 | 47 |
| Octal | 306 | 216 | 335 | 12 | 44 | 0 | 15 | 433 | 66 | 107 |
| Binary | 11000110 | 10001110 | 11011101 | 1010 | 100100 | 0 | 1101 | 100011011 | 110110 | 1000111 |
Color Harmonies of #C68EDD
Complementary color
Monochromatic Colors of #C68EDD
Black with #C68EDD
Text Example
Text Example
White with #C68EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EDD; }
p { color: rgb(198,142,221); }
H1.HeaderClassName
{
color: #C68EDD;
}
.AnyTagClassName
{
color: #C68EDD;
}
</style>
background-color css
<style>
a { background-color: #C68EDD; }
a { background-color: rgb(198,142,221); }
div.DivClassName
{
background-color: #C68EDD;
}
.BgClassName
{
background-color: #C68EDD;
}
</style>
border-color css
<style>
span { border-color: #C68EDD; }
span { border-color: rgb(198,142,221); }
td.TdClassName
{
border-color: #C68EDD;
}
.TagClassName
{
border-color: #C68EDD;
}
</style>