Shades of Wisteria #C68AEE
Tints of Wisteria #C68AEE
RGB
CMYK
RGB Variations
Color information
#C68AEE (or 0xC68AEE) is known color: Wisteria. HEX triplet: C6, 8A and EE. RGB value is (198,138,238). Sum of RGB (Red+Green+Blue) = 198+138+238=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #C68AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AEE is #397511. Grayscale: #A7A7A7. Windows color (decimal): -3765522 or 15633094. OLE color: 15633094.
HSL color Cylindrical-coordinate representation of color #C68AEE: hue angle of 276º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68AEE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 138 | 238 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.07 |
| HSL | 276º | 0.75% | 0.74% | - |
| HSV(B) | 276º | 0.42% | 0.93% | - |
| XYZ | 47.81 | 36.36 | 85.39 | - |
| YUV | 167.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 238 | 0.17 | 0.42 | 0 | 0.07 | 276 | 0.75 | 0.74 |
| Hex | C6 | 8A | EE | 11 | 2A | 0 | 7 | 114 | 4B | 4A |
| Octal | 306 | 212 | 356 | 21 | 52 | 0 | 7 | 424 | 113 | 112 |
| Binary | 11000110 | 10001010 | 11101110 | 10001 | 101010 | 0 | 111 | 100010100 | 1001011 | 1001010 |
Color Harmonies of #C68AEE
Complementary color
Monochromatic Colors of #C68AEE
Black with #C68AEE
Text Example
Text Example
White with #C68AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AEE; }
p { color: rgb(198,138,238); }
H1.HeaderClassName
{
color: #C68AEE;
}
.AnyTagClassName
{
color: #C68AEE;
}
</style>
background-color css
<style>
a { background-color: #C68AEE; }
a { background-color: rgb(198,138,238); }
div.DivClassName
{
background-color: #C68AEE;
}
.BgClassName
{
background-color: #C68AEE;
}
</style>
border-color css
<style>
span { border-color: #C68AEE; }
span { border-color: rgb(198,138,238); }
td.TdClassName
{
border-color: #C68AEE;
}
.TagClassName
{
border-color: #C68AEE;
}
</style>