Shades of Wisteria #C68CEE
Tints of Wisteria #C68CEE
RGB
CMYK
RGB Variations
Color information
#C68CEE (or 0xC68CEE) is known color: Wisteria. HEX triplet: C6, 8C and EE. RGB value is (198,140,238). Sum of RGB (Red+Green+Blue) = 198+140+238=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #C68CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CEE is #397311. Grayscale: #A8A8A8. Windows color (decimal): -3765010 or 15633606. OLE color: 15633606.
HSL color Cylindrical-coordinate representation of color #C68CEE: hue angle of 275.51º 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 #C68CEE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 140 | 238 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.07 |
| HSL | 275.51º | 0.74% | 0.74% | - |
| HSV(B) | 275.51º | 0.41% | 0.93% | - |
| XYZ | 48.1 | 36.93 | 85.48 | - |
| YUV | 168.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 238 | 0.17 | 0.41 | 0 | 0.07 | 275.51 | 0.74 | 0.74 |
| Hex | C6 | 8C | EE | 11 | 29 | 0 | 7 | 114 | 4A | 4A |
| Octal | 306 | 214 | 356 | 21 | 51 | 0 | 7 | 424 | 112 | 112 |
| Binary | 11000110 | 10001100 | 11101110 | 10001 | 101001 | 0 | 111 | 100010100 | 1001010 | 1001010 |
Color Harmonies of #C68CEE
Complementary color
Monochromatic Colors of #C68CEE
Black with #C68CEE
Text Example
Text Example
White with #C68CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CEE; }
p { color: rgb(198,140,238); }
H1.HeaderClassName
{
color: #C68CEE;
}
.AnyTagClassName
{
color: #C68CEE;
}
</style>
background-color css
<style>
a { background-color: #C68CEE; }
a { background-color: rgb(198,140,238); }
div.DivClassName
{
background-color: #C68CEE;
}
.BgClassName
{
background-color: #C68CEE;
}
</style>
border-color css
<style>
span { border-color: #C68CEE; }
span { border-color: rgb(198,140,238); }
td.TdClassName
{
border-color: #C68CEE;
}
.TagClassName
{
border-color: #C68CEE;
}
</style>