Shades of Wisteria #C68DEF
Tints of Wisteria #C68DEF
RGB
CMYK
RGB Variations
Color information
#C68DEF (or 0xC68DEF) is known color: Wisteria. HEX triplet: C6, 8D and EF. RGB value is (198,141,239). Sum of RGB (Red+Green+Blue) = 198+141+239=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C68DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DEF is #397210. Grayscale: #A8A8A8. Windows color (decimal): -3764753 or 15699398. OLE color: 15699398.
HSL color Cylindrical-coordinate representation of color #C68DEF: hue angle of 274.9º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68DEF is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 141 | 239 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.06 |
| HSL | 274.9º | 0.75% | 0.75% | - |
| HSV(B) | 274.9º | 0.41% | 0.94% | - |
| XYZ | 48.39 | 37.29 | 86.31 | - |
| YUV | 169.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 239 | 0.17 | 0.41 | 0 | 0.06 | 274.9 | 0.75 | 0.75 |
| Hex | C6 | 8D | EF | 11 | 29 | 0 | 6 | 113 | 4B | 4B |
| Octal | 306 | 215 | 357 | 21 | 51 | 0 | 6 | 423 | 113 | 113 |
| Binary | 11000110 | 10001101 | 11101111 | 10001 | 101001 | 0 | 110 | 100010011 | 1001011 | 1001011 |
Color Harmonies of #C68DEF
Complementary color
Monochromatic Colors of #C68DEF
Black with #C68DEF
Text Example
Text Example
White with #C68DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DEF; }
p { color: rgb(198,141,239); }
H1.HeaderClassName
{
color: #C68DEF;
}
.AnyTagClassName
{
color: #C68DEF;
}
</style>
background-color css
<style>
a { background-color: #C68DEF; }
a { background-color: rgb(198,141,239); }
div.DivClassName
{
background-color: #C68DEF;
}
.BgClassName
{
background-color: #C68DEF;
}
</style>
border-color css
<style>
span { border-color: #C68DEF; }
span { border-color: rgb(198,141,239); }
td.TdClassName
{
border-color: #C68DEF;
}
.TagClassName
{
border-color: #C68DEF;
}
</style>