Shades of Wisteria #C68DEE
Tints of Wisteria #C68DEE
RGB
CMYK
RGB Variations
Color information
#C68DEE (or 0xC68DEE) is known color: Wisteria. HEX triplet: C6, 8D and EE. RGB value is (198,141,238). Sum of RGB (Red+Green+Blue) = 198+141+238=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C68DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DEE is #397211. Grayscale: #A8A8A8. Windows color (decimal): -3764754 or 15633862. OLE color: 15633862.
HSL color Cylindrical-coordinate representation of color #C68DEE: hue angle of 275.26º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68DEE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 141 | 238 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.07 |
| HSL | 275.26º | 0.74% | 0.74% | - |
| HSV(B) | 275.26º | 0.41% | 0.93% | - |
| XYZ | 48.25 | 37.23 | 85.53 | - |
| YUV | 169.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 238 | 0.17 | 0.41 | 0 | 0.07 | 275.26 | 0.74 | 0.74 |
| Hex | C6 | 8D | EE | 11 | 29 | 0 | 7 | 113 | 4A | 4A |
| Octal | 306 | 215 | 356 | 21 | 51 | 0 | 7 | 423 | 112 | 112 |
| Binary | 11000110 | 10001101 | 11101110 | 10001 | 101001 | 0 | 111 | 100010011 | 1001010 | 1001010 |
Color Harmonies of #C68DEE
Complementary color
Monochromatic Colors of #C68DEE
Black with #C68DEE
Text Example
Text Example
White with #C68DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DEE; }
p { color: rgb(198,141,238); }
H1.HeaderClassName
{
color: #C68DEE;
}
.AnyTagClassName
{
color: #C68DEE;
}
</style>
background-color css
<style>
a { background-color: #C68DEE; }
a { background-color: rgb(198,141,238); }
div.DivClassName
{
background-color: #C68DEE;
}
.BgClassName
{
background-color: #C68DEE;
}
</style>
border-color css
<style>
span { border-color: #C68DEE; }
span { border-color: rgb(198,141,238); }
td.TdClassName
{
border-color: #C68DEE;
}
.TagClassName
{
border-color: #C68DEE;
}
</style>